Skip to content

Commit aecf103

Browse files
committed
typo: CommandEditor message
1 parent 5cc0a2b commit aecf103

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/fr/lumi/Util/CommandEditor.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,20 +158,20 @@ public void GuiClickEvent(InventoryClickEvent e) {
158158
case 3:
159159
waitForChat = "period";
160160

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) :"));
162162
closeInventory(p);
163163
break;
164164

165165
case 4:
166166
waitForChat = "delay";
167167

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) :"));
169169
closeInventory(p);
170170
break;
171171
case 5:
172172
waitForChat = "hour";
173173

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) :"));
175175
closeInventory(p);
176176
break;
177177
case 6:
@@ -189,7 +189,7 @@ public void GuiClickEvent(InventoryClickEvent e) {
189189
case 8:
190190
waitForChat = "message";
191191

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) :"));
193193
closeInventory(p);
194194
break;
195195
case 9:

0 commit comments

Comments
 (0)