Guest User

config

a guest
Apr 16th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. debug: true
  2. # Default language
  3. default-language: en
  4. # Disable all metrics included in this plugin.
  5. disable-metrics: false
  6. # Whether or not resourcepack file hashes should be generated on startup:
  7. autogeneratehashes: true
  8. # Whether /usepack should apply packs temporary or permanent when run without any argument:
  9. usepack-is-temporary: true
  10. # Whether packs that a player has stored will override a matched assignments
  11. stored-packs-override-assignments: false
  12. # When manually setting a permanent pack then it will be reset if the user disconnects in under x amount of seconds.
  13. # 0 or anything below will disable this functionality
  14. permanent-pack-remove-time: 30
  15. packs:
  16. 15rpack:
  17. url: https://oppidans.net/images/rpack/oppidans_beta_15.zip
  18. format: 5
  19. 14rpack:
  20. url: https://oppidans.net/images/rpack/oppidans_beta_14.zip
  21. format: 4
  22. 13rpack:
  23. url: https://oppidans.net/images/rpack/oppidans_beta_13.zip
  24. format: 4
  25. 12rpack:
  26. url: https://oppidans.net/images/rpack/oppidans_beta_12.zip
  27. format: 3
  28. # Empty pack to reset the pack to the default one
  29. empty:
  30. url: http://cdn.moep.tv/files/Empty.zip
  31. hash: 01517226212d27586ea0c5d6aff1aa5492dd2484
  32. global:
  33. pack: 15rpack
  34. # List of packs to not replace if the user already has them
  35. # If no main pack is set the first one also gets used to reset
  36. # the pack if the user has a non secondary one
  37. # Also this list will be used to select a pack if a user does not have the permission
  38. # or the right version to use that pack. (From top to bottom)
  39. secondary:
  40. - 14rpack
  41. - 13rpack
  42. - 12rpack
  43. # Delay in ticks before sending the pack to a player after he logs in/switches to the world
  44. send-delay: 10
  45. worlds:
  46. none:
  47. pack: 15rpack
Advertisement
Add Comment
Please, Sign In to add comment