Skip to content

BotBlocker-1.4.0-SNAPSHOT

Pre-release
Pre-release
Compare
Choose a tag to compare
  • Added a permissions system. Whenever a command or action is initiated, check if the player has the required permission.

    • botblocker.enable - Allows the user to enable the BotBlocker plugin.
    • botblocker.disable - Allows the user to disable the BotBlocker plugin.
    • botblocker.status - Allows the user to see whether BotBlocker is enabled or disabled.
    • botblocker.settimelimit - Allows the user to set the time limit for detecting bots.
    • botblocker.gettimelimit - Allows the user to display the configured time limit for detecting bots.
    • botblocker.setbanmessage - Allows the user to set the ban message.
    • botblocker.getbanmessage - Allows the user to display the configured ban message.
  • Added support for BanManager. If the plugin is installed, the BmAPI.ban command is used. Else, the default Bukkit ban adds the corresponding entry to banned-players.json.