mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
Turn off experimental auto fish mod kick
This commit is contained in:
17
containers/paper/config/plugins/Aqua/config.yml
Normal file
17
containers/paper/config/plugins/Aqua/config.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
# Experimental - detection of auto fishing mods based on movement
|
||||
autoFishDetection: false
|
||||
|
||||
# Use & for format codes
|
||||
messages:
|
||||
# For admin messages
|
||||
messagePrefix: "&8[&bAqua&8] "
|
||||
|
||||
afkForPlayer: "&cAFK fishing is not allowed on this server"
|
||||
# %p% %u% placeholders for username and uuid required
|
||||
afkForAdmin: "&3Detected player &a%p%&3 for &aAFK Fishing machine \n&3 UUID: (%u%)"
|
||||
|
||||
autoForPlayer: "&aAuto fishing is not allowed on this server"
|
||||
# %p% %u% placeholders for username and uuid required
|
||||
autoForAdmin: "&3Kicked player &a%p%&3 for &aAuto Fishing \n&3 UUID: (%u%)"
|
||||
|
||||
configVersionDoNotModify: 1.1
|
||||
Reference in New Issue
Block a user