Skip to content
SomeRandomGameDev edited this page May 17, 2012 · 14 revisions

Introduction

This small bukkit plug-ins aims at giving some life to our beloved villagers. The player is now able to specify jobs. Currently available jobs are farmers and librarian.

Disclaimer : I've chose to only use the bukkit API, not override the server implementation. The actual result is a "passive behaviour", or some sort of villager mind parasite. Their movement procedures aren't affected, nor their basic reactions.

Jobs

Farmer

(Note : More complete description/usage at the farmer page).

This kind of villager harvests earth productions, cut trees and put the result in encountered chests.

Iron Golem

Just give torches to an Iron golem, and every N seconds, it will evaluate if its current position needs to be enlighten and places the torch.

Clone this wiki locally