
AFK Pool/Lake/Room/Pit Rewards 1.2.9
A WorldGuard area such as a pool that rewards players for staying AFK with money and a crate.
AFK Pool / Lake is a plugin that rewards players for being AFK in a designated WorldGuard-protected area. Simply install the plugin and create a WorldGuard region named "afk" around the desired pool or lake. Players can earn money and a crate by staying AFK for a set amount of time. If you need help, our team is available on Discord. Delete the "AFKPool" folder before updating the plugin. AFK Pool / Lake benefits both players and server owners by encouraging longer server sessions. Download the plugin now to reward your players for their AFK time!
Showcase video & How to use?
The Plugin's Default Config File
# AfkPool Config File
region-name: afk # WorldGuard region name here (def: afk)
crate-name: afk # Crate name here
# Minecraft tps is (by default) 20 ticks per second
# so multiply the seconds of the time frame you want
# by 20 to get the ticks of it.
command1-interval: 1200 # Interval of money (or whatever you set) in ticks (def: 1200) which is 1 minute
command2-interval: 24000 # Interval of crates in ticks (def: 24000) which is 20 minutes
# Ok now we have that done lets do the true/false booleans
command-1-enabled: true
command-2-enabled: true
# You get the idea.
# Now the commands the plugin is going to execute
# By default command 1 is the money command
# and command 2 is the crate command
# But you can set this to whatever you want!
# %p is the player
# %m is the amount of random number
# %c is the crates name
command-1: eco give %p %m
command-2: cc give physical %c 1 %p
# Titles, these values are the values of the titles
# %m is the amount of random number
# %c is the crates name
command1-title: You Have been given &a$%m
command2-title: You Have been given an &e%c &fCrate key
entering-title: You have &aentered &fthe &3Afk &fPool
exiting-title: You have &4left &fthe &3Afk &fPool
# This value is the subtitle of the title that is given ( the little text under the title)
subtitle: Given By AfkPool
# Numbers!, these values are the values of the minimum and maximum numbers.
# eg. the comment below is for 1 - 50
# min: 1
# max: 50
min: 50
max: 100
# Figure it out yourself I gave a basic example of what you need to do.
#Made by VorbullMC development team :)
# ██╗░░░██╗░█████╗░██████╗░██████╗░██╗░░░██╗██╗░░░░░██╗░░░░░ ███╗░░░███╗░█████╗░
# ██║░░░██║██╔══██╗██╔══██╗██╔══██╗██║░░░██║██║░░░░░██║░░░░░ ████╗░████║██╔══██╗
# ╚██╗░██╔╝██║░░██║██████╔╝██████╦╝██║░░░██║██║░░░░░██║░░░░░ ██╔████╔██║██║░░╚═╝
# ░╚████╔╝░██║░░██║██╔══██╗██╔══██╗██║░░░██║██║░░░░░██║░░░░░ ██║╚██╔╝██║██║░░██╗
# ░░╚██╔╝░░╚█████╔╝██║░░██║██████╦╝╚██████╔╝███████╗███████╗ ██║░╚═╝░██║╚█████╔╝
# ░░░╚═╝░░░░╚════╝░╚═╝░░╚═╝╚═════╝░░╚═════╝░╚══════╝╚══════╝ ╚═╝░░░░░╚═╝░╚════╝░
Servers Currently Using This Plugin