a waypoint / tpa plugin for spigot
Find a file
2024-01-01 18:47:00 -05:00
src/main version 2.2.0 2024-01-01 18:47:00 -05:00
.gitignore first commit for new version 2022-11-12 13:39:07 -05:00
license.txt add isc license 2022-11-18 18:29:38 -05:00
pom.xml version 2.2.0 2024-01-01 18:47:00 -05:00
readme.txt testing new version 2023-12-30 14:24:46 -05:00

=== New Simple Waypoints ===

This plugin allows players on a Spigot server to save waypoints and teleport
back to them, as well as teleport to other players if those players allow it.

To build the plugin (assuming you have Maven installed), just run "mvn verify".
The plugin jar will be placed in the "target" directory. To install the plugin,
just copy that jar file into the "plugins" directory of the server. The first
time that the server starts after that, a SQLite database will be created.

See the file "src/main/resources/plugin.yml" for a list of commands. In order
to use the /wtp command, a player must have the nswp.waypoints permission. In
order to use the /wtpallow and /wtpa commands, a player must have the nswp.tpa
permission. You can use a plugin like LuckPerms to grant these permissions.

Enjoy!