Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. mysql:
  2. host: 'localhost'
  3. database: 'mistspawners'
  4. user: 'dev'
  5. pass: 'test123'
  6.  
  7. gui:
  8. name: '&bSpawner Tier'
  9. rows: 1
  10. fillMaterial: STAINED_GLASS_PANE
  11. fillData: 15
  12.  
  13. spawners:
  14. keepTiers: true
  15. dropOnExplosion: true
  16. usePermissions: false
  17. permissionNode: 'mistspawners.use'
  18.  
  19. tiers:
  20. '1':
  21. multiplier: 1.25
  22. minDelay: 200
  23. maxDelay: 600
  24. maxEntities: 6
  25. range: 16
  26. cost: 100
  27. economy: money
  28. locked:
  29. material: STAINED_GLASS_PANE
  30. data: 14
  31. enchanted: true
  32. name: '&cTier 1'
  33. lore:
  34. - '&bStatus: &cLocked'
  35. - '&bCost: &f$100'
  36. - '&bMultiplier: &dx1.25'
  37. - '&aClick to purchase.'
  38. unlocked:
  39. material: STAINED_GLASS_PANE
  40. data: 13
  41. enchanted: true
  42. name: '&aTier 1'
  43. lore:
  44. - '&bStatus: &aUnlocked'
  45. - '&bMultiplier: &dx1.25'
  46. - '&aYou already own this.'
  47. '2':
  48. multiplier: 1.5
  49. minDelay: 200
  50. maxDelay: 400
  51. maxEntities: 7
  52. range: 17
  53. cost: 100
  54. economy: xp
  55. locked:
  56. material: STAINED_GLASS_PANE
  57. data: 14
  58. enchanted: true
  59. name: '&cTier 2'
  60. lore:
  61. - '&bStatus: &cLocked'
  62. - '&bCost: &f100 XP'
  63. - '&bMultiplier: &dx1.5'
  64. - '&aClick to purchase.'
  65. unlocked:
  66. material: STAINED_GLASS_PANE
  67. data: 13
  68. enchanted: true
  69. name: '&aTier 2'
  70. lore:
  71. - '&bStatus: &aUnlocked'
  72. - '&bMultiplier: &dx1.5'
  73. - '&aYou already own this.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement