Skip to content

HimbeersaftLP/HideCommands

Repository files navigation

HideCommands Plugin Logo/Icon

Poggit CI Status Poggit Release Status Join the Discord Server

Description

A PocketMine-MP plugin that removes specific commands from the in-game command suggestions. Supports different settings per world.

Note: Just because the commands are hidden, doesn't mean they can't be executed. You still need to make sure to have proper permission management in place.

Usage

  1. Put phar from Poggit into plugins folder
  2. Start server
  3. Stop server
  4. Edit the config.yml file located in plugin_data/HideCommands
    • Per-world settings:
      • The settings under default: are the default settings for all worlds
      • The settings under per-world: overwrite the default settings
    • Choose whitelist or blacklist mode
      • whitelist mode will only show the commands specified below and hide all others
      • blacklist mode will hide the commands specified below and show all others
    • Select the commands to whitelist/blacklist
      • Always use the full command names, not aliases!
        • Hiding a command also hides all its aliases
        • For example: "unban" is an alias of "pardon" in order to hide the "unban" command, add "pardon" to the blacklist

The permission hidecommands.unhide allows players to see hidden commands again. It has been set to default: false, which means you need to explicitly give it to a player or group using a permission manager like PurePerms.

Additional Information

Icon credits: https://pixabay.com/vectors/spy-hat-anony-anonymous-detect-2657484/

About

Remove specific commands from the in-game command suggestions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published