Skip to content

Permission reference

PermissionGrants
plugin.storagePrivate plugin key-value storage.
game.state.readPublic game and checkpoint state.
game.player.readLocal-player handle and read methods.
game.vehicle.readCurrent local-vehicle handle and read methods.
game.entity.readStreamed player, vehicle, object, actor, pickup, and text-label handles.
server.state.readCurrent server snapshot.
chat.readPlayer chat, server messages, and chat bubbles.
chat.interceptModify or cancel outgoing chat.
command.interceptModify or cancel outgoing commands.
dialog.readRead displayed server dialogs.
dialog.interceptModify or cancel dialog responses.
textdraw.readRead supported TextDraw lifecycle and text.
textdraw.interceptCancel supported TextDraw clicks.
ui.menuRegister a plugin settings page.
ui.drawDraw bounded HUD commands and project world positions.
game.player.writeControlled local-player writes.
game.vehicle.writeControlled current-vehicle writes.
game.physics.overrideReversible physics flags, surfaces, and collision filters.

Basic logging, capability queries, event subscriptions, timers, and managed tasks do not require a manifest permission.