Help setting up a /rtp portal with simpleportals
Hello all. I have the SimplePortals plugin, luck perms, and betterRTP to try this experiment. I want to configure a portal at spawn to teleport players with the /wildtp command, and I’ll configure the radius later. I ALSO want players to only be able to rtp when using this portal. I have set up several other portals that have worked great, but I just can’t get this experiment to work. ChatGPT said to create a PortalAccess group and remove the better rtp use from the default group and yada yada, but that didn’t work. I also toggled the portal to command only and now you can go right in the portal and nothing happened. I did manage to get it working at some point but the regular portals stopped working. For context here are screenshots of the luckperms groups PortalAccess and default. If anyone can make sense of this I’m all ears.
15 Replies
Send lp editor link?
LuckPerms - A permissions plugin for Minecraft servers.
LuckPerms
LuckPerms is a permissions plugin for Minecraft servers. It allows server admins to control what features players can use by creating groups and assigning permissions.
Just shared it, a bit sketched out but since default players don’t have access to the apply edits command it should be fine
Can only apply edits from the link from the account that made the link
IE if your console made the link, you'd only be able to approve changes from the console
I see, thanks for the tip. Interested to see what you come up with
There's nobody in the portal access group
the best solution would probably have the portal run a console command of
/rtp player_sudo <player> [world]
it'll rtp them without them having permissions to rtp in that worldalternatively, you could use luckperm's context to only give them permission to
betterrtp.use
while in the portal area's region
https://github.com/LuckPerms/ExtraContexts#worldguardregionGitHub
GitHub - LuckPerms/ExtraContexts: Extra contexts for LuckPerms runn...
Extra contexts for LuckPerms running on Bukkit. Contribute to LuckPerms/ExtraContexts development by creating an account on GitHub.
I don’t know if you saw but I put the permission group.PortalAccess in the default group, it was my understanding that by doing that default players are automatically in the PortalAccess group
Thank you so much!! I will try this and see how it goes
No, you can't do that.
That also sounds like a good solution
You need to use parents in that case. https://luckperms.net/wiki/Parent-Commands
LuckPerms - A permissions plugin for Minecraft servers.
LuckPerms
LuckPerms is a permissions plugin for Minecraft servers. It allows server admins to control what features players can use by creating groups and assigning permissions.
I see, shows how little I know about permissions
Ok thank you, I will read up on that
for reference, you can also add a parent group, but only in a context (ie: default group inherits the PortalAccess group, but only when they're in a specific world/worldguard region)
Hmm interesting. Thank you all so much you have given me several potential solutions to work through