Shard
The base class for all shards.
Properties
Link copied to clipboard
The data folder for this shard. You can use this folder to store data for your shard, such as configuration files.
Link copied to clipboard
This is where the jar file is located.
Link copied to clipboard
The classloader for this shard. Never touch this. It will break your entire shard if modified.
Link copied to clipboard
The shard helper for this shard. You should never need to touch this, as it is used by methods within this class.
Functions
Link copied to clipboard
Link copied to clipboard
This is called prior to the Shard.create method. Allowing you to perform any pre-setup actions.