Package de.marcely.bedwars.api.player
Class DefaultPlayerProperty
java.lang.Object
de.marcely.bedwars.api.player.DefaultPlayerProperty
Contains all default properties of the bedwars plugin
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The amount of past wins that were obtained within a certain round time.static final String
The last time the player joined the server in millisecondsstatic final String
A JsonObject containing the value and the signature of a cached instance of the skin of a player.static final String
The time in milliseconds when the plugin tried to obtain the players texture from the memory.static final String
The username of the playerstatic final String
The name of the arena in which he lastly played inside.static final String
The bungeecord name of the server in which he lastly played inside.static final String
A JsonObject with the user specific quick buy configurationstatic final String
The date the user has modified the shop the last timestatic final String
The variant that the player has chosen in the rewinside shopstatic final String
The time in milliseconds of when the last time the player has been hinted that the team chat is currently unavailable as he's in solo.static final String
The time in milliseconds of when the last time the player has been hinted that he's using the team chat. -
Method Summary
-
Field Details
-
BASE_USERNAME
The username of the player- See Also:
-
BASE_LAST_LOGIN
The last time the player joined the server in milliseconds- See Also:
-
BASE_SKIN_TEXTURE
A JsonObject containing the value and the signature of a cached instance of the skin of a player.It's possible that there's an entry of
BASE_SKIN_TEXTURE_LAST_UPDATE
, but not one ofBASE_SKIN_TEXTURE
. This can occur when spigot didn't fetch or cache the texture at the moment the plugin tried to obtain it from the memory.- See Also:
-
BASE_SKIN_TEXTURE_LAST_UPDATE
The time in milliseconds when the plugin tried to obtain the players texture from the memory.It's possible that there's an entry of
BASE_SKIN_TEXTURE_LAST_UPDATE
, but not one ofBASE_SKIN_TEXTURE
. This can occur when spigot didn't fetch or cache the texture at the moment the plugin tried to obtain it from the memory.- See Also:
-
REJOIN_ARENA_NAME
The name of the arena in which he lastly played inside.- See Also:
-
REJOIN_SERVER_NAME
The bungeecord name of the server in which he lastly played inside.- See Also:
-
SHOPDESIGN_REWINSIDE_VARIANT
The variant that the player has chosen in the rewinside shop- See Also:
-
SHOPDESIGN_HYPIXELV2_QUICKBUY
A JsonObject with the user specific quick buy configuration- See Also:
-
SHOPDESIGN_HYPIXELV2_QUICKBUY_MODIFICATION_DATE
The date the user has modified the shop the last timeFormatted using
DateTimeFormatter.ISO_OFFSET_DATE_TIME
. Only counts actual interactions done by the player, such as when he adds or removes an item.- See Also:
-
TEAMCHAT_USE_LAST_HINT_TIME
The time in milliseconds of when the last time the player has been hinted that he's using the team chat.- See Also:
-
TEAMCHAT_UNAVAILABLE_SOLO_LAST_HINT_TIME
The time in milliseconds of when the last time the player has been hinted that the team chat is currently unavailable as he's in solo.- See Also:
-
ANTI_STATS_ABUSE_QUICK_WINS_COUNT
The amount of past wins that were obtained within a certain round time.Related to the "stats-antiabuse-enabled" config.
- See Also:
-