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 <mob type> issue #3386

Closed
Generic10 opened this issue Sep 19, 2020 · 4 comments
Closed

Spawn <mob type> issue #3386

Generic10 opened this issue Sep 19, 2020 · 4 comments
Labels
invalid Not a Skript issue, already implemented, does not apply, etc.

Comments

@Generic10
Copy link

Generic10 commented Sep 19, 2020

Description

When i try to spawn multiple mobs at the same time i get spammed with this error at my console and sometimes the server crashes

on damage issue:
when i use the event on damage it spams errors and stop the server

Steps to Reproduce

command skele2:
	trigger:
		spawn a skeleton at player
		set display name of last spawned skeleton to "&6[T2] Skeleton"
		set max health of last spawned skeleton to 24
		equip last spawned skeleton with leather helmet
		equip last spawned skeleton with iron chestplate
		equip last spawned skeleton with iron boots
		enchant tool of last spawned skeleton with power 2
		enchant tool of last spawned skeleton with flame 1
on damage:
    victim is a zombie
    send "lol" 

Expected Behavior

It should fill the console with errors and lag a but and sometimes the server restarts / crashes

Errors / Screenshots

None in game only in console

https://pastebin.com/ZtSckTCH

for the second one: https://pastebin.com/V62S68aS

Server Information

  • Server version/platform: 1.12.2 / Paper Spigot -1618
  • Skript version: 2.5-beta-2
@ShaneBeee
Copy link
Contributor

I just tested using Skript 2.5-beta4 and paper git-Paper-1618 (MC: 1.12.2),
no console errors.

Outcome:
Screen Shot 2020-09-19 at 3 38 44 PM

I can not replicate this issue. Can you please try replicate this on beta4

@ShaneBeee ShaneBeee added the waiting for reply The report needs a response from the reporter to determine course of action. label Sep 19, 2020
@Generic10
Copy link
Author

I did and the mob spawning is working but the on damage is still not working it just fills my console with errors

@ShaneBeee
Copy link
Contributor

I could not reproduce that either.

code:

on damage:
	if victim is a zombie:
		send "Zombie" to all players

Screen Shot 2020-09-20 at 5 38 25 PM

no console errors
message sends, nothing wrong from what I can see.

@ShaneBeee
Copy link
Contributor

Closing due to can not replicate this error.

My assumption is its a plugin conflict of some kind.

@ShaneBeee ShaneBeee added invalid Not a Skript issue, already implemented, does not apply, etc. and removed waiting for reply The report needs a response from the reporter to determine course of action. labels Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid Not a Skript issue, already implemented, does not apply, etc.
Projects
None yet
Development

No branches or pull requests

2 participants