Hello guys,
I need your help. I have a little Server with my friends and our own ModPack. We want, that every user (that means also non OPs) should be able to use the /tp, and only the /tp command. Is there a mod/way to implement this? Btw. our server runs on forge. Thank you!
How to make the /tp command useable for everyone?
- masterP
- Closed
-
-
What version are you guys using?
-
You could use mystcraft linking books, which are a very useful (and OP) teleportation tool.
Linking books + link modifier (cheated) [Following] = Infinite teleport to the location the book was created, no matter where you are.
-
Or Mystcraft with a nexus kind of thing
-
Depending on what site your running your server on, there might be an option to tell which commands are useable by each player.
-
All you need to do is adding a Command to the Server, through a Mod you made. You can just copy the Code of the /tp Command and name it slightly different, like tpz or something. Then you just need to remove the restrictions of that Command and you are good to go.
-
Well, thank you for answering, I solved this problem by using the "ForgeEssentials" Mod.