auth-limbo/.github/ISSUE_TEMPLATE/bug_report.md
s8n-ru cb746147f0 Rename: LoginLimbo -> AuthLimbo
User wants name to literally be 'auth-limbo' to match the auth_limbo
world the plugin manages. Same functionality, same code, just renamed.
2026-04-30 19:19:26 +01:00

61 lines
1.4 KiB
Markdown

---
name: Bug report
about: Report a problem with AuthLimbo
title: "[bug] "
labels: bug
assignees: ''
---
## Summary
A one-paragraph description of what is broken.
## Environment
| Field | Value |
|-------------------------|----------------------------------------|
| AuthLimbo 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
`AuthLimbo` 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/AuthLimbo/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.