SkyLib
1.1.1
SkyLib
/
de.skyslycer.skylib
/
SkyPluginData
Sky
Plugin
Data
public
class
SkyPluginData
Data class for the plugin.
Types
Constructors
Functions
Constructors
Sky
Plugin
Data
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
Builder
Link copied to clipboard
public
class
Builder
Builder class for the plugin data.
Functions
actions
Link copied to clipboard
public
boolean
actions
(
)
Whether actions are enabled.
messages
Link copied to clipboard
@
Nullable
(
)
public
Path
messages
(
)
The message path.
packets
Link copied to clipboard
public
boolean
packets
(
)
Whether packets are enabled.
polymart
Id
Link copied to clipboard
@
Nullable
(
)
public
Integer
polymartId
(
)
The Polymart plugin id.
spigot
Id
Link copied to clipboard
@
Nullable
(
)
public
Integer
spigotId
(
)
The Spigot plugin id.