Skip to content

Instantly share code, notes, and snippets.

@Baba1408
Last active June 14, 2022 12:06
Show Gist options
  • Save Baba1408/bf62f59df36a942fa872f164633bfbd4 to your computer and use it in GitHub Desktop.
Save Baba1408/bf62f59df36a942fa872f164633bfbd4 to your computer and use it in GitHub Desktop.
DeltaShield - Blacklist configuration (English)
# ╔══════════════════════╗
# ║ 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