Hey there PaperMC-Community
For quite a while I’m writing some paper-plugins. Now I tried to create Waterfall-Bungeecord Plugin.
I tried to create a punishment plugin with the commands
- ban
- tempban
- kick
- mute
- jail
I made it to code the first five commands and their functionality.
But I can’t make it to write the jail command’s functionality.
Therefore, I need to access to the world the player is currently playing on, but I haven’t found any way to access this information using the bungeecord api.
If possible, I want to avoid creating a separate paper-plugin. But if this is not possible, is there a way to save the information of the jail and jailed players inside the bungee-plugin?
Thanks in advance.
For all, I’m linking here the code on my GitLab.
~ Linux