Skip to content

Commit 4bd09e2

Browse files
committed
Remove tellraw configuration fields
1 parent 5a48403 commit 4bd09e2

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed

eternalcore-core/src/main/java/com/eternalcode/core/translation/Translation.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,6 @@ interface ChatSection {
7575
Notice slowMode();
7676
Notice disabledChatInfo();
7777
Notice commandNotFound();
78-
Notice tellrawInfo();
79-
Notice tellrawAllInfo();
80-
Notice tellrawSaved();
81-
Notice tellrawNoSaved();
82-
Notice tellrawMultipleSent();
83-
Notice tellrawCleared();
8478
}
8579

8680
interface EventSection {

eternalcore-core/src/main/java/com/eternalcode/core/translation/implementation/ENTranslation.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -255,15 +255,6 @@ public static class ENChatSection extends OkaeriConfig implements ChatSection {
255255
@Comment(" ")
256256
public Notice commandNotFound = Notice.chat("<red>✘ <dark_red>Command <red>{COMMAND} <dark_red>doesn't exists!");
257257

258-
@Comment({" ", "# {PLAYER} - Player who received the message", "# {MESSAGE} - message content", "# {TYPE} - message type"})
259-
public Notice tellrawInfo = Notice.chat("<green>► <white>A message of type <green>{TYPE} <white>was sent to <green>{PLAYER} <white>with the content: {MESSAGE}");
260-
public Notice tellrawAllInfo = Notice.chat("<green>► <white>A message of type <green>{TYPE} <white>was sent to <green>all <white>with the content: {MESSAGE}");
261-
262-
public Notice tellrawSaved = Notice.chat("<green>► <white>Message saved in queue!");
263-
public Notice tellrawNoSaved = Notice.chat("<red>✘ <dark_red>No messages saved in queue!");
264-
public Notice tellrawMultipleSent = Notice.chat("<green>► <white>Messages sent! Message que has been cleared!");
265-
public Notice tellrawCleared = Notice.chat("<green>► <white>Message queue cleared!");
266-
267258
}
268259

269260
@Comment({

eternalcore-core/src/main/java/com/eternalcode/core/translation/implementation/PLTranslation.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -260,16 +260,6 @@ public static class PLChatSection extends OkaeriConfig implements ChatSection {
260260

261261
@Comment(" ")
262262
public Notice commandNotFound = Notice.chat("<red>✘ <dark_red>Komenda <red>{COMMAND} <dark_red>nie istnieje!");
263-
264-
@Comment({" ", "# {PLAYER} - Gracz, który otrzymał wiadomość", "# {MESSAGE} - wiadomość", "# {TYPE} - typ wiadomości"})
265-
public Notice tellrawInfo = Notice.chat("<green>► <white>Wysłano wiadomość typu <green>{TYPE} <white>do <green>{PLAYER} <white>o treści: {MESSAGE}");
266-
public Notice tellrawAllInfo = Notice.chat("<green>► <white>Wysłano wiadomość typu <green>{TYPE} <white>do <green>wszystkich <white>o treści: {MESSAGE}");
267-
268-
public Notice tellrawSaved = Notice.chat("<green>► <white>Zapisano wiadomość w kolejce!");
269-
public Notice tellrawNoSaved = Notice.chat("<red>✘ <dark_red>Nie ma zapisanych wiadomości!");
270-
public Notice tellrawMultipleSent = Notice.chat("<green>► <white>Wysłano wszystkie zapisane wiadomości!");
271-
public Notice tellrawCleared = Notice.chat("<green>► <white>Wyczyszczono zapisane wiadomości!");
272-
273263
}
274264

275265
@Comment({

0 commit comments

Comments
 (0)