πΉCustom events
Every few minutes an event starts in which you need to do something to get points. Players will receive rewards for first, second and third place!
List of events:
FISHING
JUMPING
KILLING_PLAYERS
KILLING_MOBS
CRAFTING
DIGGING_ORE
DAMAGE
DEATH
EGG_SHELL
SHEAR
BREED
SHOOTING
FARMER
WOODMAN

Commands
View mode commands
/events help
Adds an item to your hand as a prize when you win. You need to specify the drop chance. Be sure to change the drop type in the config for this mode. You can set rewards for 1, 2 and 3 places.
/events additem <place: 1-3> <chance>
Quick restart
/events trigger
Quick start of spefic event
/events trigger <event>
Finish the event right now
/events stop
Permissions
You must use a permission manager like LuckPerms which supports .* permissions notation. Bukkit doesn't support this notation by default!
Gives all mode access to the player
fun.events.*
Gives the player permission to restart this mode
fun.events.trigger
Main config (config.yml)
Mode config (events.yml)
You can change the type of reward. Just change it in the config above. Here are what they are:
1) MONEY - Gives only money
2) ITEM - Gives only one item with some chance
3) ALLITEMS - Gives all items in list
4) COMMAND - Executes commands. Example:
Last updated