Releases: LauraRozier/PlayerAdministration
Releases · LauraRozier/PlayerAdministration
1.6.9
1.6.8
- Add IP address and current ping to the player info page
1.6.4
Implement Godmode suggestion and fix broadcasts
- Add Godmode as optional dependency
- Add Godmode buttons
- Add Godmode active status label
- Add manual kick/ban broadcasting
- Fix "CUnreezeCmd" typo
- Fix missing docs
- Group Perms & Backpacks & Inventory row properly
- Remove superfluous constant CPermsPermsCmd
Config Additions:
- Broadcast Kicks > true/false
- Broadcast Bans > true/false
Lang Additions:
- { "Godmode Status Label Format", "Godmode active: {0}" }
- { "Godmode Not Installed Button Text", "Godmode Not Installed" }
- { "UnGodmode Button Text", "Disable Godmode" }
- { "Godmode Button Text", "Enable Godmode" }
- { "Kick Broadcast Message Format", "Player {0} has been kicked: {1}" }
- { "Ban Broadcast Message Format", "Player {0} has been banned: {1}" }
1.6.03
Fix author list, add note for author list and add dates
1.5.4
Fix incompatibility with RCON for commands
1.5.0
Add protection against potentially unwanted actions towards priv users
1.4.1
- Use full-size overlay render area panel (create once, destroy once)
- Store several non-changing elements as
static readonly
- Do some cleanups here and there
1.3.23
Add a bunch of timers to UI switches. (Auto update test)
1.3.22
- Add ban reason input
- Add license
- Fix issue with not cleaning up search input dict
- Fix issue with Float/Single/Double being converted to Int32
- Fix some code alignment
- Clean up some statements
1.3.20
Implement BetterChatMute
- Add support for BetterChatMute
- Add time-based chat mutes for BetterChatMute
- Reorganize code
- Reorganize UI
- Reorganize README.md