Closed gcrtnst closed 3 years ago
Local markers are not likely to be saved in the save data
~It may be even better to make it configurable whether or not add_auth is needed~
Permissions may be unnecessary, because it's complicated.
~I might set set
and clear
for local markers and setglobal
and clearglobal
commands for global markers.~
No, should I still have setlocal
and clearlocal
and an additional recover
command?
restore
command?vmark recover
is a recovery tool for when you accidentally execute ?vmark clear -1
instead of ?vmark clearlocal -1
. I don't think there is any other factor that could cause you to accidentally run ?vmark clear -1
. (As soon as -1 is entered, that player should understand that all the markers will disappear.)
Only a single ?vmark clear -1
can be restored with the recover command. A player who performs ?vmark clear -1
more than twice would be a sure thing.
If none of the markers erased by ?vmark clear
, the backup will not be updated.
The
add
command allows you to add a global marker. Global markers are visible to everyone. You can remove global markers only by theclear
command.You can add a local marker with the
addlocal
command. Local markers are visible only to the player who added them. Local markers can be erased only by theclearlocal
command.Global markers cannot be erased by
clearlocal
. You cannot clear local markers by using theclear
command.~You should make the
add
andclear
commands available only to authorized persons.~