SkriptLang / skript-aliases

Aliases for Skript
20 stars 36 forks source link

Make beacons not have NBT tags by default #49

Closed Wealthyturtle closed 4 years ago

Wealthyturtle commented 4 years ago

Make beacons not have NBT tags by default, since that will cause comparison issues with normal vanilla beacons. Instead, if the user wishes to have a beacon have a specific level embedded into its NBT, they will now have to explicitly state the beacon's level.

Related Issues: https://github.com/SkriptLang/Skript/issues/2395, https://github.com/SkriptLang/Skript/issues/2459

TheBentoBox commented 4 years ago

I actually had done this locally but I guess I forgot to commit it 😅 Guess it doesn't matter since there hasn't been a release since then.

Thanks for the contribution!