You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eternalcombat-plugin/src/main/java/com/eternalcode/combat/config/implementation/PluginConfig.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -260,7 +260,7 @@ public static class Messages extends OkaeriConfig {
260
260
"# Message displayed when a player lacks permission to execute a command.",
261
261
"# The {PERMISSION} placeholder is replaced with the required permission."
262
262
})
263
-
publicNoticenoPermission = Notice.chat("<gradient:red:dark_red>You don't have permission <white>'{PERMISSION}'</white> to perform this command!</gradient>");
263
+
publicNoticenoPermission = Notice.chat("<gradient:red:dark_red>You don't have permission <dark_gray>(<gray>{PERMISSION}</gray>)</dark_gray> to perform this command!</gradient>");
264
264
265
265
@Comment({
266
266
"# Message displayed when a specified player is not found.",
@@ -272,13 +272,13 @@ public static class Messages extends OkaeriConfig {
272
272
"# Message displayed when a player enters combat.",
273
273
"# This message warns the player not to leave the server while in combat."
274
274
})
275
-
publicNoticeplayerTagged = Notice.chat("<gradient:red:yellow>⚠ <white>You are in combat!</white> Do not leave the server!</gradient>");
275
+
publicNoticeplayerTagged = Notice.chat("<gradient:red:yellow>⚠ <white>You are in combat!</white> <u>Do not leave the server!</gradient>");
276
276
277
277
@Comment({
278
278
"# Message displayed when a player leaves combat.",
279
279
"# This message informs the player that they can safely leave the server."
280
280
})
281
-
publicNoticeplayerUntagged = Notice.chat("<gradient:#00ff00:#00b300>✌ <white>Combat ended!</white> You can now safely leave!</gradient>");
281
+
publicNoticeplayerUntagged = Notice.chat("<gradient:#00ff00:#00b300>✌ <white>Combat ended!</white> You can now safely leave!</u></gradient>");
282
282
283
283
@Comment({
284
284
"# Broadcast message displayed when a player logs out during combat.",
@@ -386,7 +386,7 @@ public static class AdminMessages extends OkaeriConfig {
386
386
publicNoticeplayerTagOut = Notice.chat("<gradient:#00ff88:#00b300>🛡 <gray>Protection active for</gray> <white>{TIME}</white></gradient>");
387
387
388
388
@Comment({
389
-
"# Message displayed when an admin reenables combat taggi<gradient:#00ff88:#00b300>✌ <gray>You are now taggable!</gray></gradient>ng for a player.",
389
+
"# Message displayed when an admin reenables combat tagging for a player.",
390
390
"# The {PLAYER} placeholder is replaced with the player's name."
0 commit comments