SigNotice
Notice module
Usage
SigNotice.of()
.addMessage("Hello, World!")
.notice(player);SigNotice.of()
.addMessage("placeholder: %test%")
.notice(player, SigStringEditor.ofReplace("%test%", "10")); // formatter exampleYamlNode node;
new SigNotice(node); // or use fromYaml(YamlNode)Yaml Format
message:
content:
- "Message"
send_to: # Optional
player: # 플레이어 한테 전송
server: # 실행된 서버에 전송
bungee: # 번지에 연결된 전체 서버에 전송send_to Yaml Format
Feature
Last updated