mod-whitelist-cd2025/changelog.txt

36 lines
880 B
Plaintext
Raw Normal View History

2021-06-09 15:53:59 -07:00
next
----
- check for singleplayer with core function instead of hardcoded "singleplayer"
- whitelist memory is reset before loading from file on player login
- allows names to be removed manually from file while sessions is active
2021-08-12 17:38:25 -07:00
v1.2
----
- added "textdomain" line to localization template
2021-08-12 17:36:47 -07:00
- added Spanish translation
2021-08-12 16:49:47 -07:00
- changed default access denied message
2021-06-09 15:53:59 -07:00
v1.1
----
- changed license to MIT
2021-06-09 16:31:56 -07:00
- added localization support
- executing "/whitelist" without parameters displays all whitelisted names
- added command "query" to check if a name is whitelisted
2021-06-09 15:53:59 -07:00
2021-06-09 15:53:59 -07:00
v1.0
----
- changed title to "Whiter List"
2021-06-09 15:53:59 -07:00
v0.1
----
- forked from ShadowNinja's whitelist mod at Git commit 041737f
- change license to CC0
- added setting to enable/disable
- allow setting custom access denied message
- whitelist is reloaded on player login (allows list to be edited while server is running)