Skip to content

Bug Fixes, Added features and commands, API Improvements

Latest
Compare
Choose a tag to compare
@vik1395 vik1395 released this 05 Oct 20:09
· 4 commits to master since this release

Backup your current config and messages files and allow the plugin to generate the updated versions of them, as they have a few new fields.

The plugin file is large due to the addition of the SQLite library.

Bug Fixes

  • Fixed certain issues with guest players not being forced into authlobby.
  • Fixed type error where reset_noreg and reset_success messages (from messages.yml) shows the wrong player name.
  • Fixed issue where setting Guest Session Length to 0 previously would not disable the feature

Added Features

  • Added SQLite support for those who want to use a file based system instead of MySQL.
  • Added three new commands /register force, /login force, and /logout force with permissions.
  • Added feature where if a player tries to login too many times, the /logout command get disabled for them for a period of time, set in the config.yml

API Improvements

For more info on added features, check out README.md.