Untitled

 avatar
unknown
plain_text
17 hours ago
679 B
10
Indexable
  'combined_button_test':
    material: SAND
    slot: 32
    display_name: 'Maybe a diamond?'
    left_click_requirement:
      minimum_requirements: 10
      stop_at_success: true
      requirements:
        requirement_dirt:
          type: has item
          material: DIRT
          optional: true
        requirement_sand:
          type: has item
          material: SAND
          optional: true

      deny_commands:
        - "[message] You need a total of 10 to get a diamond"
    left_click_commands:
      - "[console] clear %player_name% DIRT 10"
      - "[console] clear %player_name% SAND 10"
      - "[console] give %player_name% DIAMOND 1"
Editor is loading...
Leave a Comment