Page 1 of 1

Simple Teleport

Posted: Sat Aug 12, 2017 9:44 am
by Kill
About
This plugin allows to easily teleport yourself and other players.
Requires permission 'kst_teleport'.

Features:
  • Teleport a player to You
  • Teleport a player to another player
  • Teleport yourself to a player
  • Teleport to a saved location
  • Teleport others to saved location
  • Teleport to saved location on round start*

Supports translations (translation file is 'simple_teleport.ini' and can be found inside the folder ../resource/source-python/translations/).


Cvars
None
(public cvar: simple_teleport_version)


Commands
!teleport | /teleport (private)
And aliases !tp | /tp
Console: sp_teleport

If the server doesn't have noblock enabled, one can use !tpstuck(requires the same permission) to unblock for 4 seconds.


Installation
Extract the zip
Drag and drop
In server or autoexec(or manually using the server console)

Code: Select all

sp plugin load simple_teleport



Screenshots
[spoiler]
Image
Image
Image
Image
Image

[/spoiler]


Thanks to
  • iPlayer for his help!

* As of now, if the server is restarted or the plugin is reloaded, its data is lost.



Download
https://github.com/Hackmastr/Simple-Tel ... master.zip

Re: Simple Teleport

Posted: Sat Aug 12, 2017 9:58 am
by La Muerte
Great for climbing maps as well :)

Re: Simple Teleport

Posted: Tue Sep 21, 2021 1:42 pm
by Kakujitsu
How does one add or set permission 'kst_teleport'?

Re: Simple Teleport

Posted: Tue Sep 21, 2021 3:30 pm
by Ayuto
You need to configure the authorization backend:
http://wiki.sourcepython.com/general/config-auth.html

Re: Simple Teleport

Posted: Tue Sep 21, 2021 3:55 pm
by Kakujitsu
Ayuto wrote:You need to configure the authorization backend:
http://wiki.sourcepython.com/general/config-auth.html

Thank you.