Johnny Cao
Johnny Cao
Configs currently cannot hold comments or integer values (they can only be floating point or double for whatever reason).
As we continue development, this is just a landmark issue for implementing more of the packets in the protocol.
Create a lookup class that would convert an ID to a message, and provide a link in the error message to the website explaining the error and some usual scenarios.
Boss bars are currently being implemented by @nickrobson We need to go over the API and the implementation details here. Some/several TODO items are found in the linked file: -...
As we gradually continue to rewrite the server, an item/stack of items class will need to be created. The only user so far of this class will be [`HoverEvent.java`](https://github.com/TridentSDK/TridentSDK/blob/caae27e88fed15d3bfeb94759ffa1d521c46364a/src/main/java/net/tridentsdk/chat/HoverEvent.java#L88). Some...
Not necessarily for scheduling tasks per se, but for accessing the plugin thread.
Should implement a basic, low level Permissions API for use with commands.
There is a laundry list of classes that are not documented/incompletely documented found in MULTIPLE classes. These are not even implementation classes, and thus full documentation is required. Please document...
Move work on entities and the meta API related to entities to the next release (0.6-alpha).
The Plugin API should be refactored into a Module API which will allow plugins to also use the same system used by the server to load plugins for their own...