Uses of Class
com.palmergames.bukkit.towny.exceptions.NoPermissionException
Packages that use NoPermissionException
-
Uses of NoPermissionException in com.palmergames.bukkit.towny.command
Methods in com.palmergames.bukkit.towny.command that throw NoPermissionExceptionModifier and TypeMethodDescriptionstatic voidBaseCommand.checkPermOrThrow(org.bukkit.permissions.Permissible permissible, String node) static voidBaseCommand.checkPermOrThrowWithMessage(org.bukkit.permissions.Permissible permissible, String node, Translatable errormsg) voidTownyWorldCommand.listWorlds(org.bukkit.command.CommandSender sender) voidTownyAdminCommand.residentDelete(org.bukkit.command.CommandSender sender, Resident resident) Delete a resident and their data file afer a successful confirmation.voidPlotCommand.sendPlotInfo(org.bukkit.entity.Player player, String[] args) voidTownyWorldCommand.worldSet(org.bukkit.command.CommandSender sender, TownyWorld world, String[] split) -
Uses of NoPermissionException in com.palmergames.bukkit.towny.permissions
Methods in com.palmergames.bukkit.towny.permissions that throw NoPermissionExceptionModifier and TypeMethodDescriptionvoidTownyPermissionSource.testPermissionOrThrow(org.bukkit.permissions.Permissible permissible, String perm) A method to test if a Permissible has a specific permission node.voidTownyPermissionSource.testPermissionOrThrow(org.bukkit.permissions.Permissible permissible, String perm, Translatable errormsg) A method to test if a Permissible has a specific permission node, which will show a non-generic no permission message if the Permissible does not have the node.