Last active
June 14, 2022 12:06
-
-
Save Baba1408/bf62f59df36a942fa872f164633bfbd4 to your computer and use it in GitHub Desktop.
DeltaShield - Blacklist configuration (English)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ╔══════════════════════╗ | |
# ║ DeltaShield ║ | |
# ║ > Blacklist file ║ | |
# ╚══════════════════════╝ | |
# Configuration version | |
config-version: 1.0.0 | |
# List of punishment: | |
# - 1 : Warn player | |
# - 2 : Black screen with matrix characters | |
# - 3 : Execute command (example : kick %player%) | |
blacklist: | |
commands: | |
punishment: | |
type: 2 | |
alert-staff: true | |
command: 'kick %player% You do not have permission to perform this command' | |
startwith: | |
- plugins | |
- pl | |
- ver | |
- version | |
- about | |
- bukkit | |
- icanhasbukkit | |
- '/calc' | |
- '/calculate' | |
- '/eval' | |
- '/evaluate' | |
- '/solve' | |
- 'mv ^' | |
- pex | |
contains: | |
- '${' | |
chats: | |
punishment: | |
type: 1 | |
alert-staff: true | |
command: 'kick %player% You do not have permission to write this in the chat' | |
#Minimum number of characters | |
#put -1 to disable | |
block-too-short: 1 | |
startwith: | |
- '/' | |
- '\' | |
- '.' | |
- ':' | |
- '#' | |
- '<' | |
- '>' | |
contains: | |
- '${' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment