作者:rebot | 分类:模组
Minecraft 版本: 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
平台: bukkit paper purpur spigot
标签: management technology utility
A simple and flexible resource pack loader and merger plugin for Minecraft servers. Load different resource packs and merge multiple packs into one with ResourceLoader!
/load - Load the default server resource pack/load <packname> - Load a specific resource pack/mergepack <output-file>.zip <pack1> <pack2> [pack3...] - Merge existing resource packs in the plugin itself/listpacks - List all available resource packs/resourcereload - Reload the plugin configuration/resourceversion - Check the version of ResourceLoader you're runningresourceloader.load - Allows using the /load command (default: true)resourceloader.list - Allows using the /listpacks command (default: true)resourceloader.reload - Allows reloading the plugin configuration (default: op)resourceloader.admin - Allows access to all the admin commands of ResourceLoader (default: op)# Main server resource pack
# Can be either a URL or a file name in the packs folder
# For URLs: "https://example.com/server-pack.zip"
# For files: "server-pack.zip"
server-pack: "server-pack.zip"
# Web server settings
server-port: 40021 # Default port, can be changed to any open port on your host
localhost: false # Set to false for production servers, true only for local testing
server-address: "" # Will try to auto-detect if empty
fallback-address: "localhost" # Used if auto-detection fails
# Additional resource packs
# Can use either URLs or files from the packs folder
# For URLs: "https://example.com/examplepack.zip"
# For files: "example-pack.zip"
resource-packs:
exampleurlpack: "https://example.com/examplepack.zip"
examplefilepack: "example-pack.zip"
plugins folderpacks folder will be created in plugins/Resourceloader/packs folderconfig.yml/resourcereload to apply changesTo use file-based resource packs:
plugins/Resourceloader/packs/ folderFor URL-based packs:
If you encounter any issues or have suggestions, please contact @vortexunwanted on discord.
请登录后举报
暂无评论,抢个沙发吧~