Permissions - APDevTeam/Movecraft GitHub Wiki
Craft type permissions
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 |
Craft sign permissions
Global Flags
Type-specific Flags
Command Permissions
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 |
|