ServerUtilities: Difference between revisions

Content deleted Content added
Lyft (talk | contribs)
m Remove quotation mark from permissions & elaborate on some details
Embri (talk | contribs)
Teleports.
Line 35:
Chunk Claim data is stored at <code>/''your_instance''/saves/''your_world''/serverutilities/teams/claimedchunks/''player_name''.dat</code>
{{clear}}
 
== Teleports ==
Multiple teleportation options are offered including user-definable home points. Access and limits can be configured with player ranks for server owners.
 
*<code>/sethome your_teleport</code> Sets "your_teleport" as a destination. Can be any string.
*<code>/delhome your_teleport</code> Deletes "your_teleport" as a destination.
*<code>/home your_teleport</code> Teleports the player to destination "your_teleport"
*<code>/home list</code> List of all the player's sethome destinations.
*<code>/spawn</code> Teleports the player to spawn.
*<code>/back</code> Teleports back to the previous location before using a /home. Only works once.
 
== JourneyMap Integration ==