Paste #4517: chc server

Date: 2014/05/23 08:33:47 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


######################
#+                  +#
#   MENU SETTINGS    #
#+                  +#
######################

menu-settings:

  # name - appears as the title - REQUIRED
  name: '&bServer Menu'

  # rows - the number of rows of the chest - REQUIRED
  rows: 2

  # command - OPTIONAL (you can remove this or set it to '')
  command: ''

  # open-with-item - OPTIONAL (you can remove this or
  # set the item-id/data-value to 0)
  # In this case it will open with a book (right click)
  open-with-item:
    item-id: 403
    left-click: true
    right-click: true
    data-value: 0

######################
#+                  +#
#       ITEMS        #
#+                  +#
######################


website:
  COMMAND: 'tell:&7Website: &9www.ocelotcraft.com'
  NAME: '&9[+] &6OcelotCraft's Official Site &9[+]'
  LORE:
    - 'Register your player on the site.'
    - 'Click to get the link.'
  ID: 381
  POSITION-X: 1
  POSITION-Y: 1


Player-Menu:
  COMMAND: 'open:player-menu.yml'
  NAME: '&9[+] Players Game Menu [+]'
  LORE:
    - 'Shows different commands you have'
  ID: 403
  POSITION-X: 3
  POSITION-Y: 1


Admin-Console:
  COMMAND: 'open:admin-console.yml'
  NAME: '&9[+] Administrators Console[+]'
  LORE:
    - 'Shows Admin only commands'
  ID: 51
  POSITION-X: 4
  POSITION-Y: 1