Releases: tomjschwanke/chuwu
v1.1-R
Release v1.1-R
PR #3
Changes
- Global and per player toggles, stored in a h2 database
- Commands for changing status and config with feedback
- Permissions for toggling (seperate for global and others) and changing config
Added per-player toggle: /chuwu [toggle | on | off | reset]
, permission chuwu.toggle
Added global toggle (overrides player toggle): /chuwu global [toggle | on | off ]
, can be set in config, permission chuwu.toggle.global
Added toggle for other players: /chuwu player {username} [toggle | on | off | reset]
, permission chuwu.toggle.others
Added player default (if player hasnt set anything): /chuwu setplayerdefault [toggle | on | off]
, can be set in config, permission chuwu.config
Player settings are saved in a h2-database that is stored in the config folder
v1.0-R
Inital release
Active immediately after being loaded, no configuration yet.
Not sure if it conflicts with any other chat plugin, if it does, please open an issue. Thanks.
Just drop into your plugins
-folder, reload and you're good to go.