Skip to content

Commit ab4c8d6

Browse files
committed
Improve some messages.
1 parent 9baf281 commit ab4c8d6

File tree

1 file changed

+4
-4
lines changed
  • eternalcombat-plugin/src/main/java/com/eternalcode/combat/config/implementation

1 file changed

+4
-4
lines changed

eternalcombat-plugin/src/main/java/com/eternalcode/combat/config/implementation/PluginConfig.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public static class Messages extends OkaeriConfig {
260260
"# Message displayed when a player lacks permission to execute a command.",
261261
"# The {PERMISSION} placeholder is replaced with the required permission."
262262
})
263-
public Notice noPermission = Notice.chat("<gradient:red:dark_red>You don't have permission <white>'{PERMISSION}'</white> to perform this command!</gradient>");
263+
public Notice noPermission = Notice.chat("<gradient:red:dark_red>You don't have permission <dark_gray>(<gray>{PERMISSION}</gray>)</dark_gray> to perform this command!</gradient>");
264264

265265
@Comment({
266266
"# Message displayed when a specified player is not found.",
@@ -272,13 +272,13 @@ public static class Messages extends OkaeriConfig {
272272
"# Message displayed when a player enters combat.",
273273
"# This message warns the player not to leave the server while in combat."
274274
})
275-
public Notice playerTagged = Notice.chat("<gradient:red:yellow>⚠ <white>You are in combat!</white> Do not leave the server!</gradient>");
275+
public Notice playerTagged = Notice.chat("<gradient:red:yellow>⚠ <white>You are in combat!</white> <u>Do not leave the server!</gradient>");
276276

277277
@Comment({
278278
"# Message displayed when a player leaves combat.",
279279
"# This message informs the player that they can safely leave the server."
280280
})
281-
public Notice playerUntagged = Notice.chat("<gradient:#00ff00:#00b300>✌ <white>Combat ended!</white> You can now safely leave!</gradient>");
281+
public Notice playerUntagged = Notice.chat("<gradient:#00ff00:#00b300>✌ <white>Combat ended!</white> You can now safely leave!</u></gradient>");
282282

283283
@Comment({
284284
"# Broadcast message displayed when a player logs out during combat.",
@@ -386,7 +386,7 @@ public static class AdminMessages extends OkaeriConfig {
386386
public Notice playerTagOut = Notice.chat("<gradient:#00ff88:#00b300>🛡 <gray>Protection active for</gray> <white>{TIME}</white></gradient>");
387387

388388
@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.",
390390
"# The {PLAYER} placeholder is replaced with the player's name."
391391
})
392392
public Notice adminTagOutOff = Notice.chat("<gradient:#00ff88:#00b300>✌ <gray>Re-enabled tagging for</gray> <white>{PLAYER}</white></gradient>");

0 commit comments

Comments
 (0)