paper plugin that introduces the "Soulbound" enchantment
1# Soulbinding 2 3Downloads can be found on [Modrinth](https://modrinth.com/plugin/soulbinding). 4 5Introduces the "Soulbound" enchantment, obtainable as a rare drop from the Ender Dragon. Items with 6Soulbound stay in the player’s inventory after death. Works on weapons, armor, and tools. 7### Checkstyle 8 9This template uses (a fork of) checkstyle to ensure code style is consistent across the entire project. 10For checkstyle support in IDEA: 11 121. Install the [checkstyle plugin](https://github.com/jshiell/checkstyle-idea). 132. Compile https://gitlab.com/stellardrift/stylecheck 143. `Settings` -> `Tools` -> `Checkstyle` `Third-Party Checks`, add the compiled stylecheck jar 154. While still in the `Checkstyle` tab, go to `Configuration File`, add `.checkstyle/checkstyle.xml` 16 and tick the check-box.