Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nilspace/paths


https://github.com/nilspace/paths

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

This plugin allows users to fly through a given path smoothly by placing waypoints in the world. When the player then uses "/path start" the plugin starts guiding/pushing the player in the way of the next waypoint. This is usefull for for example recording. A player can set out a path then start recording, and the server will do the moving while the player can enjoy the sightseeing.

# Commands

### General
| Command | Permission | Description |
| ------- | ---------- | ----------- |
|/path add | path.add | This adds a waypoint to your path|
|/path clear | path.clear | Stops your path and clears it.|
|/path numwp | path.numwp | Sends the amount of waypoints your path holds.|
|/path remove | path.remove | Removes the given path ID|
|/path replace | path.replace | Replaces the given path ID with the position you are currently standing.|
|/path start | path.start | Teleports you to the first waypoint and then moves you smoothly through them.|
|/path stop | path.stop | Stops your path.|
|/path swap | path.swap | Swaps all your waypoints. The first becomes the last etc|
|/path teleport | path.teleport | Teleports you to the given path|

# Permissions
| Permissions | Description | Commands | Recommended groups |
| ----------- | ----------- | -------- | ------------------ |
path.add | | `/path add` |
path.clear | | `/path clear` |
path.numwp | | `/path numwp` |
path.remove | | `/path remove` |
path.replace | | `/path replace` |
path.start | | `/path start` |
path.stop | | `/path stop` |
path.swap | | `/path swap` |
path.teleport | | `/path teleport` |