Reroll Options

This setting is optional!

Example:

animation:
  reroll:
    type: "Interaction" # Possible values: GUI, Interaction
    possible-rerolls: 2
    inventory:
      title: '&f七七七七七七七七七せ'
      size: 18
      reward-slot: 4
      claim-item:
        material: MAP
        model-data: 1010
        display-name: '&aClaim Reward'
        lore:
        - ''
        - '&7[Click] &fto claim'
        slots:
        - 0
        - 1
        - 2
      reroll-item:
        material: MAP
        model-data: 1010
        display-name: '&aReroll Reward'
        lore:
        - ''
        - '&7[Click] &fto reroll'
        slots:
        - 6
        - 7
        - 8
      cosmetic-items:
        test-item:
          material: MAP
          display-name: '&cTest Item Wow'
          lore:
          - ''
          - '&fJust a cosmetic item...'
          slots: []

Settings

  • possible-rerolls

    • amount of possible rerolls

  • inventory

    • inventory settings of the reroll menu

  • type

    • a type of rerolling.

    • GUI - will open a GUI with clickable buttons (Reroll & Claim Button)

    • Interaction - will wait for player's interaction (Left-Click to reroll, Shift to claim the reward)

Last updated