Merge pull request #101 from Athar42/main

[Minor changes] Cosmetic changes, mostly in the readme for the download section with the usage of quotation marks.
This commit is contained in:
Navoei
2025-07-27 15:53:50 -05:00
committed by GitHub
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");