josantonius / minecraft-unduping

Patch for Minecraft 1.19.3 fixes the crop-duplication bug with beds in WorldGuard-protected areas

Home Page:https://josantonius.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minecraft Unduping Plugin

License

Patch for Minecraft version 1.19.3 that prevents players from exploiting the bug of duplicating crops using beds in areas protected by the WorldGuard plugin.

Requirements

Installation

  1. Download the JAR file: unduping-1.0.0-purpur-1.19.3.jar.

  2. Place the JAR file in the plugins folder of your Minecraft server.

  3. Restart the server to load the plugin.

Building

To build the plugin yourself, follow these steps:

  1. Make sure you have Java 17 or higher and Gradle installed on your system.

  2. Clone the plugin repository on your local machine:

    git clone https://github.com/josantonius/minecraft-unduping.git
  3. Navigate to the directory of the cloned repository:

    cd minecraft-unduping
  4. Use Gradle to compile the plugin:

    gradle build

TODO

  • Add new feature
  • Create tests
  • Improve documentation

Changelog

Detailed changes for each release are documented in the release notes.

Contribution

Please make sure to read the Contributing Guide, before making a pull request, start a discussion or report a issue.

Thanks to all contributors! ❤️

Sponsor

If this project helps you to reduce your development time, you can sponsor me to support my open source work 😊

License

This repository is licensed under the MIT License.

Copyright © 2023-present, Josantonius

About

Patch for Minecraft 1.19.3 fixes the crop-duplication bug with beds in WorldGuard-protected areas

https://josantonius.dev

License:MIT License


Languages

Language:Kotlin 100.0%