Keep your inventory in a chest when you die !
Java Edition required. Deadchest is mainly compatible with Bukkit, Spigot and Paper.
Official Deadchest Documentation is available here
More stats here
Feel free to contribute to the project if you want it. here is some information to help you
The project is built with Gradle. Use the included gradle wrapper to build the project.
To build the project on linux/macOS, from the root folder of the project type
./gradlew build
On Windows
gradlew.bat build
To generate the .jar file use
./gradlew shadowJar
The jar file will be generated on /build/libs
To simplify testing of the plugin you can configure on your gradle.properties
the following configuration
pluginDir=<path_to_your_plugin_folder_of_your_server>
After that, you can use
./gradlew copyJar --continuous
That will automatically rebuild the jar on each modification and copy it directly to the plugin folder of your server.