SkyPluginData

public class SkyPluginData

Data class for the plugin.

Constructors

Link copied to clipboard
public void SkyPluginData(@Nullable() Path messages, @Nullable() Integer polymartId, @Nullable() Integer spigotId, boolean actions, boolean packets)
Create a new plugin data.

Types

Link copied to clipboard
public class Builder
Builder class for the plugin data.

Functions

Link copied to clipboard
public boolean actions()
Whether actions are enabled.
Link copied to clipboard
public Path messages()
The message path.
Link copied to clipboard
public boolean packets()
Whether packets are enabled.
Link copied to clipboard
The Polymart plugin id.
Link copied to clipboard
The Spigot plugin id.