Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Pulp

Pulp is a high-performance Minecraft server focused on maximizing throughput while minimizing resource usage.

Built on Paper's patching workflow, Pulp rethinks core server systems with a focus on scalability, efficiency, and clean engineering rather than feature bloat.

Goals

  • Maximize server performance.
  • Reduce CPU, memory, and I/O overhead.
  • Keep optimizations maintainable and well documented.
  • Ship changes backed by profiling and real-world testing.

Building

./gradlew applyPatches
./gradlew createMojmapPaperclipJar

The compiled server will be available in the build/libs directory.

Contributing

Contributions are welcome.

Before opening a pull request, please ensure your changes are:

  • Well documented
  • Properly tested
  • Consistent with the project's coding style
  • Backed by profiling when introducing performance optimizations

License

Pulp is licensed under the GNU General Public License v3.0.