Posts Tagged ‘server’

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.

PHP Tutorial Deutsch [2011][ Lesson 8 ]: Runden und Zahlen formatieren mit PHP

In diesem Video Tutorial zeige ich euch wie man in PHP sprintf und round nutzt. Zusätzlich gibt es auch ein paar Aufgaben zum üben. Noch mehr Tutorials: www.lostplayer.de Twitter twitter.com Facebook: facebook.lostplayer.com Den Editor erhaltet ihr hier: Notepad++: notepad-plus-plus.org

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