Advertisement
Guest User

Untitled

a guest
Apr 7th, 2020
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.37 KB | None | 0 0
  1. # ForceResourcepacks 1.8.14 Bukkit config
  2. # Unfortunately comments might get removed when the config is edited in the plugin and saved
  3. # but you can always find the default config with all comments here: https://s.moep.tv/frpconfigbukkit
  4. # ---
  5. # Log some stuff about the players packs to the console (pack sending and the status, turn that of on large servers!)
  6. debug: true
  7. default-language: en
  8. update-notifications: true
  9. disable-metrics: false
  10. autogeneratehashes: true
  11. prompttimeout: 10
  12. kickdelay: 0
  13. usepack-is-temporary: false #default true
  14. stored-packs-override-assignments: false #default false MAKE TRUE WHEN DONE
  15. permanent-pack-remove-time: 0
  16. useauthme: true
  17. worldguard: true
  18. packs:
  19.   white14:
  20.     url: https://www.dropbox.com/s/in1lb8bb8nqvnki/TextureLack_WH14_v1-2.zip?dl=1
  21.     hash: CB706E3B1696DD2D41DA91F825FFDCE0
  22.     format: 4
  23.     restricted: false
  24.     permission: forceresourcepacks.pack.white14
  25.   black14:
  26.     url: https://www.dropbox.com/s/mknq1skp48ddq4z/TextureLack_DG14_v1-2.zip?dl=1
  27.     hash: AF03BB5D334E9CE1E1F90D094578C3AE
  28.     format: 4
  29.     restricted: false
  30.     permission: forceresourcepacks.pack.black14
  31.   white15:
  32.     url: https://www.dropbox.com/s/bvgqawrephbovbk/TextureLack_WH15_v1-0.zip?dl=1
  33.     hash: 6B1699F265D3E82CE02E2D5C9A563C98
  34.     format: 5
  35.     restricted: false
  36.     permission: forceresourcepacks.pack.white15
  37.   black15:
  38.     url: https://www.dropbox.com/s/6cfb4yccp9ws4o5/TextureLack_DG15_v1-0.zip?dl=1
  39.     hash: A037368A344D376E9ED6ED915015B939
  40.     format: 5
  41.     restricted: false
  42.     permission: forceresourcepacks.pack.black15
  43. empty:
  44.   url: http://cdn.moep.tv/files/Empty.zip
  45.   hash: 01517226212d27586ea0c5d6aff1aa5492dd2484
  46. global:
  47.   pack: white14
  48.   secondary:
  49.  - black14
  50.   - white15
  51.   - black15
  52.   send-delay: 0
  53.   actions:
  54.     loaded:
  55.       CONSOLE_COMMAND: /eunjail %player%
  56.       MESSAGE: '&aYou are now using the &e%pack%&a pack!'
  57.       console_command: /eunjail %player%
  58.     declined:
  59.       CONSOLE_COMMAND: /ejail %player% texturepack
  60.     accepted:
  61.       MESSAGE: '&cDownloading server resource pack...'
  62.   first-join-actions:
  63.     loaded:
  64.       CONSOLE_COMMAND: /eunjail %player%
  65.       MESSAGE: '&aYou are now using the &e%pack%&a pack!'
  66.       console_command: /eunjail %player%
  67.     declined:
  68.       CONSOLE_COMMAND: /ejail %player% texturepack
  69.     accepted:
  70.       MESSAGE: '&cDownloading server resource pack...'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement