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