Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. #TreasureEyesPlus v1.0 (1.9x - 1.13x) - by Norska#1933 (https://mcm.norskas.zone , https://spigot.norskas.zone)
  2.  
  3. # ██████╗ ██████╗ ███╗ ██╗███████╗██╗ ██████╗
  4. #██╔════╝██╔═══██╗████╗ ██║██╔════╝██║██╔════╝
  5. #██║ ██║ ██║██╔██╗ ██║█████╗ ██║██║ ███╗
  6. #██║ ██║ ██║██║╚██╗██║██╔══╝ ██║██║ ██║
  7. #╚██████╗╚██████╔╝██║ ╚████║██║ ██║╚██████╔╝
  8. # ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═════╝
  9.  
  10. Item:
  11. Material: EYE_OF_ENDER
  12. Name: '&d&lMagic Vision&r'
  13. Lore:
  14. - " "
  15. - "&7Tento item ti zvýrazní místa"
  16. - "&7kde je nějaká &etruhla&7,&e spawner&7,"
  17. - "&7a nějaké &eblocky&7, které se ti budou"
  18. - "&7celkem hodit :)."
  19. - " "
  20. - "&eDélka: &710 minut"
  21. - "&eRádius: &720 blocků"
  22. - " "
  23. Glow: true
  24.  
  25. Settings:
  26. Eye:
  27. Radius: 20
  28. Cooldown: 30
  29. View_Time: 600
  30. Ores: false
  31. Spawners: true
  32. Chests: true
  33. Enabled_Worlds:
  34. - 'world'
  35. - 'world_the_end'
  36. - 'world_nether'
  37. - 'priroda'
  38. Extra_Blocks:
  39. - 'GLOWSTONE'
  40. - 'TNT'
  41. # TRICK: Set glow item to 'SAME'
  42. # to get the same block as the
  43. # glowing item inside it!
  44. Glow_Item: 'SAME'
  45. Extra:
  46. Potion_Effects:
  47. - 'SPEED, 2'
  48. - 'FAST_DIGGING, 1'
  49. - 'NIGHT_VISION, 0'
  50. Glowing_Blocks:
  51. # REWARD FORMAT
  52. # [command] , [chance]
  53. # EXAMPLE
  54. # give %p diamond 1, 50
  55. Rewards:
  56. - 'give %p emerald 1, 10'
  57. - 'give %p diamond 1, 20'
  58. - 'give %p gold_ingot 1, 30'
  59. # EFFECTS AND SOUNDS MAY
  60. # DIFFER DEPENDING ON WHAT
  61. # VERSION YOUR SERVER IS
  62. # RUNNING ON
  63. Effect: 'DRAGON_BREATH'
  64. Sound: 'ENTITY_PLAYER_LEVELUP'
  65. Messages:
  66. Treasure_Eye_Enabled:
  67. - '&8&l[&d&l&k@&8&l] &7Aktivoval jsi si &5&l&nMagic Vision&7!'
  68. - ' &7(Když budeš u Spawnerů, či truhel, označí se ti!)'
  69. Cooldown:
  70. - '&8&l[&d&l&k@&8&l] &5&l&nMagic Vision&r &7můžeš znovu použít za &n%cooldown s&7!'
  71. Given:
  72. - ' &f- &dYou gave &d&l%amount TREASURE EYE(s)&r&d to &d&n%name&r&d!'
  73. Received:
  74. - '&8&l[&d&l&k@&8&l] &7Získal jsi &d&l%amount &dx &5&lMagic Vision&r&7!'
  75. View_Time_Over:
  76. - '&8&l[&d&l&k@&8&l] &7Čas vypršel!'
  77. Disabled_World:
  78. - '&8&l[&d&l&k@&8&l] &dYou cannot use this in this world!'
  79. Menu:
  80. - '&8&m&n============================================='
  81. - ''
  82. - '&d&l&oTreasureEyes&f&l&o+&r &8» &aMenu'
  83. - ''
  84. - ' &8» &d/eye give &7[user] [amount] &8- &f&nGive treasure eyes!'
  85. - ' &8» &d/eye reload &8- &f&nReload the plugin!'
  86. - ''
  87. - '&8&m&n============================================='
  88. Wrong_Arguments:
  89. - '&8&l[&d&l&k@&8&l] &f- &dYour arguments are incorrect!'
  90. Missing_Arguments:
  91. - '&8&l[&d&l&k@&8&l] &f- &dYou are missing arguments'
  92. Player_Offline:
  93. - '&8&l[&d&l&k@&8&l] &f- &5%player &dis not online!'
  94. Reload:
  95. - '&8&l[&d&l&k@&8&l] &f- &dThe plugin has been reloaded (took &f%ms ms&d)!'
  96. No_Permission:
  97. - '&8&l[&d&l&k@&8&l] &f- &dYou do not have permission!'
  98. Permissions:
  99. Use_Eye: 'treasure.eyes.use'
  100. Use_Commands: 'treasure.eyes.commands'
  101. Give_Eyes: 'treasure.eyes.give'
  102. Reload_Plugin: 'treasure.eyes.reload'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement