Tele Me There

TeleMeThere

This plugin allows for players to save locations and teleport to them easily. Players save locations using names and teleport to them at the type of a command. This plugin is very easy to use : D
New Feature: Players can teleport to locations while riding mounts like horses and their mounts will come along with them!


Hello, I developed this plugin using my friends account and tested it on his server. I really want to code for and play minecraft but I only get to do so when my friend lends me his account. I've tried for months to convince my parents to buy minecraft for me but they don't trust online transactions and stuff...
So, I just want to ask if someone would please gift me a giftcode... I would love you to death and I would finally get a chance to check out other peoples plugins and worlds : D

Features

As of now, this plugin has quite a few features implemented and has more that I want to implement! Features as of now are....

  • Save locations using names, e.g. "base"
  • Teleport to saved locations
  • Delete saved locations
  • Update coordinates and rename saved locations
  • Reset all saved locations
  • This plugin uses a lightweight sqlite database to save and store all player locations.

Installation

1. Download the Jar file.
2. This plugin uses another library to use sqlite databases. This library was created by PatPeter. You need to download it's Jar file from here. His Github can be found here and he also has a Bukkit-Dev page.
3. Now just take these Jar files and drop them into your plugins directory. A database will automatically be created once the plugin is run.
4. Enjoy and give me feedback!

Notes

Commands and Usage

To use this plugin simply go stand somewhere and save a location. You can now teleport to this location using the name you saved! All of the commands that can be used are listed here...

/tele set <location> "Saves a location, e.g. /tele set mybase"
/tele <location> "Teleports player to a saved location e.g. /tele mybase"
/tele list "Lists all saved locations"
/tele rename <oldLocation> <newLocation> "Renames a saved location e.g. /tele rename mybase skyPalace"
/tele update <location> "Updates a location to new coordinates, e.g. /tele update mybase"
/tele del <location> "Delete a saved location e.g. /tele del mybase"
/tele reset "Remove all saved locations"

Configuration

I made use of the config.yml file for some simple configuration.
Now, when the plugin runs it will generate a default config.yml that looks like this...

#default config.yml
#Set onlyOP to false if everyone should be allowed to use the plugin
onlyOP: true

It's pretty barebones right now, but its self explanatory. Now it can be configured to let everyone or just ops use the plugin. I will be adding more features soon : )

Future Features

In the future I want to implement more features that admins can use, some features that I can think of right now are...

  • Wiping the database clean
  • Removing player tables
  • Configuring how many locations can be saved
  • Currently teleporting between worlds is flawed, I need to figure that out

Help

I would really appreciate it if I could get some feedback about my code or stuff I should implement : D It would be awesome if I could get help implementing new features : ) My github can be found here.


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

Bukkit