This plugin is no longer maintained. Support is no longer provided and updates will not be issued. If you would like to take over the project, please contact me.

Literally all it does is teleports. No config. No weird features. Just. Simple. Teleports.
Looking for warps? Try DumbWarp
As a developer I get tired of trying to find a plugin that simply does what I'd like it to do (such as simple, effective, teleporting). When this occurs I tend to create a small plugin to meet the needs of what I am testing.
In this case I made a simple teleport plugin that does nothing but teleport players to locations / eachother.
| Command | Permission | Description |
|---|---|---|
| /tp <player> | dumbteleport.tp | Teleports you to another player |
| /tp <player> <target> | dumbteleport.tp.others | Teleports <player> to <target> |
| /tp <x> <y> <z> [world] | dumpteleport.coords | Teleports you to a location |
| /tp <player> <x> <y> <z> [world] | dumbteleport.coords.others | Teleports <player> to a location |
| Permission | Default | Description |
|---|---|---|
| dumbteleport.tp | Server OP | Allows /tp <player> |
| dumbteleport.tp.others | Server OP | Allows /tp <player> <target> |
| dumbteleport.coords | Server OP | Allows /tp to coordinates |
| dumbteleport.coords.others | Server OP | Allows /tp <player> to coordinates |
This plugin does use a common library, CommonSense, to send statistics and complete update checks, You may disable these functions in the "DumbPlugin-Configuration.yml" file inside the plugin folder.
This plugin utilizes Gravity's update checker to notify when a new version of the plugin is out, it will not automatically download the new version. It also notifies the admins that a new plugin version is available. This can be enabled ordisabled in the config.yml. To disable update-checking, set updates.check-for-updates to false. To disable admin notifying, set updates.notify-admin to false.
This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.
Looking for warps? Try DumbWarp
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
Head on over to the GitHub Issue Tracker!!