Skip to content

AACPlus Config

Celebrimbor edited this page Jul 31, 2019 · 6 revisions
### || AACPLUS, BY PHOTON || ###
# Developer: https://www.spigotmc.org/members/photon.166336/
# Report issues/errors to Celebrimbor's LifeTime Discord

# || AACPLUSKICK || #
# After how many aacpluskicks should a player be banned?
# The kick count is reset on server restart.
ban_threshold: 10
# The command to be used on banning
ban_command: "ban {player} Illegal client modifications"
# The command to be used on kicking
kick_command: "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: "aacstaffnotify {player} just ran the an command associated with AAC in {world}."

# || OTHER AAC COMMANDS || #
# Should the command and replacement run for other AAC commands?
# Ex. /aac manage, /aac moderator, /aac notify, /aac status, /aac reload, /aac verbose
block_aac_commands: false

# || AACADDITIONPRO COMMANDS || #
# Should the command and replacement run for the AACAdditionPro command?
# Ex. /aacadditionpro
block_aacadditionpro_commands: false

# || 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: {}
Clone this wiki locally