Skip to content

Releases: LauraRozier/PlayerAdministration

1.6.9

02 Oct 20:33
263169e
Compare
Choose a tag to compare

Use viewbackpack chat command to open backpacks

1.6.8

17 Mar 09:08
Compare
Choose a tag to compare
  • Add IP address and current ping to the player info page

1.6.4

16 May 12:56
Compare
Choose a tag to compare

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

14 Mar 20:22
Compare
Choose a tag to compare
Fix author list, add note for author list and add dates

1.5.4

07 Aug 13:14
Compare
Choose a tag to compare
Fix incompatibility with RCON for commands

1.5.0

26 Jun 15:16
Compare
Choose a tag to compare

Add protection against potentially unwanted actions towards priv users

1.4.1

19 May 20:04
Compare
Choose a tag to compare
  • 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

13 May 11:26
Compare
Choose a tag to compare

Add a bunch of timers to UI switches. (Auto update test)

1.3.22

13 May 10:11
Compare
Choose a tag to compare
  • 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

03 Dec 23:12
Compare
Choose a tag to compare

Implement BetterChatMute

  • Add support for BetterChatMute
  • Add time-based chat mutes for BetterChatMute
  • Reorganize code
  • Reorganize UI
  • Reorganize README.md