some things deserve to be outright ignored

This commit is contained in:
Robinson Gallego 2019-11-18 18:00:54 -05:00
parent 5a6dacfc37
commit a926f72b67
3 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,8 @@ import org.bukkit.event.block.BlockPlaceEvent;
import org.bukkit.event.player.PlayerInteractEvent;
import org.bukkit.inventory.ItemStack;
//codebeat:disable[LOC,ABC]
public class SignBlocker extends FreedomService
{

View File

@ -16,6 +16,8 @@ import org.bukkit.entity.Player;
@CommandParameters(
description = "Use admin commands on someone by hash. Use mode 'list' to get a player's hash. Other modes are kick, nameban, ipban, ban, op, deop, ci, fr, smite.",
usage = "/<command> [list | [<kick | nameban | ipban | ban | op | deop | ci | fr | smite> <targethash>] ]")
//codebeat:disable
//basically a deprecated command that still exists
public class Command_gadmin extends FreedomCommand
{

View File

@ -79,6 +79,7 @@ import me.totalfreedom.totalfreedommod.util.FLog;
* <p/>
* See the separate "LICENSE.md" file for the distribution license (Modified BSD licence)
*/
//codebeat:disable
public abstract class NanoHTTPD
{