Skip to content

Commit

Permalink
PS: Plot Visit Command - Adding "last" argument (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Brandes <brandes.alexander@web.de>
  • Loading branch information
RedstoneFuture and NotMyFault authored Mar 30, 2024
1 parent ab8d3c7 commit cbfced1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions plotsquared/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,14 +218,16 @@ _Secondary:_

### Visit

Visit someones plot.
Use this command to go to the plot of a specific player.

If no **plot number** is specified, you will be taken to the player's first (= oldest) plot. With the plot nummer you can cycle forwards and backwards by entering numerical values. The first plot therefore also corresponds to plot number "1". With the keyword "last" (or "n") you get to the latest (= newest) plot of the player. This corresponds to the plot number "-1".

normal:

* `/plot visit <player>`
* `/plot visit <player> <#>`
* `/plot visit <player> <plot number|negative plot number|'last' or 'n'>`
* `/plot visit <player> <area/world>`
* `/plot visit <player> <area/world> <#>`
* `/plot visit <player> <area/world> <plot number|negative plot number|'last' or 'n'>`

alias:

Expand All @@ -249,7 +251,7 @@ _Primary:_
_Secondary:_

* `plots.visit.unowned` - Access to visit unowned plots
* `plots.visit.owned` - Acecss to visit owned plots
* `plots.visit.owned` - Access to visit owned plots
* `plots.visit.shared` - Access to visit shared plots
* `plots.admin.visit.untrusted` - Access to visit plots where the player is not trusted to

Expand Down

0 comments on commit cbfced1

Please sign in to comment.