Easy Development for Server Networks
- Contributors:
- Skipio3000
What is it?
The NetworkUtilities plugin aims to simplify the development of Bukkit Java plugins for the community. It included a lot of handy API methods which allow for easy coding. It has been under development for several months and has evolved quickly through regular pushes and updating, as well as constant feedback from large server networks who have shaped the software.
How can I get started?
Simply add the .jar file to your project's libraries and get coding! The wiki at https://github.com/olivervscreeper/NetworkUtilities/wiki/Getting-Started shows you how to use EVERY feature.
Currently Includes:
Source Code
- Commands that don't need to be registered in plugin.yml
- One line titles, subtitles and "ActionBar" messages
- Full GameAPI for cross platform games
- Get a link to a hastebin.com file of anything - even your console's log!
- Full Inventory Menu API
This code is avaliable under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. It is built in two branches, a main and development branch, with Bukkit builds coming only from the main branch.
Source: https://github.com/olivervscreeper/NetworkUtilities

NetworkUtilities 1.4-SNAPSHOT
Minecraft API Inspired by work with Docm77, Syndicate and More