1
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added ArraySerializer to better handle arrays. More... about 10 years ago
Added another check to field mapper for field serializer. More... about 10 years ago
Added LocaleSerializer to default set. More... about 10 years ago
Fixed issue with mapping primitive fields incorrectly. More... about 10 years ago
Added some missing checks to field mapping to prevent infinite recursion. More... about 10 years ago
Adding bukkit plugin testing framework. More... about 10 years ago
Should fix build issues. More... about 10 years ago
Complete rework of Serializable-Config. Bumped Serializable-Config version to 0.2-SNAPSHOT and Plugin version to 1.5.1-SNAPSHOT. Added in support for zml's Configurate 3.0. This includes a wrapper class for data sources (files) called DataSource, with implementations for each of the file types supported by Configurate. Configurate support removed need for implementation specific config and as such those modules were removed. Also removed file-comments module as it was merged into Serializable-Config. The default serializer is no longer a giant monstrosity and instead now separated into type specific serializers. Serialization no longer requires registering classes except in the case of @SerializableAs annotation. SerializationRegistrar was removed. The main class was renamed from ConfigSerializer to SerializableConfig to better represent the library. Added the concept of SerializerSet which is used to specify a set of Serializers to pull from during serialization. Increased module documentation significantly. More... over 10 years ago
Added debug sessions. A debug session allows a user to log all system messages, log messages, and messager messages to them to a paste service and obtain a link. This will allow developers to more easily assist their users with problems. Also added a hastebin paste service which is used by default for the new debugsession command. More... over 10 years ago
Added dependency repo to fix mcstats issue. More... over 10 years ago
Now using a new @NotNull instrumenter More... over 10 years ago
Fixed missing separator in PropertiesWrapper More... over 10 years ago
Added a convenience parameter for creating multiline messages. More... over 10 years ago
Reorganized BasePlayer/Entity slightly. More... over 10 years ago
Added FacingCoordinates.getDirection() More... over 10 years ago
Added Message.createStaticMessage in order to create non-localized messages. More... over 10 years ago
Implemented toString for BasePlayer. More... over 10 years ago
Debug logging should no longer print duplicate console messages. More... over 10 years ago
Temporary fix for metrics dependency issues. More... over 10 years ago
BukkitServerInterface.getPlayer will now handle not found players without NPE. More... over 10 years ago
Removed html checks from javadocs. More... over 10 years ago
Fixed javadoc url links. More... over 10 years ago
Made PluginLogger more compatible with log4j. More... over 10 years ago
Added a method for obtaining a PluginLogger with an attached parent logger. More... over 10 years ago
Now building for Java 8. More... over 10 years ago
Added a way to get MC color codes from custom theme tags. More... over 10 years ago
@Name doesn't make sense to be used on types. Removed this "feature". More... over 10 years ago
The tests need to also be writing UTF8 files! More... over 10 years ago
Force UTF8 file encoding for BukkitConfiguration. More... over 10 years ago
Changed some variable names to enhance readability. More... over 10 years ago