https://github.com/meshiest/omegga-warps
A warping utility plugin for brickadia
https://github.com/meshiest/omegga-warps
brickadia omegga plugins sethome warps
Last synced: 11 months ago
JSON representation
A warping utility plugin for brickadia
- Host: GitHub
- URL: https://github.com/meshiest/omegga-warps
- Owner: Meshiest
- License: isc
- Created: 2021-02-16T05:50:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-20T23:08:30.000Z (11 months ago)
- Last Synced: 2025-07-21T01:06:35.561Z (11 months ago)
- Topics: brickadia, omegga, plugins, sethome, warps
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# warps plugin
A warps plugin for [omegga](https://github.com/brickadia-community/omegga) allowing players to warp to predefined locations and optionally set homes.
## Install
Easy: `omegga install gh:Meshiest/warps`
Manual:
* `git clone https://github.com/meshiest/omegga-warps warps` in `plugins` directory
## Commands
* `/setwarp ` - (authorized only) define a warp destination
* `/delwarp ` - (authorized only) delete an existing warp destination
* `/clearwarps` - (authorized only) clear all warp data (homes and warps)
* `/warp ` - warp to a defined warp
* `/warps` - list available warps
* `/home [user]` - teleport home, authorized users can teleport to other player's homes
* `/sethome` - specify home destination
## Configs
* `only-authorized` - Whether only authorized players can use warp management commands
* `authorized-users` - List of players who can always use warp management commands
* `warp-enabled` - Whether non-authorized users can warp and list warps
* `home-enabled` - Whether non-authorized users can set/use a home warp
* `warp-cooldown` - Seconds between warps/homes for non-authorized users