Skip to content

Kittycraft0/DeadChest-OnlineReturn

 
 

Repository files navigation

Deadchest

download licence commit

Keep your inventory in a chest when you die !

Java Edition required. Deadchest is mainly compatible with Bukkit, Spigot and Paper.

Download

Documentation

Official Deadchest Documentation is available here

Statistics

stats

More stats here

Contribution

Modified by @kittycraft0 on 7/12/2025 to add inventory return upon chest timer expiration. This is a fork of The_It_G's DeadChest plugin. It adds an automatic item return feature based on a player's online time. For the original plugin, please see the official page. All credit for the core functionality goes to the original author.

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.

Build

To build the project on linux/macOS, from the root folder of the project type

./gradlew build

On Windows

gradlew.bat build

Generate jar

To generate the .jar file use

./gradlew shadowJar

The jar file will be generated on /build/libs

Testing

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.

About

A fork of DeadChest that adds automatic grave returns based on online playtime.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • Kotlin 0.2%