Advertisement
Guest User

Config v2

a guest
Mar 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. # Log some stuff about the players packs to the console (pack sending and the status, turn that of on large servers!)
  2. debug: true
  3. autogeneratehashes: true
  4. prompttimeout: 15
  5. kickdelay: 0
  6. usepack-is-temporary: true
  7. messages:
  8. usepack: You now use the pack %pack%!
  9. packlisthead: 'Packs available to you:'
  10. nopacks: No packs found!
  11. packs:
  12. overworld:
  13. url: https://download.nodecdn.net/containers/nodecraft/minepack/42b04e2eea294484e272d0e323bde725.zip
  14. hash: 96afac875014d4a39066f7c2545d61e9eef0ed2f
  15. format: 1
  16. restricted: false
  17. permission: forceresourcepacks.pack.overworld
  18. nether:
  19. url: http://example.com/netherresourcepack.zip
  20. hash: 012345678abcdef012345678abcdef012345678a
  21. format: 0
  22. restricted: false
  23. permission: forceresourcepacks.pack.nether
  24. empty:
  25. url: http://cdn.moep.tv/files/Empty.zip
  26. hash: c05faed4680570a6159823e13fbae2ae830166ab
  27. format: 0
  28. restricted: false
  29. permission: forceresourcepacks.pack.empty
  30. empty: empty
  31. server:
  32. pack: overworld
  33. send-delay: 10
  34. actions:
  35. loaded:
  36. message: '&aYou are now using the &e%pack%&a pack!'
  37. declined:
  38. kick: |-
  39. &cYou have to accept the server resource pack in order to play!
  40. &cVisit &ehttp://s.moep.tv/rp&c for info on how to enable it!
  41. first-join-actions:
  42. loaded:
  43. message: '&aYou are now using the &e%pack%&a pack!'
  44. declined:
  45. kick: |-
  46. &cYou have to accept the server resource pack in order to play!
  47. &cVisit &ehttp://s.moep.tv/rp&c for info on how to enable it!
  48. worlds: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement