Class GSTempBanIpCommand
java.lang.Object
com.gamersafer.minecraft.auth.common.commands.ICommand
com.gamersafer.minecraft.auth.common.commands.GSTempBanIpCommand
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
GSTempBanIpCommand
(GSAuthPlugin core, IPlayerStorage playerStorage, GSAuthApi api) -
Method Summary
Methods inherited from class com.gamersafer.minecraft.auth.common.commands.ICommand
withPrefix
-
Constructor Details
-
GSTempBanIpCommand
-
-
Method Details
-
getName
-
getAliases
- Specified by:
getAliases
in classICommand
-
getPermission
Gets the command specific permission. Players who have the permissionPermission.BANIP_PERMANENT
should be able to execute this command even if they don't have this specific permission.- Overrides:
getPermission
in classICommand
- Returns:
- the permission needed to execute this command
- See Also:
-
hasPermission(ISender)
-
execute
-
complete
-