I made this utility plugin for myself and I'm constantly updating it, but I felt like it could also profit other developers.
It contains alot of useful methods, and some stuff like a VisibilityManager which manages the player visibility. Letting this plugin handle the visibility, might prevent weird glitches if 2 or more plugins alter the visibility of players.
It also contains a MySQL connection wrapper, and manages a "Global" MySQL connection which can be used by every plugin that depend on bUtils.
It's open source, and licensed under MIT.
Download
You can download it on my GitHub: https://github.com/TheWGBbroz/Bukkit-Utils
Feel free to PM me if you want me to add anything to the plugin!
NOTE: This plugin doesn't actually do anything. It's just there to help other developers such that they don't need to rewrite small bits of code which can get quite tedious if you need to do it a lot of times.
It contains alot of useful methods, and some stuff like a VisibilityManager which manages the player visibility. Letting this plugin handle the visibility, might prevent weird glitches if 2 or more plugins alter the visibility of players.
It also contains a MySQL connection wrapper, and manages a "Global" MySQL connection which can be used by every plugin that depend on bUtils.
It's open source, and licensed under MIT.
Download
You can download it on my GitHub: https://github.com/TheWGBbroz/Bukkit-Utils
Feel free to PM me if you want me to add anything to the plugin!
NOTE: This plugin doesn't actually do anything. It's just there to help other developers such that they don't need to rewrite small bits of code which can get quite tedious if you need to do it a lot of times.
