Permissions
##Introduction
Unlike the Paper version, the Fabric build of Stella has no permission nodes. Fabric has no built-in permissions API and Stella does not ship a LuckPerms hook, so access is controlled entirely by OP level.
##How access works
Every /stella subcommand requires OP (permission level 2). There is no per-command granularity and no permission tree — a player is either an operator (full access) or has no access to the command at all.
| Who | Access |
|---|---|
| Operators (permission level 2+) | Full access to every /stella command, including reload and all team management. |
| Everyone else | No access to /stella commands. |
Grant OP with the vanilla /op <player> command (or set op-permission-level in server.properties). For finer control you can place Stella behind a third-party command-permission mod, but Stella itself does not define any nodes.
##Auto-team exemption
There is no stella.autoteam.bypass node on Fabric. The only way to exempt players from auto-team-on-join is the opBypass option in config.json:
- When
opBypassistrue, operators are not auto-assigned to the default team. - All non-op players are subject to auto-team when the hook is enabled.
##Summary
- No permission nodes — the entire node tree from the Paper version is dropped.
- Every
/stellasubcommand requires OP (level 2). - Auto-team exemption is controlled by the
opBypassconfig option, not a permission.