Cosmetic changes, mostly in the readme for the download section with the usage of quotation marks.

This commit is contained in:
Athar42
2025-07-24 21:42:43 +02:00
parent 06e2f81953
commit e4c3053da7
2 changed files with 10 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ public class SetHornCooldownSubCommand extends CommandAPICommand {
super("goatcooldown");
this.plugin = plugin;
this.withFullDescription(NamedTextColor.GRAY + "Set the cooldown for a modified goat horn (range from 1 to "+ this.plugin.hornMaxCooldown +" in ticks).");
this.withFullDescription(NamedTextColor.GRAY + "Set the cooldown for a custom goat horn (range from 1 to "+ this.plugin.hornMaxCooldown +" in ticks).");
this.withUsage("/cd goatcooldown <range>");
this.withPermission("customdiscs.horncooldown");