Skip to content

Added a new configuration path and improved the code

Compare
Choose a tag to compare
@4drian3d 4drian3d released this 07 Oct 11:56
· 419 commits to main since this release

Completely deactivate a module

You can now completely deactivate a module from the configuration of each module.

Improved code

Thanks to Espryth with its pull request #1 the code responsible for chat and command detections has been improved, making it more readable and less repetitive.

User deletion according to the time configured

Now users who are not online for a certain period of time will be removed from memory, deleting their statistics and penalties from the plugin. This time can be configured.

What's Changed

  • repetitive code removed and changed it for method by @Espryth in #1
  • Delete users based on a configurable time by @4drian3d in #2

New Contributors

Full Changelog: 1.0.0...1.2.0