From 3bd0da224422e655752e0a5bc8696ab5a8fad4bc Mon Sep 17 00:00:00 2001 From: Allink <44676012+allinkdev@users.noreply.github.com> Date: Fri, 6 May 2022 20:24:13 +0100 Subject: [PATCH] It's not about credit or discredit It's about copyright of TFM. --- server/src/main/java/dev/plex/command/impl/TFMCMD.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/java/dev/plex/command/impl/TFMCMD.java b/server/src/main/java/dev/plex/command/impl/TFMCMD.java index 7cdbadd..9744cdc 100644 --- a/server/src/main/java/dev/plex/command/impl/TFMCMD.java +++ b/server/src/main/java/dev/plex/command/impl/TFMCMD.java @@ -16,7 +16,7 @@ import org.bukkit.entity.Player; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; -@CommandParameters(name = "totalfreedommod", usage = "/ [reload]", description = "You can't simpy do that.", aliases = "tfm") +@CommandParameters(name = "totalfreedommod", usage = "/", description = "You can't simpy do that.", aliases = "tfm") @CommandPermissions(level = Rank.OP, permission = "plex.tfm", source = RequiredCommandSource.ANY) public class TFMCMD extends PlexCommand