XiaoMoMi Plugins
δΈ­ζ–‡η»΄εŸΊ
CustomFishing
CustomFishing
  • Plugin Wiki
    • 🎣 CustomFishing
      • 🧭 How to Configure Each File
      • ❓️ Common questions
      • βš–οΈ Weight System [MUST READ]
      • πŸ“„ Format
        • πŸ›’ Market
        • ✨ Effect
        • πŸŽ‰ Event
        • ✏️ Text
        • 🎁 Item
        • πŸ¦– Entity
        • 🧊 Block
        • πŸ† Loot
        • πŸ—Ώ Totem
        • πŸ•ΉοΈ MiniGame
          • Accruate click
          • Accruate click v2
          • Accruate click v3
          • Hold
          • Hold v2
          • Tension
          • Click
          • Dance
        • πŸ… Competition
      • βœ… Condition
      • πŸ’ͺ Action
      • πŸ…ΏοΈ Placeholder & Expression
      • 🀝 Compatibility
        • ItemsAdder
        • MythicMobs
        • Oraxen
        • EcoItems
        • Nexo
        • MMOItems
        • NeigeItems
        • ExecutableItems
        • mcMMO Treasure
        • Supported levelers
        • AdvancedEnchantments
        • EcoEnchants
        • BattlePass
        • BetonQuest 2.0
        • ClueScrolls
        • RealisticSeasons
        • Quests
        • TypeWriter
        • Zaphkiel
        • AuraSkills
      • 🐚 Command & Permission
      • πŸ“Š Import & Export Data
      • ⌨️ API
        • Events
        • Basic Operations
        • Integration Provider
        • Custom Hook Logics
        • Custom Games
Powered by GitBook
On this page
  1. Plugin Wiki
  2. 🎣 CustomFishing
  3. πŸ“„ Format
  4. πŸ•ΉοΈ MiniGame

Dance

LET'S DANCE!!

PreviousClickNextπŸ… Competition
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_left}s"
  sound:
    correct: "minecraft:block.amethyst_block.hit"
    wrong: "minecraft:block.anvil.land"