Posts Tagged ‘minecraft’

PHP Tutorial: Minecraft Server Information (No Plugins Needed) [part 01]

WEBSITE: betterphp.co.uk In this series I show you how you can get some simple information from a Minecraft server with no need for it to be modified in any way.

Java Bukkit Plugin Tutorial: Further Commands – Command Arguments [part 03]

WEBSITE: betterphp.co.uk In this video we expand on the previous commands series to make the code easier to maintain. I also show you how to use command arguments.

Java Bukkit Plugin Tutorial: Chat Commands – Player Interactions [part 02]

WEBSITE: betterphp.co.uk In this series I explain the basics of chat commands and show you how to add them to your plugin using a simple super pickaxe plugin as an example.

Java Bukkit Plugin Tutorial: Chat Commands – Player Interactions [part 02]

WEBSITE: betterphp.co.uk In this series I explain the basics of chat commands and show you how to add them to your plugin using a simple super pickaxe plugin as an example.

Java Bukkit Plugin Tutorial: Chat Commands – Defining Commands [part 03]

WEBSITE: betterphp.co.uk In this series I explain the basics of chat commands and show you how to add them to your plugin using a simple super pickaxe plugin as an example.

Java Bukkit Plugin Tutorial: Using Config Files – Implementing the Options [part 02]

NOTE: You most likely can cast to an Integer to avoid the silly string workaround I showed here. Try it ! WEBSITE: betterphp.co.uk In this series I explain the basics of using config files in your plugins, this extends the first series I did so you may also want to watch that.

Java Bukkit Plugin Tutorial: TNT Blocking – Events and Messages [part 02]

WEBSITE: betterphp.co.uk Continuing the series explaining how to create a plugin for Bukkit server to block the use of TNT.

Java Tutorial: Bukkit Plugin Development (notifying players) [part 06]

WEBSITE: betterphp.co.uk An ongoing series explaining some of the things that can be done using the Bukkit Java API.

Java Tutorial: Bukkit Plugin Development (permissions) [part 04]

WEBSITE: betterphp.co.uk An ongoing series explaining some of the things that can be done using the Bukkit Java API.

Java Tutorial: Bukkit Plugin Development (basic project set-up) [part 01]

WEBSITE: betterphp.co.uk An ongoing series explaining some of the things that can be done using the Bukkit Java API. bukkit.jar download: ci.bukkit.org