DumbTelport
DISCONTINUED
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
Why...?
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.
Commands / Permissions
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 |
Statistics and Update Checking
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.
Update Checking
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.
Statistic Collection / Metrics
This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version
Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.
Download / Source
Looking for warps? Try DumbWarp
- Download (BukkitDev): Click Here
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.
- Development (Jenkins): DumbTeleport Jenkins
- Source: GitHub
- JavaDocs (why you need this I don't know...): JavaDocs
Questions? Bugs? Errors?
Head on over to the GitHub Issue Tracker!!