Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

[4.0.1] Minor additions.

Compare
Choose a tag to compare
@awumii awumii released this 13 Apr 15:58
· 462 commits to master since this release

Changelog

  • In the default configuration, the Geographical check will be DISABLED, to prevent from your IP being blacklisted falsely. I really recommend setting up Geographical check (to match your player's countries), as this will drastically improve checking performance, and decrease false positives.
  • Removed config regenerator, to prevent from weird issues (if you are updating from v3 to v4, you must manually remove old config).
  • Added the DisableOperatorMechanics module (to EpicGuard/spigot.yml, and to messages.yml), this will disable vanilla op commands (also the "minecraft:something" ones).
  • Added the BlockNamespacedCommands module (to EpicGuard/spigot.yml, and to messages.yml), this will block every command, which contains the ':' symbol (like minecraft:say, essentials:me etc).
  • Replaced SmartInvs with my own InventoryAPI (https://github.com/PolskiStevek/InventoryAPI). Plugin GUI will be rewritten soon!