ServerUtilities: Difference between revisions

Content added Content deleted
m (Remove quotation mark from permissions & elaborate on some details)
(Teleports.)
Line 35: Line 35:
Chunk Claim data is stored at <code>/''your_instance''/saves/''your_world''/serverutilities/teams/claimedchunks/''player_name''.dat</code>
Chunk Claim data is stored at <code>/''your_instance''/saves/''your_world''/serverutilities/teams/claimedchunks/''player_name''.dat</code>
{{clear}}
{{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 ==
== JourneyMap Integration ==