Dance

LET'S DANCE!!

dance_game:
  game-type: dance
  difficulty: 40~60 # (The amount of buttons would be difficulty/4)
  time: 15
  easy: true # (true = ←→ / false = ←→↑↓)
  tip: '<gray>↑: Jump | ↓: Sneak | ←: LeftClick | →: RightClick</gray>'
  title: 
    left-button: '<gray>← </gray>'
    left-button-correct: '<green>← </green>'
    left-button-wrong: '<red>← </red>'
    left-button-current: '<gold>← </gold>'
    right-button: '<gray>→ </gray>'
    right-button-correct: '<green>→ </green>'
    right-button-wrong: '<red>→ </red>'
    right-button-current: '<gold>→ </gold>'
    up-button: '<gray>↑ </gray>'
    up-button-correct: '<green>↑ </green>'
    up-button-wrong: '<red>↑ </red>'
    up-button-current: '<gold>↑ </gold>'
    down-button: '<gray>↓ </gray>'
    down-button-correct: '<green>↓ </green>'
    down-button-wrong: '<red>↓ </red>'
    down-button-current: '<gold>↓ </gold>'
    display-amount: 7 # (Max amount of buttons to be displayed at the same time)
  subtitle: "<gray>Dance to win. Time left <white>{time}s"
  sound:
    correct: "minecraft:block.amethyst_block.hit"
    wrong: "minecraft:block.anvil.land"

Last updated