-
-
Notifications
You must be signed in to change notification settings - Fork 81
Permissions
Hazel edited this page Feb 21, 2021
·
10 revisions
replace type with the craft type you want to add a permission to.
Flag | Effect | Notes |
---|---|---|
movecraft.type.move | Allows a player to move the given craft type | |
movecraft.type.pilot | Allows a player to pilot the given craft type | |
movecraft.type.rotate | Allows a player to rotate the given craft type | |
movecraft.type.repair | Allows a player to repair the given craft type | |
movecraft.type.create | Allows a player to place a sign with the given craft type specified on the first line | This requires the config option RequireCreatePerm to be set to true |
Flag | Effect | Notes |
---|
Flag | Effect | Notes |
---|
Flag | Effect | Notes |
---|---|---|
movecraft.commands | Required to use any movecraft command | Without this, any other command permission will not function |
movecraft.commands.release | Required to use the release command | |
movecraft.commands.pilot | Required to use the pilot command | |
movecraft.commands.rotate | Required to use the rotate command | |
movecraft.commands.cruise | Required to use the cruise command | Crafts must still have canCruise: true
|
movecraft.commands.craftreport | Required to use the craftreportcommand |