<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://www.spyroforum.com/extern.php?action=feed&amp;tid=13963&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Spyro the Dragon Forums / I'm coding Minecraft Plugs :D]]></title>
		<link>https://www.spyroforum.com/viewtopic.php?id=13963</link>
		<description><![CDATA[The most recent posts in I'm coding Minecraft Plugs :D.]]></description>
		<lastBuildDate>Wed, 06 Aug 2014 19:11:46 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: I'm coding Minecraft Plugs :D]]></title>
			<link>https://www.spyroforum.com/viewtopic.php?pid=415936#p415936</link>
			<description><![CDATA[<p>Looks nice! Keep doing that! I do like to see this plugin, my cousins should be so happy <img src="https://www.spyroforum.com/img/smilies/wink.png" width="15" height="auto" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (thetruefan)]]></author>
			<pubDate>Wed, 06 Aug 2014 19:11:46 +0000</pubDate>
			<guid>https://www.spyroforum.com/viewtopic.php?pid=415936#p415936</guid>
		</item>
		<item>
			<title><![CDATA[Re: I'm coding Minecraft Plugs :D]]></title>
			<link>https://www.spyroforum.com/viewtopic.php?pid=415866#p415866</link>
			<description><![CDATA[<p>Java is fun, you&#039;ll like it. I may not know about making Minecraft plugins specifically, but I&#039;d say Java&#039;s one of my strongest languages, so if you ever need help feel free to try me.</p>]]></description>
			<author><![CDATA[dummy@example.com (RangerOfIthilien)]]></author>
			<pubDate>Wed, 06 Aug 2014 01:51:38 +0000</pubDate>
			<guid>https://www.spyroforum.com/viewtopic.php?pid=415866#p415866</guid>
		</item>
		<item>
			<title><![CDATA[I'm coding Minecraft Plugs :D]]></title>
			<link>https://www.spyroforum.com/viewtopic.php?pid=415794#p415794</link>
			<description><![CDATA[<p>A few days ago i started to learn Java (for now just Bukkit), and made an interesting plugin which&#039;s code looks like that:</p><div class="codebox"><pre><code>if (event.getBlock().getType() == Material.TNT){
			event.setCancelled(true);
			
			Player player = event.getPlayer();
			
			player.sendMessage(ChatColor.RED + &quot;Tnt is off, get the *bleep* outta here!&quot;);
			
			for (Player onlinePlayer : Bukkit.getServer().getOnlinePlayers()){
				if (onlinePlayer.equals(player) == false){
					onlinePlayer.sendMessage(player.getName() + &quot;just placed TNT!&quot;);
				}
			}
		}</code></pre></div><div class="codebox"><pre><code>player.sendMessage(ChatColor.RED + &quot;Tnt is off, get the *bleep* outta here!&quot;);</code></pre></div><p>XDDDDDDD</p><p>Message me if you want a link to this plugin xD</p>]]></description>
			<author><![CDATA[dummy@example.com (CuttingEdge)]]></author>
			<pubDate>Tue, 05 Aug 2014 11:31:15 +0000</pubDate>
			<guid>https://www.spyroforum.com/viewtopic.php?pid=415794#p415794</guid>
		</item>
	</channel>
</rss>
