Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuriofernandez/grechportals
Spigot Minecraft server plugin that enables portals between locations.
https://github.com/nuriofernandez/grechportals
bukkit bukkit-plugin minecraft minecraft-portal-plugin plugin portals portals-plugin spigot
Last synced: 2 days ago
JSON representation
Spigot Minecraft server plugin that enables portals between locations.
- Host: GitHub
- URL: https://github.com/nuriofernandez/grechportals
- Owner: nuriofernandez
- Created: 2021-01-23T20:35:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T17:55:11.000Z (over 3 years ago)
- Last Synced: 2024-01-03T14:36:01.025Z (10 months ago)
- Topics: bukkit, bukkit-plugin, minecraft, minecraft-portal-plugin, plugin, portals, portals-plugin, spigot
- Language: Java
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minecraft portal plugin
This plugin uses the [GrechWorldAreas](https://github.com/xXNurioXx/GrechWorldAreas) plugin to define and listen
movement of portal areas.## Portal definition
```yml
world-area-uuid: "74d41144-a2f0-422c-a25b-598745da6f3e"
actions:
teleport:
w: "world"
x: -1
y: 110
z: -1
yaw: 0
pitch: 0
messages:
- "--------------------"
- "Teleporting &c{playername}&f to another place..."
- "--------------------"```