Skript

Skript

743k Downloads

Pufferfish entity data unable to spawn

sovdeeth opened this issue ยท 0 comments

commented

Skript/Server Version

[02:16:14 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[02:16:14 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[02:16:14 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[02:16:14 INFO]: [Skript] Server Version: 1.20.6-88-980cff9 (MC: 1.20.6)
[02:16:14 INFO]: [Skript] Skript Version: 2.8.5 (skriptlang-github)
[02:16:14 INFO]: [Skript] Installed Skript Addons:
[02:16:14 INFO]: [Skript]  - skript-gui v1.3 (https://github.com/APickledWalrus/skript-gui)
[02:16:14 INFO]: [Skript]  - skript-reflect v2.4-dev1 (https://github.com/SkriptLang/skript-reflect)
[02:16:14 INFO]: [Skript]  - SkBee v3.5.0-beta1 (https://github.com/ShaneBeee/SkBee)
[02:16:14 INFO]: [Skript] Installed dependencies:
[02:16:14 INFO]: [Skript]  - WorldGuard v7.0.9+5934e49

Bug Description

It seems impossible to spawn a pufferfish entity. It parses fine and correctly, but does nothing when run. Trying to get the entity data from the code name "puffer fish" fails, while "tropical fish" succeeds. Trying to get the entity data from the class PufferFish.class returns the fish entity data, while TropicalFish.class returns the tropical fish entity data.

Something seems to be going wrong with finding/registering the pufferfish entity data.

Expected Behavior

the pufferfish should spawn.

Steps to Reproduce

!spawn puffer fish at me

Errors or Screenshots

image

[02:14:00 INFO]: [Skript] import org.bukkit.entity.PufferFish
[02:14:26 INFO]: fish
[02:14:26 INFO]: [Skript] broadcast ch.njol.skript.entity.EntityData.fromClass(org.bukkit.entity.PufferFish.class)
[02:14:41 INFO]: [Skript] import org.bukkit.entity.TropicalFish
[02:14:43 INFO]: tropical fish
[02:14:43 INFO]: [Skript] broadcast ch.njol.skript.entity.EntityData.fromClass(org.bukkit.entity.TropicalFish.class)

Other

No response

Agreement

  • I have read the guidelines above and affirm I am following them with this report.