🏔️Mountain King
It is a pillar that the player must climb and stay on top of for a certain amount of time. After that, he is thrown back and becomes the king of the mountain until someone else can beat his title.
Installation
Build a pillar about 6 blocks high, although you can build as many as you like.
Place the pressure plate on top.
Stand on the top of the plate and enter the command. The name of this top can be anything. It is only needed for further convenient definition. For example, test1.
Commands
View mode commands
/mountainking help
Creates a new point for king of the hill mode
/mountainking create <name>
Deletes a point by its name
/mountainking delete <name>
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.
/mountainking additem <chance>
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.mountainking.*
Main config (config.yml)
Mode config (mountain_king.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