Advertisement
Guest User

Untitled

a guest
Mar 26th, 2020
640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.58 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
  8. default-language: en
  9. # Get notified when a new update of the plugin is released
  10. # If you only want to allow/block ingame notifications use the
  11. # following permission: forceresourcepacks.updatenotification
  12. update-notifications: true
  13. # Disable all metrics included in this plugin.
  14. # If you disabled bStats or PluginMetrics then it will also not send anything :)
  15. disable-metrics: false
  16. # Whether or not resourcepack file hashes should be generated on startup:
  17. autogeneratehashes: true
  18. # Time in seconds in which a user needs to respond to the resourcepack prompt
  19. # This is needed as users can just ESC out of the prompt
  20. prompttimeout: 15
  21. # Time in seconds for which a kick is delayed that way you
  22. # can display a title or chat message before the kick
  23. kickdelay: 0
  24. # Whether /usepack should apply packs temporary or permanent when run without any argument:
  25. usepack-is-temporary: true
  26. # Whether packs that a player has stored will override a matched assignments
  27. stored-packs-override-assignments: false
  28. # When manually setting a permanent pack then it will be reset if the user disconnects in under x amount of seconds.
  29. # 0 or anything below will disable this functionality
  30. permanent-pack-remove-time: 30
  31. # Send pack after having logged in with AuthMe
  32. useauthme: true
  33. # Enable or disable WorldGuard integration
  34. worldguard: true
  35. packs:
  36. overworld:
  37. # The url the client should download the resourcepack from.
  38. # Has to be a direct download link! No mediafire/mega/other oneclick-hoster!
  39. url: http://example.com/serverresourcepack.zip
  40. # The sha1 hash of the resourcepack's zip file,
  41. # if not correct the client will waste bandwidth but it will still work!
  42. # At least that's what the Minecraft wiki says... (Site: Server.properties#Minecraft_server_properties)
  43. hash: abcdef012345678abcdef012345678abcdef0123
  44. # The format version of this resourcepack. To define different packs per format you have to add the one with
  45. # the highest as the main pack and the others in a descending format order to the secondary list.
  46. format: 1
  47. # Directly define the Minecraft version instead of the format.
  48. # Supports string representation of the versions and protocol numbers.
  49. # To define different packs per version you have to add the one with the highest as the main pack and the others
  50. # in a descending version order to the secondary list.
  51. # You don't need to define both the version and the format (if so then the highest one will take effect)
  52. version: "1.8"
  53. # Whether or not this pack will only be send to players with a certain permission
  54. # permission: forceresourcepacks.pack.<packname>
  55. restricted: false
  56. # If you want you can define a specific permission for this pack if you don't want
  57. # the default forceresourcepacks.pack.<packname> permission!
  58. permission: forceresourcepacks.pack.overworld
  59. nether:
  60. url: http://example.com/netherresourcepack.zip
  61. hash: 012345678abcdef012345678abcdef012345678a
  62. # Empty pack to use for resetting of the pack for servers which don't have one assigned
  63. empty:
  64. url: http://cdn.moep.tv/files/Empty.zip
  65. hash: 01517226212d27586ea0c5d6aff1aa5492dd2484
  66.  
  67. # Assignment section for the whole server. (Per worlds assignments override these settings)
  68. global:
  69. pack: overworld
  70. # Secondary is the list of packs to not replace if the user already has them
  71. # If no main pack is set the first one also gets used to reset
  72. # the pack if the user has a non secondary one
  73. secondary:
  74. - gamepack
  75. # Delay in ticks before sending the pack to a player after he logs in/switches to the world
  76. send-delay: 10
  77. actions:
  78. # Possible pack status:
  79. # REQUESTED:
  80. # A request has been send to the player's client to download a certain pack
  81. # ACCEPTED:
  82. # The player choose "yes" on the download screen or has the server pack enabledfor this server entry in his multiplayer list
  83. # DECLINED:
  84. # The player choose "no" on the download screen or has the server pack disabled for this server entry in his multiplayer list
  85. # LOADED:
  86. # The player finished downloading the pack and the client applied it
  87. # FAILED:
  88. # The client failed to download the pack, e.g. when the pack url is wrong
  89. # TIMEOUT:
  90. # The client failed to react on the server resourcepack sent prompt in the amount of seconds set at "prompttimeout"
  91. # If no extra reaction on TIMEOUT is set the DECLINED actions are used
  92. # NO_PERMISSION:
  93. # No pack can be send to a player because all that would be available in that world are restricted
  94. # and the player doesn't have the permissions he would need for that pack
  95. # If no extra reaction on NO_PERMISSION is set the DECLINED actions are used
  96. # WRONG_VERSION:
  97. # No pack can be send because all packs that would be available in that world have a pack format that would be
  98. # incompatible with the player's client version. Currently pre 1.9 is pack format 1, 1.9 and higher is 2
  99. # (If ViaVersion is not installed it will use the server version to determinate which pack format is the correct one.)
  100. # If no extra reaction on WRONG_VERSION is set the DECLINED actions are used
  101. loaded:
  102. message: "&aYou are now using the &e%pack%&a pack!"
  103. # Possible actions:
  104. # MESSAGE:
  105. # Sends a message to the player
  106. # TITLE:
  107. # Send a title (multiline strings don't work in titles and action bar)
  108. # SUBTITLE:
  109. # Send a subtitle (can be used without the title action)
  110. # TITLE_FADEIN:
  111. # Set the title's fade in timing (in ticks)
  112. # TITLE_STAY:
  113. # Set the title's stay timing (in ticks)
  114. # TITLE_FADEOUT:
  115. # Set the title's fade out timing (in ticks)
  116. # ACTION_BAR:
  117. # Send a message in the action bar chat slot above the user's inventory bar
  118. # KICK:
  119. # Kick the player from the BungeeCord proxy with the value of this action as the kick message
  120. # SEND:
  121. # Send the player to a specific server on your bungeecord network, the value of this action is the server's name!
  122. # Formatting codes with & work in all actions besides the send action
  123. # %pack% will get replaced by the name of the pack from the packs section in all reactions
  124. # CONSOLE_COMMAND:
  125. # Execute a command as the minecraft server console. %player% is the player's name
  126. # Use a list or new lines to execute multiple commands!
  127. # PLAYER_COMMAND:
  128. # Execute a command as the player who reacted on the status.
  129. # Use a list or new lines to execute multiple commands!
  130. # Please note that he needs the permission to run the command!
  131.  
  132. # Example definition to kick a player when he declines the pack
  133. declined:
  134. kick: "&cYou have to accept the server resource pack in order to play!\n&cVisit &ehttp://s.moep.tv/rp&c for info on how to enable it!"
  135.  
  136. # If this is the first join of the player run different actions!
  137. first-join-actions:
  138. loaded:
  139. message: "&aYou are now using the &e%pack%&a pack!"
  140. declined:
  141. kick: "&cYou have to accept the server resource pack in order to play!\n&cVisit &ehttp://s.moep.tv/rp&c for info on how to enable it!"
  142.  
  143. # Example worlds assignment structure below
  144. worlds:
  145. your_example_world:
  146. # Use a regex to target all worlds with a certain name
  147. regex: 'example_world_.*'
  148. pack: overworld
  149. secondary:
  150. - nether
  151. actions:
  152. loaded:
  153. message: "&aYou are now using the &e%pack%&a pack!"
  154. declined:
  155. title: "&cPlease accept pack!"
  156. subtitle: "&eIt looks a lot nicer with it!"
  157. message: "&cVisit &ehttp://s.moep.tv/rp&c for info on how to enable the server resource pack!"
  158. failed:
  159. kick: "&ePlease try rejoining, you need the pack!"
  160. accepted:
  161. message: "&cDownloading server resource pack..."
  162. your_example_nether:
  163. pack: nether
  164. actions:
  165. declined:
  166. send: world
  167. title: "&cYou need the pack!"
  168. subtitle: "&eYou cannot play without it!"
  169. message: "&cVisit &ehttp://s.moep.tv/rp&c for info on how to enable the server resource pack!"
  170. timeout:
  171. send: lobby
  172. title: "&cPlease accept the pack!"
  173. subtitle: "&eYou cannot play without it!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement