Options
All
  • Public
  • Public/Protected
  • All
Menu

Define the allowed User permission levels. Each level is assigned a value in ascending order. Higher levels grant more permissions.

see

https://foundryvtt.com/article/users/

Index

Enumeration Members

NONE: number

The User is blocked from taking actions in Foundry Virtual Tabletop. You can use this role to temporarily or permanently ban a user from joining the game.

PLAYER: number

The User is able to join the game with permissions available to a standard player. They cannot take some more advanced actions which require Trusted permissions, but they have the basic functionalities needed to operate in the virtual tabletop.

TRUSTED: number

Similar to the Player role, except a Trusted User has the ability to perform some more advanced actions like create drawings, measured templates, or even to (optionally) upload media files to the server.

ASSISTANT: number

A special User who has many of the same in-game controls as a Game Master User, but does not have the ability to perform administrative actions like changing User roles or modifying World-level settings.

GAMEMASTER: number

A special User who has administrative control over this specific World. Game Masters behave quite differently than Players in that they have the ability to see all Documents and Objects within the world as well as the capability to configure World settings.