Giter VIP home page Giter VIP logo

advanced-warpplates's Introduction

Advanced-Warpplates

Version 2.0.0.0

Introduction

Warpplates function similarly to teleporters without the need for wiring or teleporters themselves. For basic functionality, simply add two warpplates, set the destination for one (or both for two-way travel), and you're done. You can optionally adjust other functionality such as the area of influence and the delay before being warped.

Commands

/warpplate add <name>
Adds a warpplate at the user's location using the specified warpplate name.

/warpplate del <name>
Deletes the specified warpplate.

/warpplate info <name>
Returns information about the specified warpplate.

/warpplate mod <name> name <new name>
Modifies the specified warpplate's name. (Note that this will break any warpplates that use this warpplate as a destination.)

/warpplate mod <name> size <w,h>
Modifies the specified warpplate's area. Use the format width,height without spaces (example: warpplate mod spawn size 5,4).

/warpplate mod <name> delay <delay>
Modifies the specified warpplate's delay. The delay is in seconds.

/warpplate mod <name> destination <dest name>
Modifies the specified warpplate's destination warpplate.

/togglewarpplates
Toggles automatic warpping for the user.

Permissions

warpplate.set
Allows use of /warpplate command.

warpplate.use
Allows use of /togglewarpplates command.
Allows the ability to warp via warpplate.

Database

Warpplates

Column Name Type Length
warppname VarChar 30
x Int32 5
y Int32 5
width Int32 5
height Int32 5
delay Int32 3
destination VarChar 30
worldid VarChar 15

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.