Teleportation System [Unmaintained]
Discussion in 'Plugin Support' started by Mughisi, Oct 18, 2014.
-
-
Mughisi updated Teleportation System with a new update entry:
1.4.22
-
it says multiple of same names all the time..
-
When to wait c# version?
-
Code:
2:14 AM [Warning] CallHook 'OnEntityTakeDamage' on plugin 'm-Teleportation v1.4.22' took: 4102ms 2:14 AM [Warning] CallHook 'OnEntityTakeDamage' on plugin 'm-Teleportation v1.4.22' took average: 403ms
-
-
Mugishi, good work on this plugin, please add permissions for home commands, and for tpr commands.
-
-
0-5 player and that Time? Oo
-
-
What is the matter with "Your teleportation has been canceled"? Often it works a few minutes later.
-
Please add console commands for:
- TPRESET <player> ALL - resets a players stats or all players stats
- TP <player> to <player> from the console. -
How do i reload a plugin with two words in the name? "Teleportation System" doesnt work.
-
-
When will the C# version be available? I really need to run this with permissions!!
-
- add and option to show the number of /tpr and /home uses for the player each time they use it. ( users are always wondering how many they have used. )
-
Many thanks for your work!
Please tell me how I can translate the messages that are displayed after the command / help
Code:-- ---------------------------------------------------------------------------- -- PLUGIN:SendHelpText( player ) -- ---------------------------------------------------------------------------- -- HelpText plugin support for the command /help. -- ---------------------------------------------------------------------------- function PLUGIN:SendHelpText(player) if self.Config.Settings.HomesEnabled or self.Config.Settings.TPREnabled then self:SendMessage( player, "Use \"/tphelp\" to see the available teleport commands." ) self:SendMessage( player, "Use \"/tplimits\" to see the teleport limits." ) end end
-
if the player found empty building with SETHOME for other player and SETHOME this empty home for himself - did his new SETHOME override the old one?
-
Need to add the ability to translate the help text that displays the command / HELP (to make the text in the config)
And teleport / home is written the number of seconds to teleport, and the word "sec" can not be removed (you need to print only the number of seconds without words)
Thanks for your work!