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 void
BaseCommand.checkPermOrThrow
(org.bukkit.permissions.Permissible permissible, String node) static void
BaseCommand.checkPermOrThrowWithMessage
(org.bukkit.permissions.Permissible permissible, String node, Translatable errormsg) void
TownyWorldCommand.listWorlds
(org.bukkit.command.CommandSender sender) void
TownyAdminCommand.residentDelete
(org.bukkit.command.CommandSender sender, Resident resident) Delete a resident and their data file afer a successful confirmation.void
PlotCommand.sendPlotInfo
(org.bukkit.entity.Player player, String[] args) void
TownyWorldCommand.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 TypeMethodDescriptionvoid
TownyPermissionSource.testPermissionOrThrow
(org.bukkit.permissions.Permissible permissible, String perm) A method to test if a Permissible has a specific permission node.void
TownyPermissionSource.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.