SagaciousZed

gaining wisdom through mistakes

View My GitHub Profile

Blog

Below are a list of sample plugins for CraftBukkit. These while are completely function, are written to showcase usage of the BukkitAPI.

Plugins

SampleBukkitPlugin

This plugin is similar to a hello world plugin. However, it also demonstrate configurability.

SampleHome

This plugin provides home points for players to teleport to. It demonstrates some more advanced patterns in bukkit plugins.

SampleLocalChat

This plugin provides an example for using the AsyncPlayerChatEvent properly. In this case we examine how to use a player location in a thread-safe manner.

Tools

BukkitPlugin-archetype

In addition to maintaining sample plugins, I also maintain this maven archetype that can be used to generate the SampleBukkitPlugin