Permission Protect
Configuration
perm-protect: true# The global operator, bypass all permission checks
operator:
# The operator names, case-insensitive, not recommend to use for security reasons
names:
- ""
# The operator uuids, you can get uuid at https://mcuuid.net/
uuids:
- ""
# The detection operation allows insert variables into commands
vars:
duration: 30d
# The players allowed to get "*" permission
max-permission:
names:
- ""
uuids:
- ""
vars:
duration: 30d
# The players allowed to get core permissions
# About the core permissions, see the wiki page
core-permission:
names:
- ""
uuids:
- ""
vars:
duration: 60d
# The players allowed to have creative game mode
creative:
names:
- ""
uuids:
- ""
vars:
duration: 7d
# The command list to run
# Default variables:
# %player% - Player name
detection-operation:
- "ban %player% %duration% Illegal Permission" # The duration variable is defined in the vars block
Core permission
Last updated