Advertisement
Kloudy

mcmmo-stats-page.yml

May 10th, 2016
139,679
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.89 KB | None | 0 0
  1. mcmmo-stats-page:
  2.   open-on-login: false            #Default false
  3.   show-permission: ""
  4.   components:
  5.     close-btn:
  6.       type: button
  7.       mini: true
  8.       symmetrical: true
  9.       onclick-sound: UI_BUTTON_CLICK
  10.       position:
  11.         x: 0.8
  12.         y: 0.6
  13.       label: Close Menu
  14.       symmetrical: true   ####THIS SHOULD ONLY BE TRUE FOR SYMMETRICAL IMAGES. IT INCORRECTLY RENDERS THE IMAGES OTHERWISE####
  15.       icon: x-red.gif
  16.       onclick: hg close
  17.  
  18.     back-btn:
  19.       type: button
  20.       mini: true
  21.       symmetrical: true
  22.       onclick-sound: UI_BUTTON_CLICK
  23.       position:
  24.         x: -0.8
  25.         y: 0.6
  26.       label: Back
  27.       symmetrical: true   ####THIS SHOULD ONLY BE TRUE FOR SYMMETRICAL IMAGES. IT INCORRECTLY RENDERS THE IMAGES OTHERWISE####
  28.       icon: back.png
  29.       onclick: hg back
  30.  
  31.     pastebin-link:
  32.       type: item
  33.       execute-command-as-console: true
  34.       onclick: "tellraw %player_name% {\"text\":\"\",\"extra\":[{\"text\":\"Click Here: \",\"color\":\"bold\"},{\"text\":\"MCMMO Menu Config on Pastebin\",\"color\":\"underline\",\"clickEvent\":{\"action\":\"open_url\",\"value\":\"http://pastebin.com/2GRdquVC\"}}]}"
  35.       item-id: NETHER_STAR
  36.       label: MCMMO Menu Config
  37.       onclick-sound: UI_BUTTON_CLICK
  38.       position:
  39.         x: -1
  40.         y: 0.1
  41.       rotation:
  42.         x: 0
  43.         y: 90
  44.         z: 0
  45.  
  46.     mcmmo-logo:
  47.       type: image
  48.       symmetrical: true   ####THIS SHOULD ONLY BE TRUE FOR SYMMETRICAL IMAGES. IT INCORRECTLY RENDERS THE IMAGES OTHERWISE####
  49.       width: 18
  50.       height: 18
  51.       image-src: trophy.gif
  52.       position:
  53.         x: 0
  54.         y: 1
  55.  
  56.     mcmmo-page-label:
  57.       type: label
  58.       position:
  59.         x: 0
  60.         y: 0.5
  61.       text:
  62.        - "%scroll%         &b&lMCMMO Statistics         "
  63.  
  64.     powerlevel-label:
  65.       type: label
  66.       position:
  67.         x: 0
  68.         y: 0.4
  69.       text:
  70.         - "&b&lPower Level: &4&l%mcmmo_power_level%"
  71.  
  72.     cobble-item-1:
  73.       type: item
  74.       item-id: COBBLESTONE
  75.       position:
  76.         x: -0.4
  77.         y: 0.36
  78.       rotation:
  79.         x: 0
  80.         y: 15
  81.         z: 0
  82.  
  83.     pick-axe-item-1:
  84.       type: item
  85.       item-id: DIAMOND_PICKAXE
  86.       position:
  87.         x: -0.55
  88.         y: 0.35
  89.       rotation:
  90.         x: 45
  91.         y: 0
  92.         z: 0
  93.  
  94.     mining-skill:
  95.       type: label
  96.       position:
  97.         x: -0.4
  98.         y: 0.05
  99.       text:
  100.         - "&6&lMining Rank: &a&l%mcmmo_rank_mining%"
  101.         - ""
  102.         - "&6&lMining Skill: &a&l%mcmmo_level_mining%"
  103.         - ""
  104.         - "&6&lXP Remaining: &a&l%mcmmo_xp_remaining_mining%"
  105.  
  106.     bow-item-1:
  107.       type: item
  108.       item-id: BOW
  109.       position:
  110.         x: 0.45
  111.         y: 0.28
  112.       rotation:
  113.         x: -30
  114.         y: 180
  115.         z: 0
  116.  
  117.     arrow-item-1:
  118.       type: item
  119.       item-id: SPECTRAL_ARROW
  120.       position:
  121.         x: 0.41
  122.         y: 0.26
  123.       rotation:
  124.         x: 0
  125.         y: 90
  126.         z: 0
  127.  
  128.     archery-skill:
  129.       type: label
  130.       position:
  131.         x: 0.4
  132.         y: 0.05
  133.       text:
  134.         - "&6&lArchery Rank: &a&l%mcmmo_rank_archery%"
  135.         - ""
  136.         - "&6&lArchery Skill: &a&l%mcmmo_level_archery%"
  137.         - ""
  138.         - "&6&lXP Remaining: &a&l%mcmmo_xp_remaining_archery%"
  139.  
  140.     anvil-item-1:
  141.       type: item
  142.       item-id: ANVIL
  143.       position:
  144.         x: -0.43
  145.         y: -0.05
  146.       rotation:
  147.         x: 0
  148.         y: 0
  149.         z: 0
  150.  
  151.     repair-skill:
  152.       type: label
  153.       position:
  154.         x: -0.4
  155.         y: -0.395
  156.       text:
  157.         - "&6&lRepairing Rank: &a&l%mcmmo_rank_repair%"
  158.         - ""
  159.         - "&6&lRepairing Skill: &a&l%mcmmo_level_repair%"
  160.         - ""
  161.         - "&6&lXP Remaining: &a&l%mcmmo_xp_remaining_repair%"
  162.  
  163.     fishingrod-item-1:
  164.       type: item
  165.       item-id: FISHING_ROD
  166.       position:
  167.         x: 0.45
  168.         y: -0.26
  169.       rotation:
  170.         x: 0
  171.         y: 180
  172.         z: 0
  173.  
  174.     fish-item-1:
  175.       type: item
  176.       item-id: RAW_FISH:2
  177.       position:
  178.         x: 0.32
  179.         y: -0.23
  180.       rotation:
  181.         x: 0
  182.         y: 90
  183.         z: 0
  184.  
  185.     fishing-skill:
  186.       type: label
  187.       position:
  188.         x: 0.4
  189.         y: -0.395
  190.       text:
  191.         - "&6&lFishing Rank: &a&l%mcmmo_rank_fishing%"
  192.         - ""
  193.         - "&6&lFishing Skill: &a&l%mcmmo_level_fishing%"
  194.         - ""
  195.         - "&6&lXP Remaining: &a&l%mcmmo_xp_remaining_fishing%"
  196.  
  197.     skeleton:
  198.       type: entity
  199.       label: "&6&lTrainer"
  200.       always-show-label: true
  201.       execute-command-as-console: true
  202.       onclick: "tellraw %player_name% {\"text\":\"\",\"extra\":[{\"text\":\"\",\"color\":\"bold\"},{\"text\":\"Train hard to improve your stats!\",\"color\":\"gold\",\"clickEvent\":{\"action\":\"open_url\",\"value\":\"http://pastebin.com/2GRdquVC\"}}]}"
  203.       onclick-sound: ENTITY_SKELETON_AMBIENT
  204.       entity-type: SKELETON
  205.       position:
  206.         x: 0
  207.         y: 0.04
  208.       yaw: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement