Send server resource packs in spoon-sized bites!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Note
Arte works only on Minecraft 1.20.3+
Table of Contents
So, what does it do? Simple! Let's say you have a BIG server resource pack. Every time you make a little change, you will have to manually re-host it somewhere, and players will have to fully re-download it. This can get annoying. Arte splits the resource pack into parts (by namespaces), hosts it directly on your server and sends each one as a different server resource pack!
Q: How is this possible? There can only be one server resource pack loaded at one time!
A: In 1.20.3 Mojang added a new feature that allows servers to send multiple server resource packs at a time!
Players will only re-download the parts that actually need updating, and apply other server packs.
To set up Arte on your server follow these steps.
Different mod-loader require different dependencies!
- Requires nothing!
- Requires ProtocolLib.
Download and install the mod or plugin from Modrinth, Hangar, Polymart, Spigot or GitHub Releases.
- Start your server
- Open Arte's config file
- Set
address
to your server's public address - Open the port specified in config (
1864
) or put already opened port in theport
field in config. - Restart your server
Put your resource pack source (not zipped) in the arte/resourcepack/
folder and run /arte reload
.
Note
Arte folder can be different depending on your server! If you use Fabric or Quilt, it's folder will be in server's folder.
If you use Spigot, then Arte's folder will be located in plugins/arte/
For more examples, please refer to the Documentation.
- Initial stable release
- More zip splitter types
- Sized
- Smart
- Grouped
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache NON-AI License 2.0. See LICENSE
for more information.