The NoCmd plugin is
a utility for Minecraft Spigot servers designed to restrict the usage of most commands to administrators only. It allows server owners to prevent regular players from executing potentially disruptive or unwanted
commands in-game, enhancing server control and security.
# 1.10 To 1.21
Key features typically include:
- Command Blocking: Prevents non-admin players from using most commands.
- Whitelist: Allows specific commands (e.g., /msg, /pm) to be used by everyone or specific users/groups, configured via config.yml.
- Permissions: Uses nocmd.admin for management commands and nocmd.bypass to allow certain users to ignore restrictions.
- Management Command: Provides the /nocmd command for administrators to reload the config, enable/disable the plugin, or view the whitelist.
- Compatibility: The provided code and configuration (api-version: 1.13) target Spigot 1.13 and later versions, with the Maven setup suggesting compatibility from 1.10 upwards.
Created With : Heart