9
0
mirror of https://github.com/Samsuik/Sakura.git synced 2025-12-26 10:19:15 +00:00
Samsuik 062a4a879c Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@c60f443 Restore players being the inventory holder of an enderchest (#12923)
PaperMC/Paper@e938088 Lazy evaluate ender chest inventory holder
PaperMC/Paper@846c64f Allow for sending plugin messages during configuration stage (#12915)
PaperMC/Paper@6d0833e Use target level for waypoint modify command (#12933)
PaperMC/Paper@9694886 Fix endermite spawn position
PaperMC/Paper@a664311 Fix AbstractArrow not setting noPhysics flag (#12935)
PaperMC/Paper@abf6b6c Allow replace effects in Consumable Component Builder (#12938)
PaperMC/Paper@3d1425f Fix phantoms failing to target players near non-insomniacs (#12953)
PaperMC/Paper@4fe66e5 Fix lead_break sound playing after cancelling EntityUnleashEvent (#12944)
2025-08-13 11:40:36 +01:00
2025-07-20 21:32:03 +01:00
2025-08-13 11:40:36 +01:00
2025-06-26 20:00:11 +01:00
2023-10-17 22:36:39 +01:00
2023-10-17 22:36:39 +01:00
2025-01-17 11:53:32 +00:00
2025-06-24 16:27:49 +01:00
2025-08-13 11:40:36 +01:00
2023-12-10 13:33:09 +00:00
2023-11-24 14:40:03 +00:00
2025-06-24 16:27:49 +01:00
2025-01-14 23:02:38 +00:00

Sakura

This is a fork of Paper to optimise cannoning and provide essential features for cannon testing and faction servers.

There are branches from the latest version to 1.18.2. If you are looking for a 1.8.8 server jar check out the project Sakura was based on Blossom.

There are compiled binaries on the releases page

https://github.com/Samsuik/Sakura/releases

Compiling

Requirements

  • Git
  • JDK 21

Getting setup

Clone the repository

To get started you will need to clone the repository

git clone https://github.com/Samsuik/Sakura

Navigate into the newly cloned repository

cd Sakura

If you're looking for an older version of minecraft, you will need to switch branches.

git checkout <branch name>

The branches targeting minecraft versions before 1.21.4 have legacy/ in front of their name. You can skip this step if you're ok with the latest version.

Applying Patches

If you're using Windows the file path limit causes the applyAllPatches task to fail. This is because of the highly nested structure of this repository and the use of long file names. There is a registry setting that can be changed to raise this limit. https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation

All you have to do is run the applyAllPatches task.

./gradlew applyAllPatches

If everything was successful, you should see that two directories have been created sakura-api and sakura-server these contain all the source code.

If you want to switch branches after running applyAllPatches, you will need to run the cleanCache task.

./gradlew cleanCache

Building

The patches must be applied before building otherwise it will fail.

The createMojmapPaperclipJar task will create a mojang-mapped paperclip jar.

./gradlew createMojmapPaperclipJar

You can find the built paperclip jar under build/libs.

Contributing

If you would like to contribute please read the upstream Contributing Guideline.

It contains a lot of useful information on how the project is structured and how to use the build tools.

Description
SakuraMC Repository Backup
Readme 3.9 MiB
Languages
Java 98.4%
Shell 1.6%