@SuppressWarnings("unchecked")
@SubscribeEvent
public void registerPermissions(FEModuleServerInitEvent ev)
{
FunctionHelper.registerServerCommand(new CommandItemPermission());
FunctionHelper.registerServerCommand(new CommandProtectionDebug());
FunctionHelper.registerServerCommand(new ProtectCommand());
// ----------------------------------------
// Other
APIRegistry.perms.registerPermission(PERM_PVP, RegisteredPermValue.TRUE, "Allow PvP");