Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
Platforms
Links
Tags
Creators
Details
Licensed MIT
Published 3 days ago
Updated 2 weeks ago
L-Staff
Advanced Staff Management Plugin for Minecraft
Supports Paper, Spigot, Purpur, and Folia (1.19.4+)
Features
- Staff management GUI with player heads
- Online/AFK time tracking (daily, weekly, monthly)
- Warning system with per-staff TXT log files
- Message and command logging
- Auto-staff detection via permission
- YAML or MySQL storage
- Turkish and English language support
- Configurable time zones
- Folia support via reflection
Commands
| Command | Description | Permission |
|---|---|---|
/lstaff open |
Open staff menu | lstaff.open |
/lstaff reload |
Reload plugin config | lstaff.reload |
/lstaff add <player> |
Add player to staff | lstaff.add |
/lstaff remove <player> |
Remove player from staff | lstaff.remove |
/lstaff list |
List all staff | lstaff.list |
/lstaff toggle <tracking|logs> |
Toggle tracking or logging | lstaff.toggle |
/lstaff warn <player> <reason> |
Warn a staff member | lstaff.warn |
/lstaff unwarn <player> <id> |
Remove a warning | lstaff.unwarn |
Aliases: /staff, /ls
Permissions
| Permission | Description | Default |
|---|---|---|
lstaff.open |
Open the staff GUI | op |
lstaff.reload |
Reload the plugin | op |
lstaff.add |
Add staff members | op |
lstaff.remove |
Remove staff members | op |
lstaff.view |
View staff info | op |
lstaff.list |
List staff members | op |
lstaff.toggle |
Toggle tracking | op |
lstaff.warn |
Warn staff members | op |
lstaff.unwarn |
Remove warnings | op |
lstaff.staff |
Auto-detected staff permission | op |
Configuration
# Language (tr / en)
language: tr
# Timezone
timezone: Europe/Istanbul
# Storage type: YAML or MYSQL
storage:
type: YAML
# Auto-staff permission
auto-staff-permission: lstaff.staff
# GUI settings
gui:
staff-list-size: 54
staff-detail-size: 45
# Logging
logs:
enabled: true
messages:
enabled: true
commands:
enabled: true
# Data settings
data:
daily-reset-hour: 0
auto-save-interval: 5 # minutes
Storage
YAML (Default)
- Data stored in
plugins/L-Staff/data.yml - No database required
MySQL
storage:
type: MYSQL
mysql:
host: localhost
port: 3306
database: lstaff
username: root
password: ""
use-ssl: false
Logs
Staff messages and commands are logged to individual TXT files:
plugins/L-Staff/logs/
├── player1.txt
├── player2.txt
└── ...
Support
discord: squezsaz


