File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/fr/lumi/Util Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -158,20 +158,20 @@ public void GuiClickEvent(InventoryClickEvent e) {
158
158
case 3 :
159
159
waitForChat = "period" ;
160
160
161
- p .sendMessage (plugin .getUt ().replacePlaceHoldersForPlayerPlgVar ("&4Type the period in the chat in tick (format : integer , type exit to exit) :" ));
161
+ p .sendMessage (plugin .getUt ().replacePlaceHoldersForPlayerPlgVar ("&4Type the period in the chat in tick (format : integer, type exit to exit) :" ));
162
162
closeInventory (p );
163
163
break ;
164
164
165
165
case 4 :
166
166
waitForChat = "delay" ;
167
167
168
- p .sendMessage (plugin .getUt ().replacePlaceHoldersForPlayerPlgVar ("&4Type the delay in the chat in tick (format : integer , type exit to exit) :" ));
168
+ p .sendMessage (plugin .getUt ().replacePlaceHoldersForPlayerPlgVar ("&4Type the delay in the chat in tick (format : integer, type exit to exit) :" ));
169
169
closeInventory (p );
170
170
break ;
171
171
case 5 :
172
172
waitForChat = "hour" ;
173
173
174
- p .sendMessage (plugin .getUt ().replacePlaceHoldersForPlayerPlgVar ("&4Type the hour in the chat (format : 18H02 , type exit to exit) :" ));
174
+ p .sendMessage (plugin .getUt ().replacePlaceHoldersForPlayerPlgVar ("&4Type the hour in the chat (example : 18H02, type exit to exit) :" ));
175
175
closeInventory (p );
176
176
break ;
177
177
case 6 :
@@ -189,7 +189,7 @@ public void GuiClickEvent(InventoryClickEvent e) {
189
189
case 8 :
190
190
waitForChat = "message" ;
191
191
192
- p .sendMessage (plugin .getUt ().replacePlaceHoldersForPlayerPlgVar ("&4Type the hour in the chat (format : & usables , type exit to exit) :" ));
192
+ p .sendMessage (plugin .getUt ().replacePlaceHoldersForPlayerPlgVar ("&4Type the hour in the chat (tips : use & + color , type \" exit\" to exit) :" ));
193
193
closeInventory (p );
194
194
break ;
195
195
case 9 :
You can’t perform that action at this time.
0 commit comments