This plugin allows players to earn rewards by clicking on a website. It operates similar to Cookie Clicker, but with the difference that players click on the website together. Once a certain number of clicks is reached, players receive a reward set by you in the configuration. For it to work, you need to own a Minecraft server and a website. I would appreciate it if you leave a review on Spigot after using it.
Code (Text):
#--------------------------------------------
#
# WebClicker
#
# Thank you for downloading this plugin
# don't forget to leave a review
#
# if you have a suggestion for what could
# be added, write it to me on discord
#
# Plugin Developer: Kijler
# Discord Support: https://discord.gg/sk4QQAU2yv
#
# My other plugins:
# CustomHelp: https://www.spigotmc.org/resources/customhelp-1-17-1-20-4.115473/
#
#--------------------------------------------
# URL to get the current number of clicks
# Example: counter-url: "http://click.yourdomain.com/counter.php"
# Change only <click.yourdomain.com>
counter-url: "http://click.airmc.eu/counter.php"
# The number of clicks after which commands should be invoked
trigger-count: 10000
# A list of commands to be invoked when a certain number of clicks is reached trigger-count
commands:
- say You have reached a certain number of clicks!
- say Please leave a good rating it will help me a lot
- minecraft:give @a minecraft:diamond 3
By downloading this file, you agree not to resell any of these files or represent them as your own product.
Please do not use reviews to report any bugs please report any bugs directly on my Discord server.
I'll appreciate positive reviews so I know to keep going.
If you have any ideas for additions, please write to me on the Discord server.