Gui
Gui module for Sigcraft
Usage
public class ExampleGui extends LocalizationGui {
public ExampleGui() {
super(McLocalizationController.getDefaultBundle(SimplePlugin.getInstance()),
"EXAMPLE",
player);
registerButtonFromId("INFO");
}
}gui:
EXAMPLE:
title: "테스트 GUI"
row: 3
INFO:
slot: 5
icon: DIAMOND
name: "테스트 버튼"
lore:
- "테스트 설명1"
- "테스트 설명2"
execute:
left_click:
command: "test" # SigExecutable
right_click:
command: "test"
USER_NAME:
slot: 6
name: "{userName}"
lore:
- "당신의 유저 이름입니다."Page Gui
Last updated