services.mchprs.whitelist.list
NixOS option
Whitelisted players, only has an effect when services.mchprs.declarativeWhitelist is true and the whitelist is enabled via services.mchprs.whitelist.enable. This is a mapping from Minecraft usernames to UUIDs. You can use https://mcuuid.net/ to get a Minecraft UUID for a username.
type: attribute set of Minecraft UUIDDefault
{ }Example
declared in: nixos/modules/services/games/mchprs.nixView source on NixOS/nixpkgs →{
username1 = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx";
username2 = "yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy";
};