Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nilspace/paths
https://github.com/nilspace/paths
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/nilspace/paths
- Owner: NiLSPACE
- Created: 2014-01-11T15:40:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-06T13:19:06.000Z (over 10 years ago)
- Last Synced: 2023-04-04T07:17:17.379Z (over 1 year ago)
- Language: Lua
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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` |