BentoBoxWorld / Challenges

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

Default cmd for (potion) effects is wrong? #288

Closed L4BORG closed 2 years ago

L4BORG commented 2 years ago

Expected behavior

After completing challenges in one group potion effect should be applied to specific player.

Observed/Actual behavior

No effects are applied, I assume it's because /effect command was changed?

Steps/models to reproduce

Complete challenges in 1 group, ie novice.

BentoBox version

[05:42:27 INFO]: BentoBox version 1.18.0

Plugin list

No response

Other

After importing default challenges BSkyBlock_advanced.json for example, would look like this:

 "rewardCommands": [
    "effect give [player] regeneration 600"
  ],

when it should look this (I think):

  "rewardCommands": [
    "effect [player] regeneration 600"
  ],
BONNe commented 2 years ago

Based on Minecraft Wiki: https://minecraft.fandom.com/wiki/Commands/effect

There exist a chance that some of your plugins overwrite default Minecraft commands.

L4BORG commented 2 years ago

Good point, didn't think of that. Maybe it would make sense to use /minecraft:effect as alternative?