As you know, PocketMine-MP 3.0.0 has a resoucres pack folder and I am wondering that how can I use it? I tried to put a texture pack into rescoure pack folder, then I enter name texture pack but it didnt work. I need help!
Theres a file in the folder, open it up. Add the name of the zip file (the packs file name) in a list somewhere in the resources file. Then move the texturepack to the folder
PHP: #This configuration file controls global resources used on your PocketMine-MP server.#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: falseresource_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. #Example # - natural.zip # - vanilla.zip #If you want to force clients to use vanilla resources, you must place a vanilla resource pack in your resources folder and add it to the stack here. I add the name at here: PHP: resource_stack:- faithful.zip Right?