Constructor and Description |
---|
Spigot() |
Modifier and Type | Method and Description |
---|---|
void |
broadcast(BaseComponent... components)
Deprecated.
|
void |
broadcast(BaseComponent component)
Deprecated.
|
YamlConfiguration |
getBukkitConfig() |
YamlConfiguration |
getConfig() |
YamlConfiguration |
getPaperConfig() |
YamlConfiguration |
getSpigotConfig() |
void |
restart()
Restart the server.
|
@NotNull public YamlConfiguration getConfig()
@NotNull public YamlConfiguration getBukkitConfig()
@NotNull public YamlConfiguration getSpigotConfig()
@NotNull public YamlConfiguration getPaperConfig()
@Deprecated public void broadcast(@NotNull BaseComponent component)
Server.broadcast(net.kyori.adventure.text.Component)
component
- the components to send@Deprecated public void broadcast(@NotNull BaseComponent... components)
Server.broadcast(net.kyori.adventure.text.Component)
components
- the components to sendpublic void restart()
Copyright © 2022. All rights reserved.