Paste #19289: Edit of P#19288 - test

Date: 2015/08/13 07:06:14 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 logs in:
    - wait 2t
    - inventory clear d:<player.inventory>
    - wait 2t
    - 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
  event:
    on player right clicks with i@visibility:
    - foreach <player.location.find.entities[player].within[10]> {adjust <player> hide_entity:%value%

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 !"