ACubelets are a crate-like plugin. Each item you can get from a cubelet has a rarity, this rarity determines the odds of you wining the item.
You can choose from a large selection of animations for the opening of your cubelet!
Available for purchase at: SpigotMC and BuiltByBit.
- Click "Fork" in the top-right corner on GitHub
- Select your account to create a copy
git clone https://github.com/your_username/ACubelets.git
cd ./ACubeletsgit branch <your_branch_name>
git switch your_branch_namegit add .
git commit -m "feat: add new animation type"
git switch master
git pull origin master
git merge your_branch_name
git push origin masterNote: We prefer using conventional commits to keep the history clear and maintainable. Examples of conventional commit prefixes: feat, fix, chore, docs, refactor, test.
cd <project_root_directory>
mvn packageFind compiled jar in target directory