
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.
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_2, Test, 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.
Command |
Aliases |
Permission |
Description |
| telegion | telg, tel, tg | telegion.help.retire |
The main command that show help. |
| 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>. |
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.
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 |
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.










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.