Telegion

Banner

Azen0x took the projet over, I'm no longer developping this.

Telegion

Telegion was my first plugin. Was, because I entirly recoded it the 17/08/14 and this is now my fourth Minecraft plugin. 
I created Telegion because, during a looong time, I was looking for a plugin that was able to teleport a player at random choosed points from a list. 
In Telegion, these lists are called sections and you can add as much as you want points in a list. 
When I made Telegion (for the first time), I had a lot of difficulties, and the plugin had a lot of issues, so I decided to re-code it, and now, there is Telegion 4. 

 

Whats Telegion can do ?

Telegion can teleport a player to a randomly picked point from a list.
For example, you created the section MyMinigame and 4 points, Here_Here_2Test, and peanut.
When you'll type /telg tp <you> MyMinigame, Telegion will teleport you at one of the four previously defined points.
You can also place a commandblock with the command /telg tp @p[r=2] MyMinigame
And the last thing, it functions like a warp (but less convenient), when you type /telg tp <you> MyMinigame Here_2.

 

Commands and permissions

Command

Aliases

Permission

Description

telegion telg, tel, tg  telegion.help.retire 

The main command that show help.
Note : this permission is an antipermission, by
default, players can type /telegion, but if you
add this permission, they no longer can

help none telegion.help.retire Shows the help page of the plugin
Note : that functionnality have not been added yet
create <section> c telegion.create Create a section named <section>
delete <section> d telegion.delete Delete the section <section>
lang <lang> none telegion.admin               Choose a language or created one (Actually french file will be automaticly created. Otherwise, english file will be create
point add <section> <name> p a telegion.addpoint Add a point in the section <section>.
If [name] is mentioned, this point will be named [name]. Else, this point will be auto-named.
point del <section> <name> p d telegion.delpoint Remove the point <name> of the section <section>.

 

Languages

In Telegion version 4, the language by default is french. You can generate a english by typing **/telg lang en** .
For other languages, you can translate the auto-generated french/english file yourself if you are impatient, and translate into another language for me to add it here.

Available languages

  • French — Click here to see the french language file.
  • English — Click here to see the french language file.

 

Configuration

Value

Default

Description

PREFIX Telegion Define plugin prefix here (Command was removed in V0.5)
PLAYER_TELEPORTED_MSGS true Define if players see messages when they are teleported.
LANG fr Define the language of the plugin

 

Basic tutorial

Create a system that will randomly teleports your players in a map.
In this example, I'll create a teleporting system for the first map of my minigame named Maps gun.

  1. Create the section
    Choose a name that is easy to remember, and that have something to do with the name of the map.
    I choosed Game because the first pressure plate will teleport somewhere high in the map : /telg create Game

    Creating a section

     
  2. Create the first point
    Create the first point named 0 :
    Creating point

  3. Create other points
    Now you know how to create points, so you can create your ones :
    Adding other points
    And you can do this every times you want.
     
  4. Teleport your players in the game
    You have differents way to teleport players: In the commandblock:  /telg teleport @p[r=2] Game
    Typing in commandblock
     
    With Sign: Place a sign and just right on the first line : "TELEGION" and on the third line the name of the section: Signs
    SignsMsg
    Then clic on the sign to join the game.
    Or by a command: Type /telg tp <player>

    CommandByPlayer
    CommandBySelf
  5. Delete points and sections
    Just type /telg delpoint
    <point>
    , here 1.
    Deleting a point

    But this game is no longer played, and you want to delete it. Don't forget to delete the section by typing /telg delete
    , here Game.
    Deleting sections
     
  6. Extra : using signs in Telegion 4
    If you want to use sign in Telegion 4, you can use the plugin ServerSigns. It allows to bind command to signs.
    It's very easy to use. You can search it in bukkit plugins.
    Note : in any way at any moment I'm affialiated with ServerSigns or its developper.

 

Videos

French: https://www.youtube.com/watch?v=-IX4Hk-Z0Y4

 

Known problems

I didn't see any bug at the moment, but if you see one, please post a comment or create a ticket, and I'll fix it when I can, as sooner as possible.

 

To-do list

  • Take a coffee,

    If you have a suggestion, please send me a PM or post a comment. 

 

 


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

Bukkit