Class GSMuteCommand
java.lang.Object
com.gamersafer.minecraft.auth.common.commands.ICommand
com.gamersafer.minecraft.auth.common.commands.GSMuteCommand
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGSMuteCommand
(GSAuthPlugin core, IPlayerStorage playerStorage, GSAuthApi api) -
Method Summary
Methods inherited from class com.gamersafer.minecraft.auth.common.commands.ICommand
withPrefix
-
Constructor Details
-
GSMuteCommand
-
-
Method Details
-
getName
-
getAliases
- Specified by:
getAliases
in classICommand
-
getPermission
Gets the command specific permission. Players who have thePermission.MUTE_TEMPORARY
permission should be able to temporarily mute players by executing this command.- Overrides:
getPermission
in classICommand
- Returns:
- the permission needed to execute this command
- See Also:
-
hasAnyPermission(ISender)
-
execute
-
complete
-