You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Players are not able to place warps in End/Nether unless their warplevelrestriction is set to 0.
Even when you succeed placing it, you are unable to actually warp to it.
Steps to reproduce the behavior
Players cannot set warps in nether/end if: warplevelrestriction: >0 (Any number greater than zero)
It's due to the warp-addon not looking at the level of island in overworld, but the nether/end itself. Though, this is a problem of Levels addon also, because it does not supports Nether/End level calculation and therefore it's always '0'? (Might be a feature, will transfer it to Level section if required)
See: http://prntscr.com/mrzh8r (Restriction is 10 at the moment of capturing the screenshot)
Players cannot warp to it with /is warp
We bypassed the previous problem with: warplevelrestriction: 0
The warp is placed, the line becomes green, but players aren't able to warp to it with command.
Alternative until End/Nether is not supported:
Make welcomewarpsign addon look at the level of island in overworld, but 2nd case from above still needs to be solved for them to be able to warp to it.
The text was updated successfully, but these errors were encountered:
Description
Describe the bug
Players are not able to place warps in End/Nether unless their warplevelrestriction is set to 0.
Even when you succeed placing it, you are unable to actually warp to it.
Steps to reproduce the behavior
warplevelrestriction: >0
(Any number greater than zero)See: http://prntscr.com/mrzh8r (Restriction is 10 at the moment of capturing the screenshot)
We bypassed the previous problem with:
warplevelrestriction: 0
Expected behavior
Be able to both set and warp to the warp-sign.
Server
Plugins
BentoBox setup
BentoBox and Addons
Configuration
Additional context
Make welcomewarpsign addon look at the level of island in overworld, but 2nd case from above still needs to be solved for them to be able to warp to it.
The text was updated successfully, but these errors were encountered: