Advertisement
Guest User

group virtualpack

a guest
Jul 17th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. version: '1'
  2. enabled: 'true'
  3. language: en
  4. load-multithreaded: semi
  5. reload-on-failure: '60'
  6. import-world: ''
  7. check-update: 'true'
  8. global-perms: 'true'
  9. superperms: 'false'
  10. save-interval: '300'
  11. tick:
  12. interval: '10'
  13. on-death: drop
  14. economy: 'true'
  15. allow-creative: 'false'
  16. uncraft-enchanted: 'false'
  17. events:
  18. use: 'true'
  19. ignorecancelled: 'false'
  20. inject:
  21. anvil: 'false'
  22. transmutation:
  23. enabled: 'false'
  24. show-value: 'true'
  25. god-items:
  26. - DRAGON_EGG
  27. notify-mismatch: 'true'
  28. color:
  29. name: 1n
  30. value: '4'
  31. stored-name: 2l
  32. stored-value: e
  33. db:
  34. use: 'false'
  35. url: jdbc:mysql://localhost:3306/minecraft
  36. user: herp
  37. pw: derp
  38. table: vpack
  39. commands:
  40. main:
  41. - vp
  42. - virtual
  43. - virtualpack
  44. workbench:
  45. - wb
  46. - workbench
  47. uncrafter:
  48. - uc
  49. - uncrafter
  50. chest:
  51. - chest
  52. furnace:
  53. - furnace
  54. brewingstand:
  55. - brew
  56. - brewingstand
  57. enchanttable:
  58. - ench
  59. - enchtable
  60. - enchanttable
  61. - enchantingtable
  62. trash:
  63. - trash
  64. send:
  65. - send
  66. anvil:
  67. - an
  68. - anvil
  69. materializer:
  70. - mat
  71. - matter
  72. tools:
  73. workbench:
  74. buy: '20000'
  75. use: '0'
  76. uncrafter:
  77. buy: '30000'
  78. use: '0'
  79. enchanttable:
  80. multiply: '1'
  81. buy: '30000'
  82. use: '0'
  83. book: '5000'
  84. anvil:
  85. buy: '25000'
  86. use: '0'
  87. maxlevel: '40'
  88. materializer:
  89. buy: '50000'
  90. use: '0'
  91. chest:
  92. max: '2'
  93. start: '0'
  94. multiply: '1'
  95. buy: '40000'
  96. use: '0'
  97. size: '6'
  98. king:
  99. start: '1'
  100. max: '-1'
  101. furnace:
  102. max: '10'
  103. start: '0'
  104. multiply: '1'
  105. buy: '50000'
  106. use: '0'
  107. link: '100000'
  108. brewingstand:
  109. max: '10'
  110. start: '0'
  111. multiply: '1'
  112. buy: '75000'
  113. use: '0'
  114. link: '100000'
  115. send:
  116. notify-interval: '0'
  117. drop: 'false'
  118. blacklist:
  119. uncrafter:
  120. whitelist: 'false'
  121. list: []
  122. store:
  123. whitelist: 'false'
  124. list: []
  125. materializer:
  126. whitelist: 'false'
  127. list: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement