UnrealAPI
What is UnrealAPI ? UnrealAPI is a library for bukkit/spigot developpers. This API is designed to help developpers to create their plugin more easily and more quickly.
What can you do with it ? I added a bunch of listeners like AnvilRepairItemEvent or ProjectileHitBlockEvent, i also did a bunch of Utils like MathUtils JavaUtils etc. ( JavaDOC available at JAVADOC... ).
If you wish me to add something or if you got a problem with my API email me at unreal852@hotmail.fr or leave a message in the comments.
How to use it ? Just add new library into your project and here you are, you can use APIManager.class for get all features of this api or call classes by name like MathUtils.randInt(1, 10);.
Installation: Just simply drag and drop UnrealAPI into your plugins folder of your server and it's done :p.
TESTED WITH BUKKITAPI 1.7.10 && SPIGOT 1.7.10
PS: I almost did everything in this API but there some things that did not come from me, but I find it useful to add.
Comments