Skip to content

A Bukkit, BungeeCord and Velocity Library designed to simplify the creation of Minecraft Plugins.

Notifications You must be signed in to change notification settings

Fulminazzo/BearCommands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BearCommands

BearCommands is a Minecraft Library designed to simplify the use of NMS, the creation of commands and subcommands, saving custom objects and more.
If you are looking for the Wiki, please go to the following link: this page is just a presentation for the BearCommands project.

The Story of BearCommands

My name is Alexander and I have been creating Spigot plugins since the beginning of 2021. With time, I started to realize how much I have been repeating the same chunks of code over and over, until I decided it was time to stop. I created BearCommands to help me optimize several area of plugin creation, while also for learning something new.
Keeping BearCommands up-to-date allowed me to always add more features, utilize other platforms (BungeeCord and Velocity), work with NMS and understand the major differences between Minecraft versions.

Why make it public?

After having kept it private for quite a while, I decided to give it a go and open the cage of my little project to people that might be interested in using it and reviewing it. I feel like open source is the way to go when trying to improve your work or yourself as a better developer, so I really look forward for opinions on code optimizations and more!

What's next?

As anticipated, I do not have a clear plan or path for BearCommands, other than just providing it of simplifications for the creation of plugins. I will probably work on a way of using it to create GUIs, fully cross-platform plugins, socket connections between platforms and more, but as of right now these are all just some fancy ideas.
If you have any request or suggestion, please let me know! I am more than welcome to accept inspiration coming from other minds as I think confrontation is one of the biggest way to improve knowledge.