BKCommonLib
BKCommonLib is no longer being updated on dev.bukkit.org.
If you want to use the latest version, use spigot.
Latest version: 1.57
CraftBukkit/SportBukkit/Spigot/MCPC+ build: CB 1.6.4 R1.0 / CB 1.6.4 R2.1 / Spigot 1.7
Older builds available: CB 1.5.2-R1.0 / CB 1.6.2-R1.0
Tekkit: Untested and thus unsupported, some features may not work as expected
Description
This utility library shares all the common code needs for various plugins, and having them in one library heavily reduces the amount of duplicated code. The featured utilities are varied, and whenever something is missing in Bukkit, it is added in BKCommonLib. This is one of the reasons why it has become this large: there are simply a lot of things Bukkit doesn't (want to) offer.
BKCommonLib has versioning on a per-plugin basis, so when a certain plugin needs version 2, and version 1 is installed, the server owner is automatically notified and the plugin is not enabled. This prevents the common mishaps with outdated BKCommonLib versions.
Other than utilities and services, this library offers a wide variety of reflection and user-friendly ways of accessing net.minecraft.server. If your plugin requires the use of the internals, but do not want to risk changing field and method names, you can depend on BKCommonLib to provide them for you. This allows you to remain compatible between CraftBukkit versions automatically, and reduces silent failure hazards.
Reasons for you to depend on this library
- You need to access Minecraft internals in your plugin, and Bukkit has no API for it
- You are tired of re-uploading the same version over again because of the internals changing
- You want to work with Vector/math logic, or need to use other utility classes
- The YAML of Bukkit dislikes you, and you want this to be easier
- You want to easily read and write configuration/data files
- You want easy access to data conversion utilities to convert user input
- You want to work with inventories in an advanced fashion
- You want to work with unique server events
- You want to alter entity behaviour (such as handling block collisions, custom movement, etc.)
- You want plugin messages/permissions to be configurable
- You want to work with (async)tasks without storing IDs
- You want to send and manipulate packets
Features
- General
- PluginBase for easy access to metrics, permissions, localization and more
- Permission defaults for storing the permissions a plugin uses
- Localization for making the messages of a plugin configurable
- Utilities
- General utilities for String, Logic, BlockFace and Math operations
- Block utilities for Block-related operations (states, data, etc.)
- ItemUtil for Inventory, Items and Item Transfer utilities
- RecipeUtil to work with crafting and furnace recipes
- Various Collections for auto-filtering, converting and even interpolation
- Data storage
- Configuration API with nodes, headers and other goodies
- NBT API designed after the configuration API
- (Compressed)DataReader/DataWriter to read and write data from/to file
- Entities
- CommonEntity implementations with added utilities
- EntityController for altering entity behaviour
- EntityNetworkController for altering entity network logic
- Services
- Metrics for keeping track of plugin statistics
- Conversion for conversions between all types of data
- Events and Listeners to keep track of changes on the server
- Packet services and API to keep track of packets
- Task class for easier task scheduling
- Scoreboard services to setup scoreboards without criteria
- Tab View service to alter what is shown when players press tab
Getting started
To start using BKCommonLib, you have two options (after adding BKCommonLib as dependency in the plugin.yml):
Include the jar file as a dependency
Like any dependency, keep the jar file somewhere on your computer and add it to your classpath. Nothing special here.
Make a (new) maven project and include it
Add the following repository:
<repository> <id>dj-tcraft repository</id> <url>http://ci.dj-tcraft.nl/plugin/repository/everything/</url> </repository>
And the following dependency (may need to update version):
<dependency> <groupId>com.bergerkiller.bukkit</groupId> <artifactId>BKCommonLib</artifactId> <version>1.54-SNAPSHOT</version> <scope>provided</scope> </dependency>
Dependencies BKCommonLib uses
BKCommonLib supports various other plugins and projects. Below all of these are listed:
- Vault - for permission plugin support
- ProtocolLib - to avoid packet listening conflicts
- Showcase(Standalone) - to ignore showcased items
- HyperConomy - to ignore shop items
- BleedingMobs - to ignore particles
- CGLib - for generating nms.Entity classes on-the-fly to supply Entity Controllers
- Objenesis - for generating classes without calling constructors (needed for various fixes inside class constructors)
Plugins that require BKCommonLib to be installed:
Disclaimer
This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.
License
This library uses an open license. Feel free to use whatever code you need from it, you do not have to ask me either. If you want me to add certain features, that is fine too. Everyone is allowed to use this Library as a dependency. I do recommend extending 'PluginBase' instead of 'JavaPlugin' then, as it allows you to automatically deal with the BKCommonLib versioning checks. See also: BKCommonLib license file
This product includes software developed by the Apache Software Foundation (http://www.apache.org/)
Links:
Compatibility
BKCommonLib supports ProtocolLib when it is enabled, but if it is not, the player connection is replaced resulting in several incompatibilities. To fix these incompatibility issues, install ProtocolLib next to BKCommonLib. This can not be stressed enough. When incompatibility occurs, BKCommonLib will notify you in the console and will disable itself. The following plugins are known to be incompatible when ProtocolLib is NOT installed:
Metrics
This plugin sends server count and dependency statistics to MCStats.org. You can (globally) opt out in the PluginMetrics/config.yml file.
Banner
I use a banner in my depending plugins. This banner is automatically updated when a new version of BKCommonLib is out. It is a quick and efficient way to keep track of updates for this library. This was needed, too, because a lot of people were using outdated BKCommonLib versions, which resulted in bug reports...too many of them. And I do not want to waste your time with invalid reports. You have a plugin that uses BKCommonLib? Feel free to use the banner on your download page.
[[http://dev.bukkit.org/bukkit-plugins/bkcommonlib/|{{http://ci.dj-tcraft.nl/job/BKCommonLib/lastSuccessfulBuild/artifact/target/BKCommonLibVersion.png|Go to the BKCommonLib Dev-bukkit page}}]]







-
View User Profile
-
Send Message
Posted Sep 30, 2013@ha11oga11o My best guess is that there is a place with far too many items on the ground, and NoLagg stack former is having a hard time dealing with all those items there. Try clearing such areas or buffering it with NoLagg.
Also, latest build put on for approval as it was clearly stable enough.
-
View User Profile
-
Send Message
Posted Sep 29, 2013The 1.6.4-compatible dev builds can be found at http:ci.dj-tcraft.nl/job/BKCommonLib/
-
View User Profile
-
Send Message
Posted Sep 29, 2013@NLBlackEagle
Hello all,
is this caused by this plugin or not*?? Server iz frozen at this:
http://pastebin.com/Yq6c3UQL
Thanks!
-
View User Profile
-
Send Message
Posted Sep 28, 2013@Robsondo
There is a 1.6.4, and people indirect saying their having and using the 1.6.4 version but nobody seems willing to provide a download link... (As it seems)
And well as you see Development: 1.55 1.6.4-R0.1 has been uploaded 22 september 2013, wonder what ''upload'' means, to the server or somewhere else being downloadable.
Im kinda confuzed by all these rumours and no straigt ''clear'' answers
But, I have to say... @Bergerkiller Thank your for keeping this plugin up and running!
-
View User Profile
-
Send Message
Posted Sep 25, 2013@Robsondo Development build is already on the build server, and I consider it good enough for an official build. (at least, no issue tickets that require fixes in BKC at this point)
-
View User Profile
-
Send Message
Posted Sep 25, 2013WIll the update for 1.6.4 be here anytime soon?
Can't really make up if it's a yes or no from all these messages below,
Or is there a devbuild for 1.6.4 already? if so where can I find it :P
-
View User Profile
-
Send Message
Posted Sep 25, 2013Update pls
-
View User Profile
-
Send Message
Posted Sep 22, 2013@Coolkid4092
build server
-
View User Profile
-
Send Message
Posted Sep 21, 2013My trains are running again! Thanks so much for the updates!
-
View User Profile
-
Send Message
Posted Sep 21, 2013@Coolkid4092
Resolved :)
-
View User Profile
-
Send Message
Posted Sep 21, 2013is this a download for 1.6.4??? If so were???????????????
-
View User Profile
-
Send Message
Posted Sep 21, 2013@lipe124 Haha I know, but BKCommonLib at this point has become large enough that it *could* end up being a server API on it's own, far surpassing Bukkit alone right now. Depending on what stuff Bukkit will further break permanently, I might be forced to replace even the last Bukkit APIs I am using. (World, Chunk, Block and Entity/Player)
But I by far do not have the time to maintain a server implementation on my own, so don't expect anything. BKCommonLib will do perfectly fine as is.
-
View User Profile
-
Send Message
Posted Sep 21, 2013@bergerkiller
2013-09-21 10:22:09 [INFO] [BKCommonLib] Enabling BKCommonLib v1.55-SNAPSHOT 2013-09-21 10:22:09 [INFO] [BKCommonLib] BKCommonLib is running on Spigot (git-Spigot-1109) : v1_6_R3 (Minecraft 1.6.4) 2013-09-21 10:22:09 [INFO] [BKCommonLib] [Network] Now using the ProtocolLib library to provide Packet Listener and Monitor support 2013-09-21 10:22:09 [INFO] [BKCommonLib] Now a plugin, a new server implementation tomorrow??? 2013-09-21 10:22:09 [INFO] BKCommonLib version 1.55-SNAPSHOT enabled! (0.073s)
haha those are some big words ;) You know the spout team is already working on a multithread similar to minecraft engine thing right?
-
View User Profile
-
Send Message
Posted Sep 21, 2013@lipe124 @gepardo43 Excellent, I can go fix that right away now.
EDIT
New build should fix it.
-
View User Profile
-
Send Message
Posted Sep 20, 2013@bergerkiller
-
View User Profile
-
Send Message
Posted Sep 20, 2013@bergerkiller
Have a few ppl on the server at the moment and plugman does not want to load it while the server runs, it sais: PlugMan: File exists, but isn't a loadable plugin file!
I'll restart later when no one is on and update with what it sais.
-
View User Profile
-
Send Message
Posted Sep 20, 2013@lipe124 If you have time: I updated BKCommonLib so it will pre-load the 'conversion' sub-classes. Run it, and it should tell exactly which converter class failed to initialize. I need that class name.
No hurry, as I'll find it out myself tomorrow anyway. It just allows me to fix it faster :)
-
View User Profile
-
Send Message
Posted Sep 20, 2013@bergerkiller
New build 1.55-snapshot doesnt work on spigot 1109. gives me: 2013-09-20 18:41:34 [SEVERE] Error occurred while enabling BKCommonLib v1.55-SNAPSHOT (Is it up to date?)
java.lang.NoClassDefFoundError: Could not initialize class com.bergerkiller.bukkit.common.conversion.Conversion at com.bergerkiller.bukkit.common.utils.ParseUtil.convert(ParseUtil.java:539) at com.bergerkiller.bukkit.common.config.ConfigurationNode.get(ConfigurationNode.java:525) at com.bergerkiller.bukkit.common.config.ConfigurationNode.get(ConfigurationNode.java:495) at com.bergerkiller.bukkit.common.PluginBase.setPermissions(PluginBase.java:601) at com.bergerkiller.bukkit.common.PluginBase.onEnable(PluginBase.java:728) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:382) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.loadPlugin(CraftServer.java:286) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.enablePlugins(CraftServer.java:268) at net.minecraft.server.v1_6_R3.DedicatedServer.init(DedicatedServer.java:119) at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:399) at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
-
View User Profile
-
Send Message
Posted Sep 20, 2013@BillyGalbreath Correct. There is a successful build up now, but it needs some more testing. All I did was look at the changelog and update methods/fields for 1.6.4 R0.1. Some more changes are needed for MyWorlds, since they broke entity attributes (like I kind of anticipated anyway, I had prepared an easy fix for that)
-
View User Profile
-
Send Message
Posted Sep 20, 2013@draccydragon
@Simonsigge
@chsedv
He's working on it. I've been watching his Jenkins all day in anticipation. so far theres been 3 build failures, but thats progress ^_^