About this site

My name is Vincent. This blog contains the concrete thoughts, opinions, and inspirations from a crazy computer programmer and avid video gamer. Thus, posts are more than likely in a random order...

Background by skyrimphotographer.deviantart.com

Recent tweets

KarmicShare

So, I’ve been working on my Bukkit plugin and I feel that its at the point where I can release a public alpha. Majority of it works, just doesn’t support Enchantments (which I consider the beta milestone) and MySQL just yet (holds data in a SQLite database).

Basically, it creates a community shared item pool, where players can give and take items. In order to prevent abuse from players only taking and leaving the pool empty, there is a karma system that limits how much they can take based on how much they give (or lack thereof).

A lot of the parameters are configurable, such as karma limits, karma multipliers per item, etc.

Hit the above link, take it for a spin, and definitely make tickets for feature requests and/or bug fixes.

Tags Bukkit Minecraft Plugin Java Programming