mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
resource packs: added new option remove_client_resources, fixed client packs being removed when forcing resource pack download
This commit is contained in:
@ -3,6 +3,13 @@
|
||||
#Choose whether players must use your chosen resource packs to join the server.
|
||||
#NOTE: This will do nothing if there are no resource packs in the stack below.
|
||||
force_resources: false
|
||||
|
||||
#Choose whether players are allowed to use their own client-side packs in addition to the server ones.
|
||||
#If false, server packs will apply on top of client global packs.
|
||||
#If true, server packs will apply directly on top of vanilla and client packs will be removed.
|
||||
#You can use this with an empty resource stack to force vanilla-only textures.
|
||||
remove_client_resources: false
|
||||
|
||||
resource_stack:
|
||||
#Resource packs here are applied from bottom to top. This means that resources in higher packs will override those in lower packs.
|
||||
#Entries here must indicate the filename of the resource pack.
|
||||
|
Reference in New Issue
Block a user