BentoBoxWorld / Challenges

Add-on for BentoBox to add challenges for BSkyBlock and AcidIsland
Eclipse Public License 2.0
13 stars 32 forks source link

Nether not counted for challenges #50

Closed baticag closed 5 years ago

baticag commented 5 years ago

Description We have couple of challenges where you need to have entities on island to complete them. There is no special config that they need to be done in nether, but those mobs spawn only in nether. Problem is that when the entities are there and you try to complete the challenge, plugin sends you message that you need to be on your island to do that.

Expected behavior Players should be able to complete the challenge with this kinda config:

# Challenge type can be ICON, INVENTORY, LEVEL or ISLAND.
challengeType: ISLAND
# World where this challenge operates. List only overworld. Nether and end are automatically covered.
world: skyblock
# List of environments where this challenge will occur: NETHER, NORMAL, THE_END. Leave blank for all.
environment: []

Server Information:

BONNe commented 5 years ago

So, in server where I was playing, was needed also water near entities, just to avoid completing this challenge in nether/or end. Because moving entity to Normal World, and do challenge there is a part of challenge.

But I will check why Environment setting does not work.

UPDATE Environments are not implemented yet. Will to it this week, if others will not do it first :)

baticag commented 5 years ago

Would be great to fix this soon ;)

BONNe commented 5 years ago

So I think I have fixed it... but I still need to polish everything. Hope, till the weekend I will end everything and PR my changes.