If you have experience in making bukkit/spigot plugins, you can contribute to the Shop Search AddOn codebase. Just make a fork and then make a pull request when you're done. Please try to follow the Google Java Style, or just try to copy the style of code found in the class you're editing. But, please don't increase the plugin version number.
Requirements
- Java 21 JDK in PATH
- Git
- Maven
Compiling from source
git clone https://github.com/myzticbean/QSFindItemAddOn.git
cd QSFindItemAddOn/
mvn clean install- Please create your own sub-branch before adding your changes.
- Sub-branch naming convention:
- If it's a new feature you are implementing, name should be
feature/<your feature name>without the<>. - If it's a bug you're fixing, name should be
issuefix/<issue number>without the<>.
- If it's a new feature you are implementing, name should be