Constructor and Description |
---|
Spigot() |
Modifier and Type | Method and Description |
---|---|
void |
broadcast(BaseComponent... components)
Deprecated.
use
sendMessage methods that accept Component |
void |
broadcast(BaseComponent component)
Deprecated.
use
sendMessage methods that accept Component |
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)
sendMessage
methods that accept Component
component
- the components to send@Deprecated public void broadcast(@NotNull BaseComponent... components)
sendMessage
methods that accept Component
components
- the components to sendpublic void restart()
Copyright © 2021. All rights reserved.