
[QUESTION] Why does the system tell me my warp is public, but the public can't use it?
ScottyKnows opened this issue · 2 comments
I have a warp set up between overworlds. I have the standard sign underneath a block and pressure plate that should tp whoever steps on it to the other overworld. Every time I do /mywarp public NAME I get the message 'NAME' is already public. However, non-opped players cannot use it. Any advice?
Another issue, I'm in no way smart about any of this... where in the config files can I find the actual warps I've created? I'd like to edit the public/private properties from there if possible.
Thanks!
Scott
I have a warp set up between overworlds. I have the standard sign underneath a block and pressure plate that should tp whoever steps on it to the other overworld. Every time I do /mywarp public NAME I get the message 'NAME' is already public. However, non-opped players cannot use it. Any advice?
To use a warp, players need to have the appropriate permission in addition to the warp being accessible (i.e. public or the player is invited):
mywarp.cmd.to
for the/to <warp>
commandmywarp.sign.use
for using warp signs
Can you check if non-opped players have both permissions?
Another issue, I'm in no way smart about any of this... where in the config files can I find the actual warps I've created? I'd like to edit the public/private properties from there if possible.
Warps are stored in a database, not in a configuration file.
If you did not change the default config, a H2 database inside MyWarp‘s Plugin folder is used. While you can edit the data directly using a supported editor (such as the one bundled by H2), I recommend to only do this if you know what you are doing.
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.