Paste #19281: random name

Date: 2015/08/13 05:50:26 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


#############################
    ##Hub script make by xion87##
    #############################
    'login':
      type: world
      debug: false
      events:
        on player joins:
        - wait 1t
        - give i@Auras slot:3
        - give i@navigator slot:1
        - give i@visibility slot:8
        - give i@aesthetics slot:5
    'navigator':
      type: item
      material: '345'
      bound: true
      display name: "<yellow><bold>Navigator"
    'navigator_effect':
      type: world
      debug: true
      events:
        on player right clicks with i@navigator:
        - execute as_op "cc open menu"
    'regulation':
      type: item
      material: '403'
      bound: true
      display name: "<yellow><bold>Rules"
    'visibility':
      type: item
      material: 'SLIME_BALL'
      bound: true
      no_id: true
      display name: "<gold>HideAllPlayers"
      lore:
      - <dark_red>Right Click to activate
    'visibility_effect':
      type: world
      debug: true
      events:
    'aesthetics':
      type: item
      material: '399'
      bound: true
      display name: "<yellow><bold>modification aesthetics <dark_gray>- <aqua>Cosmetics/Pets/Auras"
    'aesthetics_effect':
      type: world
      debug: true
      events:
        on player right clicks with i@aesthetics:
        - execute as_op "cc open aesthetics"
    'Auras':
      type: item
      material: 'ENDER_CHEST'
      bound: true
      no_id: true
      display name: "<&3>Funny<dark_red>Chest <dark_gray>- <gray>Right Click !"
      lore:
    'Auras_effect':
      type: world
      debug: true
      events: