Cuberite Forum
Warps - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Plugins (https://forum.cuberite.org/forum-1.html)
+--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html)
+--- Thread: Warps (/thread-2015.html)



Warps - Ignotis - 06-18-2015

I started using Cuberite with a friend of mine and we happened to need warps. I didn't want all of Essentials, so I wrote my own plugin. It only makes sense to make it available to the community.

Info:
Quote:This plugin allows you to easily use and manage warps.

Commands

General
  • /warp add - Adds a named warp
    Permission required: warps.warp.add
    The following parameter combinations are recognized:
    /warp add name - Adds a named warp

    /warp goto - Teleports to a named warp
    Permission required: warps.warp.goto
    The following parameter combinations are recognized:
    /warp goto name - Teleports to a named warp

    /warp list - Lists all the warps
    Permission required: warps.warp.list

    /warp remove - Removes a named warp
    Permission required: warps.warp.remove
    The following parameter combinations are recognized:
    /warp remove name - Removes a named warp


Permissions
  • - warps.warp.add -
    • Commands affected:
      - /warp add
    - warps.warp.goto -
    • Commands affected:
      - /warp goto
    - warps.warp.list -
    • Commands affected:
      - /warp list
    - warps.warp.remove -
    • Commands affected:
      - /warp remove
Source: https://github.com/dillmo/Cuberite-Warps



RE: Warps - xoft - 06-18-2015

Hello, welcome to the forum.
This is a great first post Smile And nicely done plugin.


RE: Warps - Jammet - 06-21-2015

I wonder if it would be possible to create warp points as the admin that all players can use, to prevent warp-location spamming.


RE: Warps - SamJBarney - 06-23-2015

It should be possible. Register a location, listen to players triggering a certain event at a location, and transporting them to preset location.