<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Problem With Script]]></title><description><![CDATA[<p dir="auto">So, Im Trying To Make A Script That Insults People When You Kill Them, Heres My Code:</p>
<pre><code>/// api_version=2
var target;
var EntityPlayer = Java.type('net.minecraft.entity.player.EntityPlayer');
var RedeskyWords = [
    "Oops, Sorry %name% My Config Is To Good",
    "Sorry %name% I Guess Im Just To Good",
    "Im not Hacking %name% I Just Have A Good Gaming Chair",
    "Next Time, %name% Think Twice Before Going Up Against Me",
    "Sorry %name%, JK",
    "Why All Of The Players, Including %name%, Are so bad?",
    "Want A I Chance Against Me? - https://www.youtube.com/watch?v=dQw4w9WgXcQ",
    "Your Welcome %name%",
    "Want To Also Hack Like This? - https://www.youtube.com/watch?v=dQw4w9WgXcQ",
    "Better Luck Next Time %name% (:",
    "I Give You My Uwu %name%",
    "Oops I Barely Tried On That One", 
    "Sorry Can't Do Anything About The Kill %name%, But I Can Give You A UwU",
    "%name% At Least Pretend To Try Next Time"
];
var script = registerScript({ 
    name: "Kill Insults",
    version: "1.0.0",
    authors: ["CutieHacker"]
});

script.registerModule({
	name: "KillInsults",
	category: "Misc",
	description: "Insults people when you kill them" },
	function (module) {
    	module.on("enable", function() {
		
        	target = null;
    	});
	module.on("attack", function(event)
	{
		target = event.getTargetEntity();
		
		if(target != null)
		{
			if (target.isDead) {
				mc.thePlayer.sendChatMessage(RedeskyWords[Math.Floor(Math.random() * (RedeskyWords.length+1))].replace("%name%", target.getName()));
				target = null;
			}
		}
	});
});
</code></pre>
<p dir="auto">But The Script Seems To Not Work, I Have No Idea Why, It Shows Up In The Scripts But Upon Enabling The Moudle, It Does Nothing.</p>
<p dir="auto">I've Been Trying To Make It Work For Hours Now If Anybody Can Help Me I Will Appreciate It!</p>
]]></description><link>https://forum.liquidbounce.net/topic/4283/problem-with-script</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 18:18:40 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/4283.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 04 Aug 2022 22:39:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem With Script on Fri, 05 Aug 2022 00:26:42 GMT]]></title><description><![CDATA[<p dir="auto">@cutiehacker Instead of "Math.Floor" or "math.floor", You just have to type "Math.floor"</p>
]]></description><link>https://forum.liquidbounce.net/post/32558</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32558</guid><dc:creator><![CDATA[Ali00035]]></dc:creator><pubDate>Fri, 05 Aug 2022 00:26:42 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Sun, 28 Aug 2022 14:36:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aftery" aria-label="Profile: aftery">@<bdi>aftery</bdi></a> said in <a href="/post/32671">Problem With Script</a>:</p>
<blockquote>
<p dir="auto">after thousands of posts i still dont know whether our friend ender1355 is being serious or not</p>
</blockquote>
<p dir="auto">Is it possible to see someone who doesn't play MC anymore being serious.</p>
]]></description><link>https://forum.liquidbounce.net/post/33138</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/33138</guid><dc:creator><![CDATA[Ali00035]]></dc:creator><pubDate>Sun, 28 Aug 2022 14:36:45 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Sat, 06 Aug 2022 09:46:56 GMT]]></title><description><![CDATA[<p dir="auto">And I was wrong because I thought there were more than 4 brackets, sometimes I see stuff wrong.</p>
]]></description><link>https://forum.liquidbounce.net/post/32677</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32677</guid><dc:creator><![CDATA[Ali00035]]></dc:creator><pubDate>Sat, 06 Aug 2022 09:46:56 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Sat, 06 Aug 2022 09:18:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aftery" aria-label="Profile: aftery">@<bdi>aftery</bdi></a> said in <a href="/post/32671">Problem With Script</a>:</p>
<blockquote>
<p dir="auto">after thousands of posts i still dont know whether our friend ender1355 is being serious or not</p>
</blockquote>
<p dir="auto">I don't know if that's correct or not as I don't play MC or code anymore</p>
]]></description><link>https://forum.liquidbounce.net/post/32676</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32676</guid><dc:creator><![CDATA[Ali00035]]></dc:creator><pubDate>Sat, 06 Aug 2022 09:18:44 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Sat, 06 Aug 2022 03:39:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aftery" aria-label="Profile: aftery">@<bdi>aftery</bdi></a> ?</p>
]]></description><link>https://forum.liquidbounce.net/post/32674</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32674</guid><dc:creator><![CDATA[kumri owo]]></dc:creator><pubDate>Sat, 06 Aug 2022 03:39:51 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Fri, 05 Aug 2022 19:03:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ali00035" aria-label="Profile: ali00035">@<bdi>ali00035</bdi></a> oh I thought It was like a error</p>
]]></description><link>https://forum.liquidbounce.net/post/32599</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32599</guid><dc:creator><![CDATA[kumri owo]]></dc:creator><pubDate>Fri, 05 Aug 2022 19:03:41 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Fri, 05 Aug 2022 18:46:33 GMT]]></title><description><![CDATA[<p dir="auto">@cutiehacker There are unnecessary brackets in that code.</p>
]]></description><link>https://forum.liquidbounce.net/post/32597</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32597</guid><dc:creator><![CDATA[Ali00035]]></dc:creator><pubDate>Fri, 05 Aug 2022 18:46:33 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Fri, 05 Aug 2022 18:38:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ali00035" aria-label="Profile: ali00035">@<bdi>ali00035</bdi></a> ? What Is Wrong About It?</p>
]]></description><link>https://forum.liquidbounce.net/post/32596</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32596</guid><dc:creator><![CDATA[kumri owo]]></dc:creator><pubDate>Fri, 05 Aug 2022 18:38:38 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Fri, 05 Aug 2022 15:34:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plumer-man" aria-label="Profile: plumer-man">@<bdi>plumer-man</bdi></a> said in <a href="/post/32594">Problem With Script</a>:</p>
<blockquote>
<p dir="auto">If (!(entity instanceof EntityZombie))</p>
</blockquote>
<p dir="auto">There is something wrong here.</p>
]]></description><link>https://forum.liquidbounce.net/post/32595</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32595</guid><dc:creator><![CDATA[Ali00035]]></dc:creator><pubDate>Fri, 05 Aug 2022 15:34:20 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Fri, 05 Aug 2022 15:19:46 GMT]]></title><description><![CDATA[<p dir="auto">If (!(entity instanceof EntityZombie))<br />
//code</p>
<p dir="auto">remember to import the zombie class to avoid errors</p>
]]></description><link>https://forum.liquidbounce.net/post/32594</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32594</guid><dc:creator><![CDATA[Plumer Man]]></dc:creator><pubDate>Fri, 05 Aug 2022 15:19:46 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Fri, 05 Aug 2022 00:53:37 GMT]]></title><description><![CDATA[<p dir="auto">@cutiehacker I tired if(target.getname != "Zombie") but that did not seem to work</p>
]]></description><link>https://forum.liquidbounce.net/post/32568</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32568</guid><dc:creator><![CDATA[kumri owo]]></dc:creator><pubDate>Fri, 05 Aug 2022 00:53:37 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Fri, 05 Aug 2022 00:51:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ali00035" aria-label="Profile: ali00035">@<bdi>ali00035</bdi></a> One More Question The Server This Is For (minemora) Has a zombie that for some reason the kill player is the zombie, Is there a way to check if the entity is not a zombie?</p>
]]></description><link>https://forum.liquidbounce.net/post/32567</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32567</guid><dc:creator><![CDATA[kumri owo]]></dc:creator><pubDate>Fri, 05 Aug 2022 00:51:59 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Fri, 05 Aug 2022 00:31:03 GMT]]></title><description><![CDATA[<p dir="auto">@cutiehacker No problem again. <img src="https://forum.liquidbounce.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=866ab33d74c" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title=":D" alt="😄" /></p>
]]></description><link>https://forum.liquidbounce.net/post/32565</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32565</guid><dc:creator><![CDATA[Ali00035]]></dc:creator><pubDate>Fri, 05 Aug 2022 00:31:03 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Fri, 05 Aug 2022 00:30:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ali00035" aria-label="Profile: ali00035">@<bdi>ali00035</bdi></a> thanks!</p>
]]></description><link>https://forum.liquidbounce.net/post/32564</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32564</guid><dc:creator><![CDATA[kumri owo]]></dc:creator><pubDate>Fri, 05 Aug 2022 00:30:46 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Fri, 05 Aug 2022 00:30:35 GMT]]></title><description><![CDATA[<p dir="auto">@cutiehacker No problem.</p>
<p dir="auto">Nice avatar by the way.</p>
]]></description><link>https://forum.liquidbounce.net/post/32563</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32563</guid><dc:creator><![CDATA[Ali00035]]></dc:creator><pubDate>Fri, 05 Aug 2022 00:30:35 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Fri, 05 Aug 2022 00:30:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ali00035" aria-label="Profile: ali00035">@<bdi>ali00035</bdi></a> It works Thank You, I cant believe such a simple mistake cost me that much time!</p>
]]></description><link>https://forum.liquidbounce.net/post/32562</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32562</guid><dc:creator><![CDATA[kumri owo]]></dc:creator><pubDate>Fri, 05 Aug 2022 00:30:04 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Fri, 05 Aug 2022 00:29:08 GMT]]></title><description><![CDATA[<p dir="auto">@cutiehacker ?</p>
]]></description><link>https://forum.liquidbounce.net/post/32561</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32561</guid><dc:creator><![CDATA[Ali00035]]></dc:creator><pubDate>Fri, 05 Aug 2022 00:29:08 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Fri, 05 Aug 2022 00:27:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ali00035" aria-label="Profile: ali00035">@<bdi>ali00035</bdi></a> no..........</p>
]]></description><link>https://forum.liquidbounce.net/post/32559</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32559</guid><dc:creator><![CDATA[kumri owo]]></dc:creator><pubDate>Fri, 05 Aug 2022 00:27:37 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Fri, 05 Aug 2022 00:26:42 GMT]]></title><description><![CDATA[<p dir="auto">@cutiehacker Instead of "Math.Floor" or "math.floor", You just have to type "Math.floor"</p>
]]></description><link>https://forum.liquidbounce.net/post/32558</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32558</guid><dc:creator><![CDATA[Ali00035]]></dc:creator><pubDate>Fri, 05 Aug 2022 00:26:42 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Fri, 05 Aug 2022 00:25:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ali00035" aria-label="Profile: ali00035">@<bdi>ali00035</bdi></a> can you show me the code, because I cant quite understand what you mean by "The Correct Way Is Just Math.Floor"</p>
]]></description><link>https://forum.liquidbounce.net/post/32557</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32557</guid><dc:creator><![CDATA[kumri owo]]></dc:creator><pubDate>Fri, 05 Aug 2022 00:25:28 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Fri, 05 Aug 2022 00:23:40 GMT]]></title><description><![CDATA[<p dir="auto">@cutiehacker said in <a href="/post/32554">Problem With Script</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ali00035" aria-label="Profile: ali00035">@<bdi>ali00035</bdi></a> What about math.floor? I am using that already in the script</p>
</blockquote>
<p dir="auto">The correct way is just Math.floor</p>
]]></description><link>https://forum.liquidbounce.net/post/32555</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32555</guid><dc:creator><![CDATA[Ali00035]]></dc:creator><pubDate>Fri, 05 Aug 2022 00:23:40 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Fri, 05 Aug 2022 00:23:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ali00035" aria-label="Profile: ali00035">@<bdi>ali00035</bdi></a> What about math.floor? I am using that already in the script</p>
]]></description><link>https://forum.liquidbounce.net/post/32554</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32554</guid><dc:creator><![CDATA[kumri owo]]></dc:creator><pubDate>Fri, 05 Aug 2022 00:23:09 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Fri, 05 Aug 2022 00:21:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ali00035" aria-label="Profile: ali00035">@<bdi>ali00035</bdi></a> its ok, Its a problem with the code</p>
]]></description><link>https://forum.liquidbounce.net/post/32552</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32552</guid><dc:creator><![CDATA[kumri owo]]></dc:creator><pubDate>Fri, 05 Aug 2022 00:21:01 GMT</pubDate></item><item><title><![CDATA[Reply to Problem With Script on Fri, 05 Aug 2022 00:20:23 GMT]]></title><description><![CDATA[<p dir="auto">@cutiehacker said in <a href="/post/32538">Problem With Script</a>:</p>
<blockquote>
<p dir="auto">Math.Floor</p>
</blockquote>
<p dir="auto">Math.floor is the right way.</p>
]]></description><link>https://forum.liquidbounce.net/post/32551</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/32551</guid><dc:creator><![CDATA[Ali00035]]></dc:creator><pubDate>Fri, 05 Aug 2022 00:20:23 GMT</pubDate></item></channel></rss>