Skip to content

Releases: tomjschwanke/chuwu

v1.1-R

11 Mar 20:08
a1ade09
Compare
Choose a tag to compare

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

19 Feb 19:22
cd93421
Compare
Choose a tag to compare

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.