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.

Blacksmith

Work in Progress

This kind of villager smelts everything that can be smelt. It will only use coal/charcoal for this purpose. It will produce item by batch of 8 only to save combustible.

Librarian

Work in Progress

This kind of villager gets sugar cane from chests and produce books if there's a workbench near. Some kind of mechanism should provide a slow experience aura to nearby players.

Butcher

Work in Progress

This kind of villager uses wheat to breed animals an cook their meat.

Priest

Work in Progress

This kind of villager provides experience through player donation of precious items. Other ideas include healing device, crops growing aura, monsters damaging aura when provided with glowstone dust.

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