mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
some things deserve to be outright ignored
This commit is contained in:
parent
5a6dacfc37
commit
a926f72b67
@ -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
|
||||
{
|
||||
|
||||
|
@ -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
|
||||
{
|
||||
|
||||
|
@ -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
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user