GaleMC / Gale

A performant Minecraft server fork of Paper. In alpha.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gale logo

Gale

A Minecraft server fork of Paper

In active testing - reporting any issues you encounter is highly appreciated!

Discord

About

Gale is a fork of Paper. It is intended to provide strong performance. The project is in open alpha.

Current features

  • Faster threading system
    Gale comes with a custom threading system, that immediately makes terrain generation 2-3x faster than Paper on most systems!
    (this is up to 1.19 only, working on rewriting it to 1.20 too but there were some chunk system changes related to Folia, my apologies)
  • Micro-optimizations
    A number of micro-optimizations that do not change game mechanics from other projects, such as Airplane and Lithium, are also included. Every included optimization has been carefully tested and reviewed line-by-line; faulty or risky optimizations will not be added.
  • Fixes and options
    Gale contains fixes for a few small Minecraft bugs from Purpur, options to disable some console logs, the option to re-enable sand duping, and more. Every change is fully configurable, and can always be set to Paper behavior.
  • Variable entity wake-up
    Waking up inactive entities happens spread over time, instead of many entities at once, which makes entities feel and behave more natural.

Contributing

Pull requests are welcomed! Don't be afraid to submit a pull request that you may feel is just for yourself. All ideas are welcome. To learn how to submit pull requests, check out the tutorial here.

Building from source

If you only want to build the Gale .jar file yourself, without a plan to add or change any patches, check out the tutorial here.

Making your own fork

If you would like to make a Paper fork based on Gale, you can check out the example template.

Acknowledgements

Of course, this fork would not exist without the years-long work of all the contributors to the Paper and Spigot projects.

Additional thanks and friendly greetings go out to the following forks and other projects, for their code, shared knowledge or generous support:

License

Paperweight files are licensed under MIT. Patches are licensed under GPL-3.0, unless indicated differently in their header. Binaries are licensed under GPL-3.0.

About

A performant Minecraft server fork of Paper. In alpha.

License:Other