foundryvtt / foundryvtt

Public issue tracking and documentation for Foundry Virtual Tabletop - software connecting RPG gamers in a shared multiplayer environment with an intuitive interface and powerful API.
https://foundryvtt.com/
198 stars 10 forks source link

Assistant GM users are granted permission to modify *some* world-scope Settings regardless of the value of the SETTINGS_MODIFY permission. #10912

Closed aaclayton closed 2 weeks ago

aaclayton commented 2 weeks ago

World Setting Allow-List

      const allowed = ["core.time", "core.combatTrackerConfig", "core.sheetClasses", "core.scrollingStatusText",
        "core.tokenDragPreview", "core.adventureImports", "core.gridDiagonals", "core.gridTemplates",
        "core.coneTemplateType"];

Original Request

A key example where this is most important is world clock time or certain system-level configurations.

Related https://github.com/foundryvtt/foundryvtt/issues/10049