hankur / RestrictedCreative

Extremely lightweight, but fully-featured and customizable Creative mode limiter.
https://www.spigotmc.org/resources/restrictedcreative.42790/
2 stars 1 forks source link

Skipped item: No enum constant org.bukkit.Material.ZOMBIE_PIGMAN_SPAWN_EGG #90

Closed skmd0 closed 3 years ago

skmd0 commented 3 years ago

We are getting error: Skipped item: No enum constant org.bukkit.Material.ZOMBIE_PIGMAN_SPAWN_EGG

Using version 2.4.3 of RestrictedCreative

The error randomly appears and when it does it spams the console with these errors.

unknown

The reason why I am reporting this here is because after we unload the plugin the errors stop.

unknown2

newjebv commented 3 years ago

+++ A similar situation, also damage is also carried out both with hands and with the help of an object in essence. If earlier it was impossible to beat, now it can be done calmly

hankur commented 3 years ago

What versions of Spigot and RC are you using? This GitHub repository is for RC v1 (latest 1.15.7). If you're usig RC v2, please refer to BitBucket.

This simply means that your version of Spigot doesn't have an item named ZOMBIE_PIGMAN_SPAWN_EGG. You have to replace it with an alternative that does exist in your version.

@NewJeb Issues with dealing damage is a separate issue, please create a new issue and provide both versions and your config.

skmd0 commented 3 years ago

We are using version 2.4.3 of RestrictedCreative and latest Paper (Spigot) version.

I assume that entity was removed in MC 1.16 update.

If you're usig RC v2, please refer to BitBucket.

Will do when I create a BitBucket account. Thanks!