Advertisement
Oliinyk

Untitled

Jul 3rd, 2023
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. debug: true
  2. default-language: en
  3. disable-metrics: false
  4. autogeneratehashes: true
  5. append-hash-to-url: true
  6. usepack-is-temporary: true
  7. stored-packs-override-assignments: false
  8. permanent-pack-remove-time: 30
  9. use-auth-plugin: false
  10. global:
  11. # Define a global pack:
  12. pack: omhms
  13. # Delay in ticks before sending the pack to a player after he logs in/switches to the server
  14. send-delay: 20
  15. # # List of packs to not replace if the user already has them
  16. # # If no main pack is set the first one also gets used to reset
  17. # # the pack if the user has a non-optional one
  18. # # Also this list will be used to select a pack if a user does not have the permission
  19. # # or the right version to use that pack. (From top to bottom)
  20. # optional-packs:
  21. # - omhms
  22. servers:
  23. example:
  24. regex: example_.*
  25. packs:
  26. omhms:
  27. url: https://download.mc-packs.net/pack/e204933072bceae75f253cc624abca3cb8f0b762.zip
  28. hash: e204933072bceae75f253cc624abca3cb8f0b762
  29. restricted: false
  30. permission: resourcepacksplugin.pack.omhms
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement