@@ -63,126 +63,117 @@ interface Format {
6363 String disable ();
6464 }
6565
66+ Language getLanguage ();
67+
68+ Format format ();
69+
70+ ArgumentMessages argument ();
71+
6672 ChatMessages chat ();
6773
68- DisposalMessages disposal ();
74+ AdminChatMessages adminChat ();
6975
70- // clear section
71- ClearMessages clear ();
76+ MsgMessages msg ();
7277
73- // feed section
74- FeedMessages feed ();
78+ BroadcastMessages broadcast ();
79+
80+ AutoMessageMessages autoMessage ();
81+
82+ JoinMessage join ();
83+
84+ QuitMessage quit ();
85+
86+ MotdMessages motd ();
87+
88+ DeathMessages deathMessage ();
89+
90+ AfkMessages afk ();
91+
92+ IgnoreMessages ignore ();
93+
94+ TeleportMessages teleport ();
95+
96+ TeleportRequestMessages tpa ();
97+
98+ TeleportToRandomPlayerMessages teleportToRandomPlayer ();
99+
100+ RandomTeleportMessages randomTeleport ();
101+
102+ TeleportOfflineMessages teleportToOfflinePlayer ();
103+
104+ HomeMessages home ();
105+
106+ WarpMessages warp ();
107+
108+ SpawnMessages spawn ();
109+
110+ NearMessages near ();
75111
76- // heal section
77112 HealMessages heal ();
78113
79- // kill section
80- KillMessages kill ();
114+ FeedMessages feed ();
115+
116+ FlyMessages fly ();
81117
82- // speed section
83118 SpeedMessages speed ();
84119
85- // godmode section
86120 GodModeMessages godmode ();
87121
88- // fly section
89- FlyMessages fly ();
122+ FreezeMessages freeze ();
90123
91- // ping section
92- PingMessages ping ();
124+ VanishMessages vanish ();
93125
94- // gamemode section
95126 GameModeMessages gamemode ();
96127
97- // online section
128+ TimeAndWeatherMessages timeAndWeather ();
129+
130+ PingMessages ping ();
131+
98132 OnlineMessages online ();
99133
100- // whois section
101134 WhoIsMessages whois ();
102135
103- // butcher section
104- ButcherMessages butcher ();
136+ SeenMessages seen ();
137+
138+ PlaytimeMessages playtime ();
105139
106- // give section
107140 GiveMessages give ();
108141
109- // skull section
110- SkullMessages skull ();
142+ ClearMessages clear ();
111143
112- RepairMessages repair ();
144+ DisposalMessages disposal ();
113145
114- EnchantMessages enchant ();
115- ElderGuardianMessages elderGuardian ();
116- DemoScreenMessages demoScreen ();
117- EndScreenMessages endScreen ();
146+ ContainerMessages container ();
118147
119- JoinMessage join ();
120- QuitMessage quit ();
121- Language getLanguage ();
122- // argument section
123- ArgumentMessages argument ();
124- // format section
125- Format format ();
126- // HelpOp Section
127- HelpOpSection helpOp ();
128- // AdminChat Section
129- AdminChatMessages adminChat ();
130- // Ignore Section
131- IgnoreMessages ignore ();
132- // sudo
133- SudoMessages sudo ();
134- // Teleport Section
135- TeleportMessages teleport ();
136- // teleport to random player section.
137- TeleportToRandomPlayerMessages teleportToRandomPlayer ();
138- // Random Teleport Section
139- RandomTeleportMessages randomTeleport ();
140- // Broadcast Section
141- BroadcastMessages broadcast ();
142- // Warp Section
143- WarpMessages warp ();
144- // Home section
145- HomeMessages home ();
146- // tpa section
147- TeleportRequestMessages tpa ();
148- // private section
149- MsgMessages msg ();
150- // afk section
151- AfkMessages afk ();
152- // death message section
153- DeathMessages deathMessage ();
154- //Seen section
155- SeenMessages seen ();
156- // sign editor section
157- SignEditorMessages signEditor ();
158- // spawn section
159- SpawnMessages spawn ();
160- // set slot section
161148 SetSlotMessages setSlot ();
162- // itemedit
149+
163150 ItemEditMessages itemEdit ();
164- // time and weather
165- TimeAndWeatherMessages timeAndWeather ();
166- // container section
167- ContainerMessages container ();
168- // auto message section
169- AutoMessageMessages autoMessage ();
170- // jail section
171- JailMessages jailSection ();
172- // burn section
173- BurnMessages burn ();
174- // vanish section
175- VanishMessages vanish ();
176- // near section
177- NearMessages near ();
178- // motd section
179- MotdMessages motd ();
180- // offlineplayer section
181- TeleportOfflineMessages teleportToOfflinePlayer ();
182- // playtime section
183- PlaytimeMessages playtime ();
184- // freeze section
185- FreezeMessages freeze ();
186- // powertool section
151+
152+ EnchantMessages enchant ();
153+
154+ RepairMessages repair ();
155+
156+ SkullMessages skull ();
157+
158+ SignEditorMessages signEditor ();
159+
187160 PowertoolMessages powertool ();
161+
162+ KillMessages kill ();
163+
164+ BurnMessages burn ();
165+
166+ ButcherMessages butcher ();
167+
168+ JailMessages jailSection ();
169+
170+ SudoMessages sudo ();
171+
172+ HelpOpSection helpOp ();
173+
174+ ElderGuardianMessages elderGuardian ();
175+
176+ DemoScreenMessages demoScreen ();
177+
178+ EndScreenMessages endScreen ();
188179}
0 commit comments