- Joined
- Mar 13, 2018
- Messages
- 7,097
- Thread Author
- #1
Added a few months ago (I think?), there's a new world type called twisted league that should have a filter like .isTwistedLeague() in WorldOverview like .isPVP(), isDeadman() etc have.
A temporary workaround is
but it's still something that should be in the API for uniformity.
A temporary workaround is
Code:
"Twisted League".equals(world.getActivity())
Last edited: