Bentobox Teleportation
I'm trying to implement a skyblock dimension for my server right now. I downloaded Bentobox with its Bskyblock because it was one of the first results and it's an active project. If there's a better plugin, please tell me.
Players can teleport to their skyblock island with the
I feel like I'm missing something obvious here, because there are commands in plugins like EssentialsX to return someone to where they had teleported from last. It's just that players won't be using
Any solutions? I know this would probably be very easy to implement in java but I don't know java so I'm at a loss for what to do.
Mentioned/relevant softwarre:
Purpur 1.21.4, EssentialsX, Luckperms, MyWorlds, BentoBox, BSkyBlock, & other unrelated plugins
Thanks for any help.
Players can teleport to their skyblock island with the
/island command, provided by Bentobox. However, they have no way of returning to the overworld. I could very easily make a command alias for players using MyWorld's command /tpp overworld through commands.yml and Luckperms, but that does not return the player to their last location, but rather, their last location in the overworld - i.e. what if the player ran the /island command in the nether, and then wants to leave their skyblock island? This would be a great inconvenience to a player who had been in the nether. I feel like I'm missing something obvious here, because there are commands in plugins like EssentialsX to return someone to where they had teleported from last. It's just that players won't be using
/tp to teleport, they'll be using /island, so /back (from EssentialsX afaik) won't work.Any solutions? I know this would probably be very easy to implement in java but I don't know java so I'm at a loss for what to do.
Mentioned/relevant softwarre:
Purpur 1.21.4, EssentialsX, Luckperms, MyWorlds, BentoBox, BSkyBlock, & other unrelated plugins
Thanks for any help.