Update! Introducing admin waypoints!
Version 3.9 (2018.02.12)
Added:
- Admin waypoints: allows admins to create and manage waypoints for the new admin chatcommands
- Admin chatcommands:
• flyto (/ft): tp yourself to player or coords
• flyto waypoint (/ftw): tp yourself to predefined waypoint
• move (/mv): move player to player or player to coords
• move waypoint (/mvw): move player to waypoint
• add waypoint (/setwp): create a new waypoint
• delete waypoint (/delwp): delete a waypoint
• list waypoints (/listwp): list all predefined waypoints
Improved:
- Detection of secure lootcontainer for commands checkloot, remitem and additemloot
From the github wiki:
Partial Names
When using a command that requires a player's name, the mod will understand if you use only a portion of the name and you can search case-insensitive. Imagine the name of the player is Prisma501, there are various ways to target a command.
/ft pris
/mv 501 4876E 987N
Care must be taken when choosing what letters to use, if zigstum and stumpfgobs are both online, and you try to /ft stum, the mod wil be confused, and you don't want that.

Don't try to use a name with a space in it; just use the letters from one of the words in the name when targetting a command with a partial name.
Ambiguous names
When you need to use a players name that is ambiguous with another player online you can use double quotes around the name to be able to. When Jo and Joanna are both online and you need to target Jo, just use: /mv "Jo" prisma
Chatcommands
Waypoints
/listwp - List available Waypoints.
/setwp wpname - Set a new waypoint.
/delwp wpname - Delete a set waypoint.
Move
/mv playerfrom playerto - Teleport one player to another.
/mv playername xxxxE/W xxxxN/S - Teleport a player to a specific position.
/mvw playername wpname - Teleport a player to a defined waypoint.
Flyto
/ft playername - Teleport yourself to a player.
/ft xxxxE/W xxxxN/S - Teleport yourself to a specific Location.
/ftw wpname - Teleport yourself to a defined waypoint.
They make my admin life a lot easier. I hope they do the same for you
Cheers