Skip to content

Players Configuration

Ren edited this page Apr 20, 2022 · 3 revisions

» Home » Players » Configuration

Recommended cache sizes

  • rpkit_github_profile id: The amount of players you expect to submit issues
  • rpkit_irc_profile id: The amount of players you expect to use IRC
  • rpkit_minecraft_profile_link_request id: The amount of users you expect to be simultaneously expecting to link their profiles
  • rpkit_minecraft_profile id: The maximum number of players
  • rpkit_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
Clone this wiki locally