An assignment of the form
PlayersAllowed = 1 2 3 4 5
indicates that the current hull and special function should be associated and available to players 1 through 5.
Like the RacesAllowed assignment, this assignment is an action statement, making a new association between a special function and a hull. Unlike RacesAllowed, however, this one bypasses the PlayerRace configuration and assigns directly to the specified players.
For example, with the same setting as above,
PlayerRace = 1,1,1,1,1,5,3,3,3,3,3
then the assignment
Hull = Merlin Function = Cloak PlayersAllowed = +1
will allow a Merlin to cloak if it is owned by player 1 only, even though other players are also playing race #1.