Changed database schema (reset needed)
Web Panel
Added two commands (console only):
To verify the user:
/dhv register <OTP>
To remove an user:
/dhv unregister <username>
The webpanel is downloadable in the addon section.
A guide to how to install the panel is available on
docs.ohalee.com
Moved IP into Session. (Database update required)
Added version logging.
Removed "logins" command.
Added /dhb push - /dhv push
Added ignored command list:
Add in config.yml:
YAML:# A list of commands that should be ignored by the plugin. ignored-commands: - "register" - "login" - "setblock" - "minecraft:setblock" - "fill" - "minecraft:fill"
Purge user command can specify a duration:
/<main-cmd> user <player> purge time:1d1h
This will delete the last 25 hours
