Jump to content
  • 0

Teleporting Plugin that lets Non-OP'd People Teleport


BuilderNoobDevss

Question

11 answers to this question

Recommended Posts

  • 0

You could also use Skript to make a tp command that has no permission. I'll show you how both ways.

 

With LuckPems

/lp group default permission set minecraft.command.teleport

Or if you have essentials,

/lp group default permission set essentials.teleport

 

With Skript

Download the plugin called "Skript" and restart your server. Then navigate to plugins > skript > scripts. Then in the scripts folder, make a file called like teleport.sk. It can be called anything but just has to end in .sk. Then in the file you just created, paste the following in it.

command /teleport <player>:
  	aliases: /tp
  	trigger:
  		teleport player to arg-1

After putting that in the file, click save and close out of the file. Then go in game and do /sk reload teleport, or whatever you named the file. This should allow anyone on the server to do like /teleport _Tarna_ and it will tp them to that user. Note that if this interferes with the minecraft or essentials tp command, you would have to either do /skript:teleport or you can just change the command to something else. 

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 - 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - 12/20/22

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

  • 0
14 hours ago, BuilderNoobDevss said:

So I need luck perms and essentials to use /lp group default permission set essentials.teleport

Yes. Or if you don't want essentials, you can use the other permission node I mentioned before that. That permission node uses the vanilla minecraft tp command. 

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 - 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - 12/20/22

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

  • 0
2 minutes ago, BuilderNoobDevss said:

It didn't work for me I did both commands and tested it and still no work? Can you send a video or make a video maybe?

What did it say when you used the LuckPerms commands? It should have worked. Have you tried the Skript way? With that way, you don't need to add any permissions to players. Everyone has perms to that command since there is no set permission with it. 

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 - 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - 12/20/22

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...