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

Spawn reasons comparisons #2186

Closed
jaylawl opened this issue Jun 22, 2019 · 2 comments
Closed

Spawn reasons comparisons #2186

jaylawl opened this issue Jun 22, 2019 · 2 comments
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. priority: medium Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).

Comments

@jaylawl
Copy link
Contributor

jaylawl commented Jun 22, 2019

Description

none of the spawn reasons can be parsed correctly

Steps to Reproduce

Simply put this in a skript and reload it

on spawn:
    spawn reason = natural
    spawn reason = jockey
    spawn reason = chunk generation
    spawn reason = mob spawner
    spawn reason = egg
    spawn reason = spawn egg
    spawn reason = lightning
    spawn reason = built snowman
    spawn reason = built iron golem
    spawn reason = built wither
    spawn reason = village defense
    spawn reason = village invasion
    spawn reason = breed
    spawn reason = slime split
    spawn reason = reinforcements
    spawn reason = nether portal
    spawn reason = dispense egg
    spawn reason = infection
    spawn reason = cured
    spawn reason = ocelot baby
    spawn reason = silverfish reveal
    spawn reason = mount
    spawn reason = trap
    spawn reason = ender pearl
    spawn reason = perching
    spawn reason = drowned
    spawn reason = shear
    spawn reason = customized
    spawn reason = default

Errors / Screenshots

(i made a typo in the test skript here but you get the idea)
https://snag.gy/jEPAMp.jpg

Server Information

  • Server version/platform: paper 1.13.2
  • Skript version: 2.3.6
@jaylawl jaylawl changed the title Spawn reasons partially don't work Spawn reasons don't work Jun 22, 2019
@TheBentoBox
Copy link
Member

Can confirm I've run into this and it still occurs on 2.4-alpha3.

@TheBentoBox TheBentoBox added bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. priority: medium Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation). labels Jun 22, 2019
@Whimsyturtle Whimsyturtle changed the title Spawn reasons don't work Spawn reasons comparisons Oct 17, 2019
This was referenced Nov 9, 2019
@ShaneBeee
Copy link
Contributor

Closing this in favour of #2637
There are many issues on the tracker all stemming from this one big issue, so I wanted to condense this into one larger issue.

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. priority: medium Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).
Projects
None yet
Development

No branches or pull requests

3 participants