πRepeat after me
Highlighted cells will appear on the field in different orders. You need to remember the order and build it by clicking on these fields. First there will be 2 cells, then 4, then 6 and so on. For each wave you can get a reward. The higher the wave, the higher the reward.
Installation
Build a vertical 3x3 structure.
Move the cursor to the lower left corner of this building and enter the command:
Now to the upper right and enter the command:
Now it remains to put a sign somewhere nearby. Watch on it and enter the command:
Commands
View mode commands
/repeatafterme help
You need to set the points of the 3x3 field. Look at the lower left corner. Enter the command to set point 1. Then to the upper right and the command to point 2
/repeatafterme setpoint 1 /repeatafterme setpoint 2
After setting the points, stare on the sign and enter the command
/repeatafterme install
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 reward for each stage
/repeatafterme additem <stage:1-5> <chance>
With this command you can set an item in your hand with which the player can start the game. You can set many items! Be sure to allow the game to be started by the item in the general config!
/repeatafterme addstartitem
Clears the list of such items that can be used to start the game
/repeatafterme clearstartitems
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.repeatafterme.*
Gives the player permission to play this mode
fun.repeatafterme.play
Main config (config.yml)
Mode config (repeat_after_me.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