Players Configuration - RP-Kit/RPKit GitHub Wiki
» Home » Players » Configuration
Recommended cache sizes
rpkit_github_profile id
: The amount of players you expect to submit issuesrpkit_irc_profile id
: The amount of players you expect to use IRCrpkit_minecraft_profile_link_request id
: The amount of users you expect to be simultaneously expecting to link their profilesrpkit_minecraft_profile id
: The maximum number of playersrpkit_minecraft_profile_token id
: No longer used, can be disabled unless you have a weird old custom plugin that uses Minecraft profile tokens for some reason.rpkit_player id
: Can be disabled unless you use plugins built against an old version of RPKit, in which case should be the max player count.rpkit_player name
: Can be disabled unless you use plugins built against an old version of RPKit, in which case should be the max player count.rpkit_player minecraft_uuid
: Can be disabled unless you use plugins built against an old version of RPKit, in which case should be the max player count.rpkit_player irc_nick
: Can be disabled unless you use plugins built against an old version of RPKit, in which case should be the max player count.rpkit_player last_known_ip
: Can be disabled unless you use plugins built against an old version of RPKit, in which case should be the max player count.rpkit_profile id
: Should be the max player count.
Permissions
rpkit.players.command.account.link:
description: Allows linking other accounts
default: true
rpkit.players.command.account.link.irc:
description: Allows linking IRC account
default: true
rpkit.players.command.account.link.minecraft:
description: Allows linking Minecraft accounts
default: true
Placeholders
If you are using PlaceholderAPI, you may use the following placeholders:
Placeholder | Description |
---|---|
%rpkplayers_minecraftusername% |
Your Minecraft username |
%rpkplayers_profile% |
Your profile, including discriminator |