From 4fa940ce7f7e7804b8f4dd47e7e2a60c53786523 Mon Sep 17 00:00:00 2001 From: RedDevel2 <61326916+RedDevel2@users.noreply.github.com> Date: Thu, 15 Feb 2024 17:17:19 +0100 Subject: [PATCH] Turn off experimental auto fish mod kick --- containers/paper/config/plugins/Aqua/config.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 containers/paper/config/plugins/Aqua/config.yml diff --git a/containers/paper/config/plugins/Aqua/config.yml b/containers/paper/config/plugins/Aqua/config.yml new file mode 100644 index 000000000..e3d4bfc7d --- /dev/null +++ b/containers/paper/config/plugins/Aqua/config.yml @@ -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 \ No newline at end of file