Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- main-page:
- open-with-item-id: DIAMOND_SWORD #Opens the GUI if the player left clicks while holding the specified item. 1.8 and 1.9 Material Types are listed on the plugin page
- open-on-login: true
- close-on-player-move: false
- close-on-player-item-switch: false
- components:
- stone-hoe:
- type: item
- item-id: STONE_HOE
- rotation:
- x: 22
- y: 180
- z: 0
- position:
- x: -0.16
- y: -0.3
- wheat:
- type: item
- item-id: WHEAT
- rotation:
- x: 0
- y: 90
- z: 0
- position:
- x: -0.31
- y: -0.35
- diamond-block:
- type: item
- item-id: DIAMOND_BLOCK
- rotation:
- x: 0
- y: 0
- z: 0
- position:
- x: 0.22
- y: -0.15
- gamemode-toggle-btn:
- type: toggle-switch
- label: "&lGamemode: &4&l%gamemode-toggle-btn_value%"
- always-show-label: true
- default-value: false #Specify true|false to set the default value the toggle switch starts with
- icon-on: default-toggle-on.png
- on-value: Creative #Assign a value that this toggle switch will have when in the 'on' state. The current value of the toggleswitch can be accessed with placeholder %component-id_value%
- onclick-on: gamemode 1 %player_name% #Command to run when the toggle button gets toggled to 'true'
- execute-onclick-on-as-console: true
- icon-off: default-toggle-off.png
- off-value: Survival #Assign a value that this toggle switch will have when in the 'off' state. The current value of the toggleswitch can be accessed with placeholder %component-id_value%
- onclick-off: gamemode 0 %player_name% #Command to run when the toggle button gets toggled to 'false'
- execute-onclick-off-as-console: true
- onclick-sound: UI_BUTTON_CLICK
- position:
- x: 0
- y: -0.25
- sword-item:
- type: item
- item-id: DIAMOND_SWORD
- position:
- x: -0.4
- y: 0.7
- rotation: #degrees to rotate the speicifed axis
- x: 45
- y: -180
- z: 0
- sword-item2:
- type: item
- item-id: DIAMOND_SWORD
- position:
- x: 0.4
- y: 0.7
- rotation: #degrees to rotate the speicifed axis
- x: 45
- y: 0
- z: 0
- pastebin-link:
- type: item
- execute-command-as-console: true
- onclick: "tellraw %player_name% {\"text\":\"\",\"extra\":[{\"text\":\"Click Here: \",\"color\":\"bold\"},{\"text\":\"Hub Menu Config on Pastebin\",\"color\":\"underline\",\"clickEvent\":{\"action\":\"open_url\",\"value\":\"http://pastebin.com/RLJ3bNVy\"}}]}"
- item-id: NETHER_STAR
- label: Hub Menu Config
- label-distance: 10.0 #How many blocks away the label for this component will be. Default(Button: 15, Item: 6, Entity: 8, Label: 10)
- onclick-sound: UI_BUTTON_CLICK #1.8 and 1.9 Sounds are listed on the plugin page
- position:
- x: -0.6
- y: 0.1
- rotation:
- x: 0
- y: 90
- z: 0
- server-logo:
- type: image
- image-src: server-logo.png
- width: 25
- height: 25
- symmetrical: true
- position:
- x: 0
- y: 1
- welcome-scroll:
- type: label
- label-distance: 6
- text:
- - "%scroll% &f&lWelcome %player_name% to &b&lAntarescraft&f&l! "
- position:
- x: 0
- y: 0.35
- towny-btn:
- type: button
- symmetrical: true
- onclick-sound: ITEM_HOE_TILL
- onclick-sound-volume: 0.6
- position:
- x: 0
- y: 0.3
- icon: home.gif
- label: Towny #Captions text is displayed when the player hovers over the button
- onclick: hg open towny-page #Specify the command to run when the player clicks the button
- mcmmo-state-btn:
- type: button
- onclick-sound: ENTITY_ITEM_BREAK
- symmetrical: true
- position:
- x: -0.55
- y: -0.1
- icon: trophy.gif
- label: MCMMO Stats
- onclick: hg open mcmmo-stats-page
- server-list-btn:
- type: button
- onclick-sound: ENTITY_EXPERIENCE_ORB_PICKUP
- symmetrical: true
- position:
- x: 0.55
- y: -0.1
- icon: globe.gif
- label: Server List
- onclick: hg open server-list-page
- book-item-btn:
- type: item
- item-id: WRITTEN_BOOK
- onclick-sound: ENTITY_ITEM_PICKUP
- position:
- x: 0.5
- y: 0.1
- rotation:
- x: 0
- y: 90
- z: 0
- label: Rulebook
- label-distance: 10.0
- execute-command-as-console: true
- onclick: "tellraw %player_name% {\"text\":\"\",\"extra\":[{\"text\":\"\",\"color\":\"bold\"},{\"text\":\"Rule 1: Enjoy HoloGUI!\",\"color\":\"underline\",\"clickEvent\":{\"action\":\"open_url\",\"value\":\"\"}}]}"
- close-btn:
- type: button
- mini: true
- onclick-sound: UI_BUTTON_CLICK
- position:
- x: 0.8
- y: 0.6
- label: Close Menu
- symmetrical: true
- icon: x-red.gif
- onclick: hg close
Advertisement
Add Comment
Please, Sign In to add comment