Vetther / AntiCommand

πŸ›‘ Plugin for blocking commands on chat tab completer and in-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AntiCommand

πŸ›‘ Plugin for blocking commands on chat tab completer and in-game

Before/After

before after

Usage

Add commands that players will be able to use for selected permissions groups and reload the plugin.
The plugin hides the visibility of other commands while tabing them and blocks their usage

Example config.yml

# All commands bypass permission: 'anticommand.bypass'
groups:

  # Default group for all players, no permission needed
  default:
    - "login"
    - "register"
    - "msg"
    - "reply"
    - "r"
    - "ignore"
    - "helpop"
    - "ranks"
    - "spawn"
    - "tpa"
    - "help"
    - "plot"
    - "p"

  # Example group, need permission 'anticommand.group.admin' for use
  admin:
    - "mute"
    - "unmute"
    - "kick"
    - "ban"
    - "unban"
    - "gamemode"
    - "fly"
    - "tp"
    - "broadcast"
    - "bc"
    - "pardon"

  # Example group, need permission 'anticommand.group.headadmin' for use
  # Add 'bypass: true' to groups to allow to see ALL COMMANDS
  headadmin:
    bypass: true

About

πŸ›‘ Plugin for blocking commands on chat tab completer and in-game

License:GNU General Public License v3.0


Languages

Language:Java 100.0%