-
Notifications
You must be signed in to change notification settings - Fork 1
AACPlus Config
Celebrimbor edited this page Sep 14, 2019
·
6 revisions
### || AACPLUS || ###
# Developer: https://www.spigotmc.org/members/photon.166336/
# Report issues/errors to the Optimized Config Discord
# || AACPLUSKICK || #
# After how many aacpluskicks should a player be banned?
# The kick count is reset on server restart.
#
# If you don't want to ban just set this to an arbitrarily high number smaller than 2147483647
# Setting this to 0 or a negative number will cause instant bans.
ban_threshold: 10
# The command to be executed when the threshold is reached
ban_command: "ban {player} Illegal client modifications"
# The command ran by console when /aacpluskick is registered
# Allows you to tie the kick into your punishment plugin
# Otherwise, leave this alone for a standard Minecraft kick
kick_command: "minecraft:kick {player} {reason}"
# || REPLACEMENT TEXT || #
# After running /aac, what should a player see instead of AAC's output?
# Be sure to escape special characters according to the java String format with a backslash.
# Color codes utilize the character § (not &)
#
# Multi-line output is NOT possible.
# In order to have multi-line output code a little help-command on your own and execute the command via the commands
# section below. In this case you should utilize the following format, this will make no message appear at all:
# replacement: "{}"
replacement: "Unknown command. Type \"/help\" for help."
# || COMMAND EXECUTION || #
# The following command(s) will be run after a player runs /aac
# You can also run multiple commands with the following format:
# commands:
# - "first command"
# - "second command"
#
# Running no commands is possible as well by using the following format:
# commands: "{}"
commands: "aac notify §8§l[§c§lAAC§8§l] §e{player} §fjust ran a command associated with AAC in {world}."
# || AACPLUS EXEMPTIONS || #
# Should players with AAC.admin be exempt from ALL features above?
# Beware: OPs are always bypassed
exempt_admins: true
# Should players with AAC.verbose be exempt from ALL features above?
exempt_verbose: true
# Should we exempt any other player(s) by name?
# Insert the names of the players that should be exempted.
# Same format as "commands" section.
exempt_players: {}