Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing entry 'spawn reasons.piglin_zombified' in the default english language file #3857

Closed
TheDGOfficial opened this issue Mar 27, 2021 · 0 comments
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. completed The issue has been fully resolved and the change will be in the next Skript update. priority: low Issues that are not harmful to the experience but are related to useful changes or additions.

Comments

@TheDGOfficial
Copy link
Contributor

Description

Console/log error after loading language files, only shows up when -ea (Java Assertions) is enabled:

if (s == null && Skript.testing())
missingEntryError(key);

Steps to Reproduce

Add -ea to your command line arguments/startup script when launching the JVM.

Expected Behavior

No error (the entry should be there)

Errors / Screenshots

[04:36:07] [Server thread/ERROR]: [Skript] Missing entry 'spawn reasons.piglin_zombified' in the default english language file

Server Information

  • Server version/platform: 1.16.5/Paper
  • Skript version: 2.5.3

Additional Context

From Spigot JavaDoc's:
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/entity/CreatureSpawnEvent.SpawnReason.html#PIGLIN_ZOMBIFIED

"When a piglin is converted to a zombified piglib."

(piglib there is a typo, interesting. don't have spigotmc stash access and lazy to get access/pr a small change like that but someone reading this can, maybe?)

@TPGamesNL TPGamesNL added bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. priority: low Issues that are not harmful to the experience but are related to useful changes or additions. labels Mar 27, 2021
@APickledWalrus APickledWalrus added the completed The issue has been fully resolved and the change will be in the next Skript update. label May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. completed The issue has been fully resolved and the change will be in the next Skript update. priority: low Issues that are not harmful to the experience but are related to useful changes or additions.
Projects
None yet
Development

No branches or pull requests

4 participants