Add option "all" for UnlockMap and change the default behavior for "/prop unlockmap on" (#2196)

* Do not unlock unnecessary scene points during '/prop unlockmap on'

* Format code [skip actions]

* Backup scenePoints since we might modify it

* Format code [skip actions]

* Add 'all' for UnlockMap

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
iTruth
2023-06-10 01:31:11 +08:00
committed by GitHub
Unverified
parent 4093420c90
commit 1ed89598ff
2 changed files with 25 additions and 4 deletions
@@ -19,6 +19,8 @@ public final class PointData {
@Getter private Position pos;
@Getter private Position rot;
@Getter private Position size;
@Getter private boolean forbidSimpleUnlock;
@Getter private boolean unlocked;
@SerializedName(
value = "dungeonIds",