Skip to content

Latest commit

 

History

History
255 lines (177 loc) · 8.89 KB

README.md

File metadata and controls

255 lines (177 loc) · 8.89 KB


Logo

Arte

Send server resource packs in spoon-sized bites!
Explore the docs »

View Demo · Report Bug · Request Feature

Spigot Fabric No Forge

Note

Arte works only on Minecraft 1.20.3+

Table of Contents
  1. About Arte
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About Arte

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.

(back to top)

Getting Started

To set up Arte on your server follow these steps.

Prerequisites

Different mod-loader require different dependencies!

On Fabric:

Requires Fabric API

On Spigot:

  • Requires nothing!

On Paper:

Installation

Modrinth Hangar GitHub Polymart Spigot

Download and install the mod or plugin from Modrinth, Hangar, Polymart, Spigot or GitHub Releases.

  1. Start your server
  2. Open Arte's config file
  3. Set address to your server's public address
  4. Open the port specified in config (1864) or put already opened port in the port field in config.
  5. Restart your server

(back to top)

Usage

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.

(back to top)

Roadmap

  • Initial stable release
  • More zip splitter types
    • Sized
    • Smart
    • Grouped

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the Apache NON-AI License 2.0. See LICENSE for more information.

(back to top)

Contact

Discord

(back to top)

Acknowledgments

(back to top)