https://github.com/eocorekuneho/mcteleportplugin
Teleportation plugin for Paper Minecraft
https://github.com/eocorekuneho/mcteleportplugin
bukkit minecraft paper plugin teleport teleportation tp
Last synced: 25 days ago
JSON representation
Teleportation plugin for Paper Minecraft
- Host: GitHub
- URL: https://github.com/eocorekuneho/mcteleportplugin
- Owner: eocorekuneho
- Created: 2024-12-11T18:14:17.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T07:06:17.000Z (6 months ago)
- Last Synced: 2025-05-06T23:15:58.526Z (25 days ago)
- Topics: bukkit, minecraft, paper, plugin, teleport, teleportation, tp
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TeleportPlugin
This is a really simple and basic teleportation system for Paper Minecraft servers.## Features
* Create, edit, list and delete Home points
* Create, edit, list and delete Waypoints
* Teleport to Home point or Waypoint.
* Works between worlds.
* Has a cost in XP, based on distanceHome and Waypoints are basically the same, just separated, for convenience.
## Commands
| Command | Arguments | Description |
| ------------ | ------------ | ------------ |
| /gohome | *homeName* | Teleports the player to *homeName* Home point. If *homeName* is empty, the firstly recorded Home point will be selected.|
| /gowp | *waypointName* | Teleports the player to *waypointName* Waypoint. If *waypointName* is empty, the last used Waypoint will be used. |
| /sethome | *homeName* | Creates a Home point for the player with the name *homeName*. If *homeName* is empty, *"default"* will be used. If a Home point with the same name exists, it will be updated. |
| /setwp | waypointName | Creates a Waypoint for the player with the name *waypointName*. *waypointName* is mandatory. If a Waypoint with the same name exists, it will be updated.|
| /delhome | homeName | Deletes the player's Home point with the name *homeName*. *homeName* is mandatory |
| /delwp | waypointName | Deletes the player's Waypoint with the name *waypointName*. *waypointName* is mandatory |
| /listhome | - | Lists the player's Home points |
| /listwp | - | Lists the player's Waypoints |Home point and Waypoint data is saved to TeleportPlugin/data.yml