Up until today the Death Scythe plugin only worked for Minecraft versions 1.18 to 1.20.4. This is due to the way item validation was handled, which has changed in this plugin version. What this means:
- This plugin now supports all versions starting from 1.18, and will likely support future versions of Minecraft as well without needing to update.
Additionally there are changes to the config, primarily the naming convention. This allows for better readability. If you have run this plugin before:
- Please ensure you rename or delete your current config so that a new (default) config can be created. If you had any changes to the old config, make sure you keep them somewhere until you can paste over old changes.
- enable-scythe-recipe has been added to let you decide whether you want the recipe to be loaded or not. This is included when you generate a new config.
Other changes:
- The /scythe command can now also be called from the console if passing a player as an argument. This should allow you to call the command through a different plugin if that wasn't the case before.