Plugin renamed for clarity. Same functionality. Old name was tied to racked.ru brand; new name describes what it does. - Java package ru.racked.limbo -> ru.loginlimbo - Main class RackedLimbo -> LoginLimbo - Jar LoginLimbo-1.0.0.jar - Command /loginlimbo (alias /llimbo) - Permission loginlimbo.admin - Log prefix [LoginLimbo]
61 lines
1.4 KiB
Markdown
61 lines
1.4 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Report a problem with LoginLimbo
|
|
title: "[bug] "
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## Summary
|
|
|
|
A one-paragraph description of what is broken.
|
|
|
|
## Environment
|
|
|
|
| Field | Value |
|
|
|-------------------------|----------------------------------------|
|
|
| LoginLimbo version | e.g. 1.0.0 |
|
|
| Server software | Paper / Purpur / Folia |
|
|
| Server version | e.g. 1.21.11 build #142 |
|
|
| Java version | output of `java -version` |
|
|
| AuthMe variant | e.g. AuthMe-ReReloaded HaHaWTH b49 |
|
|
| OS | e.g. Debian 13, Windows 11, Docker |
|
|
| Other auth/world plugins| e.g. Multiverse-Core, Essentials, ... |
|
|
|
|
## Steps to reproduce
|
|
|
|
1. ...
|
|
2. ...
|
|
3. ...
|
|
|
|
## Expected behaviour
|
|
|
|
What you expected to happen.
|
|
|
|
## Actual behaviour
|
|
|
|
What actually happened. Include exact log lines.
|
|
|
|
## Logs
|
|
|
|
Paste the relevant section of `logs/latest.log` here. Search for
|
|
`LoginLimbo` to filter our log lines. If you are running with
|
|
`debug: true` in `config.yml`, please include those lines as well.
|
|
|
|
```
|
|
(paste logs)
|
|
```
|
|
|
|
## Configuration
|
|
|
|
If you have customised `plugins/LoginLimbo/config.yml`, paste the
|
|
relevant keys here.
|
|
|
|
```yaml
|
|
(paste config)
|
|
```
|
|
|
|
## Additional context
|
|
|
|
Anything else that might be relevant. Screenshots, stack traces,
|
|
related plugin versions, recent changes to the server.
|