AFKPool: Reward players for being AFK in areas, boosting server activity.
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!
Features
Simple and user-friendly plugin designed for effortless use.
Versatile Configurable Rewards for a Tailored Player Experience.
Exceptionally lightweight and openly sourced for versatility.
Incentivize extended AFK sessions for heightened server activity.
Players earn money and crates by staying AFK for a specified duration.
Why use this plugin?
I leverage the AFK Pool plugin to strategically boost my server's player count. By offering rewards for AFK players in designated WorldGuard-protected areas, the plugin becomes a powerful tool to attract more players. This approach creates a positive feedback loop — as more players join to benefit from rewards, the overall server population grows, leading to increased visibility and appeal. The AFK Pool plugin serves as a catalyst for expanding my server community, fostering a vibrant and active player base.
Support
Come join us on
Discord for a more responsive experience! Questions posted on our Discord channel receive faster responses compared to inquiries on Spigot. Join the conversation and get the support you need swiftly.
Contact us on our
Discord server to add your video tutorial here.
Code (YAML):
# 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.
Contact us on our
Discord server to add your server here.
If you'd like to contribute to the plugin, it's open source, so please feel free to do so. If we find your addon or update valuable, we'll consider implementing it.