πŸ”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:

/repeatafterme setpoint 1

Now to the upper right and enter the command:

/repeatafterme setpoint 2

Now it remains to put a sign somewhere nearby. Watch on it and enter the command:

/repeatafterme install

Commands

Description
Command

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!

For what
Permission

Gives all mode access to the player

fun.repeatafterme.*

Gives the player permission to play this mode

fun.repeatafterme.play

Main config (config.yml)

Repeat after me enable: true #If "false", this mode will not be available
Repeat after me start price: 1000.0 #When you click on the sign, this price will be charged from the player’s balance
Repeat after me use items to start instead of money: false #If "true", then you need to set items that can be used to start the mode instead of money
Repeat after me time for answer: 15 #In ticks. Time to repeat for each cycle
Repeat after me coefficient by each stage: 2 #How many blocks will be added each cycle.
Repeat after me title enable: true #Will the title be displayed when you win?
Repeat after me title fade in time: 10 #In ticks
Repeat after me title stay time: 40 #In ticks
Repeat after me title fade out time: 10 #In ticks
Repeat after me fireworks: #Victory animations. You can set 1 and more animations. Or set [] to disable
  - 'SALUT_4'
Repeat after me sign text: #Text for inactive/active mode
  - '&6╔════════╗'
  - '&5⏳ &d&lREPEAT&r &5⏳'
  - '&6Price: &e&l%price%&6$'
  - '&6β•šβ•β•β•β•β•β•β•β•β•'

Mode config (repeat_after_me.yml)

# ╔══════════════════════════════╗
# β•‘  MATERIAL/Π‘USTOM MODEL DATA  β•‘
# β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

Repeat after me background block: ['GRAY_CONCRETE', 0]
Repeat after me wrong block: ['RED_CONCRETE', 0]
Repeat after me active blocks:
  1: ['LIME_CONCRETE', 0]
  2: ['LIME_CONCRETE', 0]
  3: ['LIME_CONCRETE', 0]
  4: ['LIME_CONCRETE', 0]
  5: ['LIME_CONCRETE', 0]
  6: ['LIME_CONCRETE', 0]
  7: ['LIME_CONCRETE', 0]
  8: ['LIME_CONCRETE', 0]
  9: ['LIME_CONCRETE', 0]
  10: ['LIME_CONCRETE', 0]
  11: ['LIME_CONCRETE', 0]
  12: ['LIME_CONCRETE', 0]
  13: ['LIME_CONCRETE', 0]
  14: ['LIME_CONCRETE', 0]
  15: ['LIME_CONCRETE', 0]
  16: ['LIME_CONCRETE', 0]
  17: ['LIME_CONCRETE', 0]
  18: ['LIME_CONCRETE', 0]
  19: ['LIME_CONCRETE', 0]
  20: ['LIME_CONCRETE', 0]
  21: ['LIME_CONCRETE', 0]
  22: ['LIME_CONCRETE', 0]
  23: ['LIME_CONCRETE', 0]
  24: ['LIME_CONCRETE', 0]
  25: ['LIME_CONCRETE', 0]
  26: ['LIME_CONCRETE', 0]
  27: ['LIME_CONCRETE', 0]
  28: ['LIME_CONCRETE', 0]
  29: ['LIME_CONCRETE', 0]
  30: ['LIME_CONCRETE', 0]


Repeat after me items to run a game: []


Repeat after me rewards:
  Drop mode 1 stage: MONEY
  Money reward 1 stage: 100.0
  Items reward 1 stage: [] #Set by command
  Command reward 1 stage: []
  Drop mode 2 stage: MONEY
  Money reward 2 stage: 500.0
  Items reward 2 stage: [] #Set by command
  Command reward 2 stage: []
  Drop mode 3 stage: MONEY
  Money reward 3 stage: 1000.0
  Items reward 3 stage: [] #Set by command
  Command reward 3 stage: []
  Drop mode 4 stage: MONEY
  Money reward 4 stage: 2000.0
  Items reward 4 stage: [] #Set by command
  Command reward 4 stage: []
  Drop mode 5 stage: MONEY
  Money reward 5 stage: 5000.0
  Items reward 5 stage: [] #Set by command
  Command reward 5 stage: []

Repeat after me locations: [] #Set by command

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:

Command reward:
- eco give %player% 1000
- say Cool

Last updated