Jump to content

Skript | Mob Armor Problem


Sowcoa

Recommended Posts

Basically, I can't use Skript to equip mobs with armor. I have a script that sets the last spawned entities helmet to ... and that works until today. I tried effect commands and setting helmets of all mobs, just nothing. No errors in console, skript didn't update so im guessing its caused by another plugin or the server.

This is most likely a paper issue as there was an error about outdated java and paper stuff on startup that wasn't there when the mobs were fine. Here is the error part.
 

[Wed, 23. Dec 2020 04:09:36 GMT WARN] * WARNING - YOU ARE RUNNING AN OUTDATED VERSION OF JAVA.
[Wed, 23. Dec 2020 04:09:36 GMT WARN] * PAPER WILL STOP BEING COMPATIBLE WITH THIS VERSION OF
[Wed, 23. Dec 2020 04:09:36 GMT WARN] * JAVA WHEN MINECRAFT 1.17 IS RELEASED.
[Wed, 23. Dec 2020 04:09:36 GMT WARN] *
[Wed, 23. Dec 2020 04:09:36 GMT WARN] * Please update the version of Java you use to run Paper
[Wed, 23. Dec 2020 04:09:36 GMT WARN] * to at least Java 11. When Paper for Minecraft 1.17 is
[Wed, 23. Dec 2020 04:09:36 GMT WARN] * released support for versions of Java before 11 will
[Wed, 23. Dec 2020 04:09:36 GMT WARN] * be dropped.
[Wed, 23. Dec 2020 04:09:36 GMT WARN] *
[Wed, 23. Dec 2020 04:09:36 GMT WARN] * Current Java version: 1.8.0_212
[Wed, 23. Dec 2020 04:09:36 GMT WARN] *
[Wed, 23. Dec 2020 04:09:36 GMT WARN] * Check this forum post for more information:
[Wed, 23. Dec 2020 04:09:36 GMT WARN] *   https://papermc.io/java11
[Wed, 23. Dec 2020 04:09:36 GMT WARN] ************************************************************


 

Link to comment
Share on other sites

12 hours ago, Sowcoa said:

Basically, I can't use Skript to equip mobs with armor. I have a script that sets the last spawned entities helmet to ... and that works until today. I tried effect commands and setting helmets of all mobs, just nothing. No errors in console, skript didn't update so im guessing its caused by another plugin or the server.

This is most likely a paper issue as there was an error about outdated java and paper stuff on startup that wasn't there when the mobs were fine. Here is the error part.
 



[Wed, 23. Dec 2020 04:09:36 GMT WARN] * WARNING - YOU ARE RUNNING AN OUTDATED VERSION OF JAVA.
[Wed, 23. Dec 2020 04:09:36 GMT WARN] * PAPER WILL STOP BEING COMPATIBLE WITH THIS VERSION OF
[Wed, 23. Dec 2020 04:09:36 GMT WARN] * JAVA WHEN MINECRAFT 1.17 IS RELEASED.
[Wed, 23. Dec 2020 04:09:36 GMT WARN] *
[Wed, 23. Dec 2020 04:09:36 GMT WARN] * Please update the version of Java you use to run Paper
[Wed, 23. Dec 2020 04:09:36 GMT WARN] * to at least Java 11. When Paper for Minecraft 1.17 is
[Wed, 23. Dec 2020 04:09:36 GMT WARN] * released support for versions of Java before 11 will
[Wed, 23. Dec 2020 04:09:36 GMT WARN] * be dropped.
[Wed, 23. Dec 2020 04:09:36 GMT WARN] *
[Wed, 23. Dec 2020 04:09:36 GMT WARN] * Current Java version: 1.8.0_212
[Wed, 23. Dec 2020 04:09:36 GMT WARN] *
[Wed, 23. Dec 2020 04:09:36 GMT WARN] * Check this forum post for more information:
[Wed, 23. Dec 2020 04:09:36 GMT WARN] *   https://papermc.io/java11
[Wed, 23. Dec 2020 04:09:36 GMT WARN] ************************************************************

 

Can you send your code?

Edited by hapily
Link to comment
Share on other sites

Pretty sure the code is irrelevant since the code was working fine and I can't even do it with effect commands.

summon zombie at player
set helmet of player's target to iron helmet

loop {list::*}:
	summon zombie at loop-value
	set helmet of last spawned entity to iron helmet

I also tried it on an empty server, can you replicate this issue?

Link to comment
Share on other sites

  • 1 month later...

Topic Locked.

Please don't reply on month-old inactive threads (necro-posting).

Instead, please create new topics! Thank you 🙂 

𝚄𝚗𝚝𝚛𝚎𝚊𝚝𝚎𝚍

𝔻𝕚𝕤𝕔𝕠𝕣𝕕: @𝕌𝕟𝕥𝕣𝕖𝕒𝕥𝕖𝕕#𝟘𝟘𝟘𝟙

News & Updates  Rules • Helper Application

Reports • Appeals

𝚂𝚝𝚊𝚏𝚏 𝚘𝚗 𝙼𝚒𝚗𝚎𝚑𝚞𝚝 𝚜𝚒𝚗𝚌𝚎 𝙹𝚞𝚗𝚎 𝟹𝟶𝚝𝚑, 𝟸𝟶𝟸𝟶

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...