8000 GitHub - Vetther/AntiCommand: 🛑 Plugin for blocking commands on chat tab completer and in-game
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

🛑 Plugin for blocking commands on chat tab completer and in-game

License

Notifications You must be signed in to change notification settings

Vetther/AntiCommand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0