Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. # Unsafe save:
  2. # When it's true, stats will be saved when
  3. # player leaves (when MySQL is enabled), or
  4. # when server disables.
  5. # However, when false, it will save when
  6. # player finds a reward.
  7. # -----------------------------------
  8. # If hide-found-blocks is "NONE", it will
  9. # be disabled.
  10. # -----------------------------------
  11. # For custom skulls for find effect,
  12. # use the Base64 Encoding
  13. # from heads.freshcoal.com in the give command,
  14. # what usually looks like this:
  15. # eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzAxNDYxOTczNjM0NTI1MTk2ZWNjNzU3NjkzYjE3MWFkYTRlZjI0YWE5MjgzNmY0MmVhMTFiZDc5YzNhNTAyZCJ9fX0=
  16. # -----------------------------------
  17. # You can use DISABLED or NONE for some
  18. # paths to disable it.
  19. # -----------------------------------
  20.  
  21. placeholderapi: false
  22. use-mysql: false
  23. enabled: true
  24. disabled-msg: '&c&l[!]&c The block quest is currently disabled.'
  25. use-uuid: true
  26. check-full-inventory: 0
  27. full-inventory-msg: '&c&l[!]&c Your inventory is full!'
  28. mysql-host: host
  29. mysql-database: database
  30. mysql-username: username
  31. mysql-password: password
  32. mysql-unsafe-save: true
  33. no-permission: '&c&l[!]&c You do not have permission to do that.'
  34. hide-found-blocks: NONE
  35. blocks:
  36. - 36;71;-41;world
  37. - -2;72;-27;world
  38. - -46;71;-36;world
  39. - -27;74;-1;world
  40. - -44;76;29;world
  41. - 39;71;47;world
  42. - 3;77;-3;world
  43. - 0;72;-39;world
  44. - -26;101;-47;world
  45. - 5;72;44;world
  46. - 5;74;49;world
  47. find-block-commands:
  48. - particle mobSpell %locX% %locY% %locZ% 0.25 0.25 0.25 1 10
  49. - tm msg %player% &b&lBLOCK FOUND!\n&7&o(( There are &f&o%blocksLeft%&7&o blocks left. ))
  50. - rawmsg %player% false &c&l[!]&c Block found! There are &4%blocksLeft%&c blocks left.
  51. all-blocks-found-commands:
  52. - tm msg %player% &a&lALL BLOCKS FOUND!\n&7&o(( You have been gifted 1x Ancient Key as a reward! ))
  53. - rawmsg %player% false &c&l[!]&c You have found the last block and have been gifted &41x Ancient Key&c as a reward.
  54. - crazycrate give v ancient 1 %player%
  55. already-found-commands:
  56. - tm msg %player% &c&lBLOCK ALREADY FOUND\n&7&o(( There are &f&o%blocksLeft%&7&o blocks left. ))
  57. - rawmsg %player% false &c&l[!]&c You have already found that block! There are &4%blocksLeft%&c blocks left.
  58. already-found-all-blocks:
  59. - tm msg %player% &c&lALL BLOCKS FOUND\n&7&o(( You have already found all blocks. ))
  60. - rawmsg %player% false &c&l[!]&c You have already found all blocks.
  61. find-effect:
  62. enabled: true
  63. invisible: true
  64. small: true
  65. custom-name: ''
  66. head: GLOWSTONE
  67. chest: NONE
  68. leg: NONE
  69. boot: NONE
  70. particle: FLAME
  71. loop: 30
  72. levitation-per-loop: 0.2
  73. yaw-rotation: 20
  74. scheduler: 2
  75. y-start: 0.25
  76. sound: FIREWORK_LAUNCH
  77. sound-pitch: 0
  78. disappear-commands:
  79. enabled: false
  80. commands:
  81. - say The find effect disappeared at %locX% %locY% %locZ%!
  82. particles:
  83. loop: 20
  84. enabled: false
  85. found:
  86. dx: 0.05
  87. dy: 0.05
  88. dz: 0.05
  89. speed: 0.1
  90. quantity: 20
  91. type: DISABLED
  92. notfound:
  93. dx: 0.05
  94. dy: 0.05
  95. dz: 0.05
  96. speed: 0.1
  97. quantity: 35
  98. type: FLAME
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement