arriej

V pack config

Feb 8th, 2014
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.91 KB | None | 0 0
  1. version: '1'
  2. enabled: 'true'
  3. language: en
  4. load-multithreaded: semi
  5. reload-on-failure: '0'
  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: keep
  14. economy: 'false'
  15. allow-creative: 'false'
  16. uncraft-enchanted: 'true'
  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.  - v
  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: '10'
  93.     start: '0'
  94.     multiply: '1'
  95.     buy: '40000'
  96.     use: '0'
  97.     size: '6'
  98.   furnace:
  99.     max: '10'
  100.     start: '0'
  101.     multiply: '1'
  102.     buy: '50000'
  103.     use: '0'
  104.     link: '100000'
  105.   brewingstand:
  106.     max: '10'
  107.     start: '0'
  108.     multiply: '1'
  109.     buy: '75000'
  110.     use: '0'
  111.     link: '100000'
  112. send:
  113.   notify-interval: '0'
  114.   drop: 'false'
  115. blacklist:
  116.   uncrafter:
  117.     whitelist: 'false'
  118.     list: []
  119.   store:
  120.     whitelist: 'false'
  121.     list: []
  122.   materializer:
  123.     whitelist: 'false'
  124.     list: []
Advertisement
Add Comment
Please, Sign In to add comment