PrivateLibrary is my private API. I use it on every plugin.
It encloses some SuperClass and so much method I (and you, if you want) use. Instead of rewrite everything, I use this. It has no a specified category.
Some Methods (from ItemUtils)
:
saveInventoryToFile(Inventory inventory);
getInventoryFromFile(String path);
addLore(ItemStack item, String[] lore);
createNewItem(Material material, String name, String[] lore, short data, int amount);
fillInventory(Inventory inventory, ItemStack itemStack, boolean replaceItem, int min, int max);
Some Methods (from FileUtils) :
createFile(Plugin plugin, String fileLocation, String name, boolean replace, boolean pluginFile);
getCustomConfiguration(Plugin plugin, String name, String location);
write(Plugin plugin, String fileName, String string, Object object);
Method (from MainUtils) :
getLag(),
fromArrayToArrayList(Object[] objects),
fromArrayListToArray(ArrayList<Object> list),
getMainUtils();
List of a class which contains only static method:
EntityUtils,
PlayerUtils,
ErrorsUtils,
ItemUtils,
LocationUtils (Beta),
MathUtils,
StringUtils,
MainUtils.
SuperClass (Constructor):
Human (I want to say I didn't create this class. I put into PrivateLibrary because it's really useful. I found it here: https://bukkit.org/threads/spawning-fake-players.261799/),
ItemConstructor (Beta) (Inspired by ItemBuilder),
DynamicScoreboard (Found here: https://www.spigotmc.org/threads/scoreboard-length-problem.42122/),
CustomCommand,
CustomEvent,
Plugin,
LagUtils (It's too easy to find online, I really don't know who created it),
TimerRunner (If you want to use this plugin as library, don't use this class);
It's easy:
- Download
- Put it into plugins folder
- Reload / Restart your server
PrivateLibrary has no particular depends.
Plugins which is using PrivateLibrary:
- Developing...
- More Soon...
This version is for 1.8.8
If you find any bugs, please report it through pm.
Don't forget to leave a rating
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.7
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
PrivateLibrary is a free Minecraft Java mod. Compatible with Minecraft 1.7. Downloaded 261 times (via Spigot). Download it and open it directly in the game.