-
-
Notifications
You must be signed in to change notification settings - Fork 79
Name Signs
Name signs allow you to set a unique name for your craft. When a craft has a name, it will appear in contacts related messages (such as piloting alerts and /contacts
).
Named crafts are preceded by their actual craft type in parenthesis, shown as "name of craft (type of craft)", while unnamed crafts are shown as "type of craft".
To name a craft, you simply place a sign on it with Name:
on the first line, then the name you wand to give on the second, third and/or fourth lines.
You can restrict the usage of name signs on craft types by adding the canBeNamed
flag to the .craft file and setting it to false
. This will prevent players from piloting unnameable crafts if a name sign is found on it
To use permissions, RequireNamePerm
must be set to true in config.yml. Then the following permissions must be assigned:
-
movecraft.name.use
: Permission to use the name feature -
movecraft.name.place
: Permission to place Name signs