Skip to content

IDavidML/ACubelets

Repository files navigation

ACubelets plugin

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.

For developers

How to start contributing?

1. Fork the repository
  • Click "Fork" in the top-right corner on GitHub
  • Select your account to create a copy
2. Clone Your Fork
git clone https://github.com/your_username/ACubelets.git
cd ./ACubelets
3. Create a new branch
git branch <your_branch_name>
git switch your_branch_name
4. Make some changes in source
5. Please, test your changes!
6. Commit, pull, merge and push your changes in forked repository
git add .
git commit -m "feat: add new animation type"

git switch master
git pull origin master

git merge your_branch_name
git push origin master

Note: We prefer using conventional commits to keep the history clear and maintainable. Examples of conventional commit prefixes: feat, fix, chore, docs, refactor, test.

6. Open a pull request by clicking the "Contribute" button on your fork's GitHub page
Thanks for supporting ❤️

Compiling

Use maven to compile a jar
cd <project_root_directory>
mvn package

Find compiled jar in target directory

Ask DeepWiki

About

ACubelets is a box reward system with animations (Crates)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages