public static interface NucleusUserPreferenceService.Keys
Modifier and Type | Method and Description |
---|---|
Optional<NucleusUserPreferenceService.PreferenceKey<Boolean>> |
commandSpyEnabled()
If the command spy module is enabled, gets a preference key that indicates whether the user
is receiving messages that indicate commands that are being run by other players.
|
Optional<NucleusUserPreferenceService.PreferenceKey<Boolean>> |
messageReceivingEnabled()
If the message module is enabled, gets a preference key that indicates whether the user
has is receiving private messages.
|
Optional<NucleusUserPreferenceService.PreferenceKey<Boolean>> |
powertoolsEnabled()
If the powertool module is enabled, gets a preference key that indicates whether the user
has enabled powertools by attempting to use an object that is assigned to a powertool.
|
Optional<NucleusUserPreferenceService.PreferenceKey<Boolean>> |
socialSpyEnabled()
If the message module is enabled, gets a preference key that indicates whether the user
has enabled social spy.
|
Optional<NucleusUserPreferenceService.PreferenceKey<Boolean>> |
teleportTarget()
If the teleport module is enabled, gets a preference key that indicates whether the user
allows players to teleport to them.
|
Optional<NucleusUserPreferenceService.PreferenceKey<Boolean>> |
vanishOnLogin()
If the vanish module is enabled, gets a preference key that indicates whether the user
will vanish on login.
|
Optional<NucleusUserPreferenceService.PreferenceKey<Boolean>> |
viewStaffChat()
If the staff chat module is enabled, gets a preference key that indicates whether the user
is receiving messages on the staff chat channel.
|
Optional<NucleusUserPreferenceService.PreferenceKey<Boolean>> vanishOnLogin()
NucleusUserPreferenceService.PreferenceKey
, if the module is loaded.Optional<NucleusUserPreferenceService.PreferenceKey<Boolean>> teleportTarget()
NucleusUserPreferenceService.PreferenceKey
, if the module is loaded.Optional<NucleusUserPreferenceService.PreferenceKey<Boolean>> powertoolsEnabled()
NucleusUserPreferenceService.PreferenceKey
, if the module is loaded.Optional<NucleusUserPreferenceService.PreferenceKey<Boolean>> socialSpyEnabled()
NucleusUserPreferenceService.PreferenceKey
, if the module is loaded.Optional<NucleusUserPreferenceService.PreferenceKey<Boolean>> messageReceivingEnabled()
NucleusUserPreferenceService.PreferenceKey
, if the module is loaded.Optional<NucleusUserPreferenceService.PreferenceKey<Boolean>> commandSpyEnabled()
NucleusUserPreferenceService.PreferenceKey
, if the module is loaded.Optional<NucleusUserPreferenceService.PreferenceKey<Boolean>> viewStaffChat()
NucleusUserPreferenceService.PreferenceKey
, if the module is loaded.