permission changes & remove massmurder

resolves FS-69, FS-70, FS-71
This commit is contained in:
speed
2021-01-10 16:23:20 -05:00
parent 8dce71eca1
commit 8225daf6f1
3 changed files with 3 additions and 45 deletions

View File

@ -13,7 +13,7 @@ import org.bukkit.entity.Player;
import org.bukkit.scheduler.BukkitRunnable;
import org.bukkit.scheduler.BukkitTask;
@CommandPermissions(level = Rank.ADMIN, source = SourceType.BOTH)
@CommandPermissions(level = Rank.OP, source = SourceType.BOTH)
@CommandParameters(description = "View server health, such as ticks-per-second, memory, etc.", usage = "/<command>")
public class Command_health extends FreedomCommand
{