diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-06-10 17:30:50 +0200 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-06-10 17:30:50 +0200 |
commit | 38d10acca24e5a34671a1a71f12923002d06253d (patch) | |
tree | a72aa02902af4dd37bbfa753bdb1ef651e72be88 /privilege_guide.txt | |
parent | 3e29cba6af2e19909b6d143cecaec877aaf3a7bd (diff) | |
parent | 8d8e8c1553bc631b8f357005b506bc651de9a138 (diff) | |
download | advtrains-38d10acca24e5a34671a1a71f12923002d06253d.tar.gz advtrains-38d10acca24e5a34671a1a71f12923002d06253d.tar.bz2 advtrains-38d10acca24e5a34671a1a71f12923002d06253d.zip |
Merge branch 'master' of https://github.com/orwell96/advtrains
Diffstat (limited to 'privilege_guide.txt')
-rw-r--r-- | privilege_guide.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/privilege_guide.txt b/privilege_guide.txt new file mode 100644 index 0000000..7c4952f --- /dev/null +++ b/privilege_guide.txt @@ -0,0 +1,33 @@ + +### Advtrains Privilege Guide +All privileges are automatically granted to singleplayer, but for +multiplayer servers this might be interesting. +There are 3 groups of privileges introduced by advtrains: + +## Trains +For a player to build his own trains and driving them, the player needs +the 'train_operator' privilege. This privilege no longer allows him to +control any train, only the ones that he owns or that he is whitelisted on. +The owner of a wagon can write a whitelist which players are allowed to +operate his wagon using the wagon properties dialog. +Players having the 'train_admin' privilege can always drive, build and +destroy any train. + +## Tracks* +The area 1 node around and 4 nodes up from each track node is protected. +Players that don't have the 'track_builder' privilege can not build or +dig (or modify) anything inside this area. +If any player tries to modify anything that is in the area of a track +node and this track node is protected from him, he also can not do this. +(that said, while checking protection, the area around a track is +treated as the track node itself) + +## Turnouts and Signals* +Players without the 'railway_operator' privilege can not operate signals +and turnouts. + +* If the configuration option 'advtrains_allow_build_to_owner' is set, +an exception applies to players missing the required privileges when +they are in a protected area that they have access to. Whether the +area is protected from others is checked by checking for protection +against a dummy player called '*dummy*' |