##################
# #
# Setup #
# #
##################
#/!\ IMPORTANT /!\
#
#For format your string use the hexadecimal colors codes: link »
https://minecraft.gamepedia.com/Formatting_codes
#
# Message variables
# %player% is the player who reports.
# %target% is the player being reported
# %reason% is the reason
# %online_staffers% is the number of staffers who can see reports
# %server% is the server where player reported the target
#
#If you want use the accents, use this » ´
##############
# System #
##############
#cooldown of report command in seconds
cooldown: 10
##############
# Messages #
##############
usage: '&cUsage: /report <player> <reason>'
target-offline: '&c%target% is offline.'
report-sent-message: '&aYou report was successful and was seen from &2%online_staffers% &aadmins'
cant-report-yourself-message: '&cYou cannot report yourself.'
staff-report-message:
- ''
- '&a%player% &fhas reported &c%target% &ffor &9%reason% &fin &6%server%'
- ''
click-popup-text: '&eClick here to teleport!'
cooldown_message: '&cWait some seconds before send another report'