Skip to content

Instantly share code, notes, and snippets.

@Baba0bab
Last active April 29, 2022 17:27
Show Gist options
  • Select an option

  • Save Baba0bab/c39820bb4255b6df71655b8a8241c247 to your computer and use it in GitHub Desktop.

Select an option

Save Baba0bab/c39820bb4255b6df71655b8a8241c247 to your computer and use it in GitHub Desktop.
DeltaShield configuration file (English)
# For a full explanation of the features, go to : https://suite.deltamc.fr/
# Automatic update of the configuration file to have the latest changes (recommended)
auto-config-updater:
checks:
enabled: true
# Available languages: en; fr; custom
language: en
ignore-plugin-version: false
custom: 'https://gist.githubusercontent.com/user/**********/raw/config.yml'
messages:
enabled: true
# Available languages: en; fr; custom
language: en
ignore-plugin-version: true
custom: 'https://gist.githubusercontent.com/user/**********/raw/config.yml'
blacklist:
enabled: false
# Available languages: en; fr; custom
language: en
ignore-plugin-version: true
custom: 'https://gist.githubusercontent.com/user/**********/raw/config.yml'
# Message sent to staff when a player is flagged
alerts:
hack: '&4&lDeltaAC &8» &f%player% &7failed &f%check% &7(&fType %type%&7) &7[&4%vl%&7/&4%max-vl%&7]'
chats: '&4&lDeltaShield &8» &f%player% &7failed chat "&f%arg%&7" (&fType %type%&7)'
commands: '&4&lDeltaShield &8» &f%player% &7failed command "&f%arg%&7" (&fType %type%&7)'
messages:
alerts-enabled: '&4&lDeltaAC &8» &aAlerts enabled'
alerts-disabled: '&4&lDeltaAC &8» &cAlerts disabled'
fixs:
# Preventing the player from going into a null chunk
null-chunk: true
# Sends coordinated packet to spectator to correspond with the target
spectator: true
# Function to redirect commands (example: gm to gamemode with : gm#gamemode)
redirected-commands:
- ds#deltashield
- gm#gamemode
- lg#ww
# Allow tab completion to allow player to see all plugins on your server
anti-tab-completion:
enabled: true
# Minimum length to allow tab completion (-1 to completely disable)
minimum-length: -1 # (-1 by default)
# Reset players's violations
reset-violations:
enabled: true
interval: 5 #minutes (5 by default)
silent: true
message: '&4&lDeltaAC &8» &7Violations reset for all players !'
# 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
warn: '&cYou do not have permission to perform this command'
matrix: 'azertyuiopqsdfghjklm'
command: 'kick %player% You do not have permission to write this in the chat'
startwith:
- plugins
- pl
- ver
- version
- about
- help
- '?'
- bukkit
- icanhasbukkit
- '/calc'
- '/calculate'
- '/eval'
- '/evaluate'
- '/solve'
- 'mv ^'
- pex group
contains:
- '${'
chats:
punishment:
type: 1
alert-staff: true
warn: '&cYou do not have permission to write this in the chat'
matrix: 'azertyuiopqsdfghjklm'
command: 'kick %player% You do not have permission to write this in the chat'
too-short: '&cYour message is too short, please write a longer one'
# Minimum number of characters
# put -1 to disable
block-too-short: 1
startwith:
- '/'
- '\'
- '.'
- ':'
- '#'
- '<'
- '>'
contains:
- '${'
checks:
punishment-command: kick %player% Unfair Advantage
flight:
a:
description: Linear move in air
enabled: true
punishable: true
max-violations: 10
cancel: 0
b:
description: Glide used for bypass flight of Vulcan
enabled: true
punishable: true
max-violations: 10
cancel: 0
groundspoof:
a:
description: Player on ground clientside while serverside not on ground
enabled: true
punishable: true
max-violations: 10
cancel: 0
invalid:
a:
description: Constant motion
enabled: true
punishable: true
max-violations: 25
cancel: 0
b:
description: Invalid Y velocity on ground
enabled: false
punishable: true
max-violations: 25
cancel: 0
c:
description: Invalid X/Z velocity when jumping
enabled: false
punishable: true
max-violations: 25
cancel: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment