Skip to content

Posts from the ‘Bukkit’ Category

4
May

Finals are over

Another successful semester has finished, and I’m finally off for summer break, well besides my final project due in a week.  If my summer goes as planned I will be releasing a few minor programs that I have bouncing around in my head.  However among those programs I plan on writing, I also plan on doing some arduino work as well, for example I am going to be making a theremin based off some information I saw online, which will be a neat experiment to see what kind of improvements can be made.  I also plan on making some sort of early warning system for griefers on minecraft servers, however these are all in the planning stages, for now it’s time to relax and maybe have a drink.  A toast to another successful semester, and to the class of 2012.

29
Mar

ClearInv 2.0

Well the day has finally come for ClearInv to grow up and become a 2.0, I decided that the 1.9.7 update had so much in it that it was worth a major version increase.  Amongst the bug fixes and compatibility adjustments there are 2 new major features, there is now a continuous preview mode, which as the name implies will continuously update your inventory with the players inventory.  In order to do this you simply do “/preview -c <name>” the -c flag will make it continuous.  I have also added a new clear mode which required the LWC (lightweight chest protection) plugin to be installed, basically you can clear a players inventory to a chest which is locked under your name.  This was requested by quickclay on bukkitdev.  Both of these commands required the permission node clear.other, however I will likely be reworking the permission system soon to separate the preview commands.  For a full change log, or to download the latest version click here.

21
Mar

State of the Site

So this is just a general checkup and notice about the state of the site.  Currently being a full time student I am quite busy, however I do love running this site, so I will be trying to make some time for it.  With the beta’s for bukkit 1.2 I have been busy working on my plugins instead of working on more programming tutorials, but those will begin again soon.  I also will be starting my final project for my artificial intelligence class soon (waiting on the proposal to be approved while writing this), which I plan to document on here along the way.  It will be my first delve into single player minecraft mods, but that is all I will go into about it currently.  I also have begun working on my micro-controllers final project which will be documented here.  I will be rigging up an arduino in order to control a garage door remotely as well as get the status of the door itself.  I plan on documenting that along the way here as well as hopefully doing some arduino stuff over the summer, but only time will tell.  Finally I would like to thank YellowAPI for inviting me to join their site, this has been a great opportunity, and the increased attention on the site is giving me more motivation to do more stuff for the site.  Thank you for following my site or stumbling upon it by accident.

18
Mar
ClearInv

ClearInv 1.9.7 R2

Today I released ClearInv 1.9.7 R2, this includes a new command which allows server admins to clear items from a players inventory and have them be stored in a locked chest (using LWC).  So as you might expect this command requires LWC for the command, if you don’t have it, then it will let you know to install it.  That is the main change from R1 to R2, if you’d like to download it, check it out here.

16
Mar
geo

Geo 1.0.4

Well this is a minor update, in order to patch the code that concerned ferrybig about screwing up the servers.  I feel this would never happen and have been running it on the server I’ve played on for a long time in the unpatched version.  However if you feel that sending a player a message will forever corrupt your map files, feel free to download this version.

15
Mar
ClearInv

ClearInv 1.9.7 R1

I am releasing the first release candidate for 1.9.7 today, the changes include the new preview mode, which can be used by doing “/preview -c ” which will give you a continuous (or nearly continuous) preview of a players inventory.  I have also added a new list to the config.yml, which is for dangerous items, if you preview a players inventory from the server console and they have an item on that list, it will be in red text so that it stands out from the normal gray text.  Besides those two new features this is mostly a maintenance update in order to keep it current and up to date for minecraft 1.2 and the changes made to bukkit.  In order to download it, check it out on bukkitdev, it should be up there soon.

13
Mar
ClearInv

ClearInv 1.9.7 updates [WIP]

ClearInv 1.9.7 is in the works, and will be 1.2 compatible of course.  I have also been working on some major code cleanup and refactoring in order to make it compatible with 1.2.  I also have begun adding a new feature, the ability to have a live preview of a players inventory, this will be done with a -c flag (for continuous).  For example if you were going to have a continuous preview of my inventory (wwsean08), you would do the command /preview -c wwsean08.  It is currently not perfect and the updates are not necessarily perfect, but it is still a work in progress.  Currently the updates are one behind, and will hopefully be working before a recommended build for bukkit 1.2 comes out.  If you want to follow my progress check it out on github.

28
Feb
Bukkit Symbol

The Bukkit team joins Mojang

Today is a good day for Minecraft players everywhere, why is that you might ask?  Well today Mojang and the Bukkit team announced that they have joined together.  Earlier today EvilSeph of the Bukkit project made a post outlining the Bukkit project, where it started, and where it is going, finishing off this, he announced that as of today, February 28, 2012, the Bukkit team is joining the Mojang team. Read more about this after the break

16
Feb
ClearInv

ClearInv 1.9.6 released

Well after many hours of code cleanup, and about a week of testing on the sdxmcserver, ClearInv 1.9.6 is ready for release.  This update contains lots of back-end tweaks which should improve efficiency slightly. Change log and a download link after the break

9
Feb
geo

Geo 1.0.3 released

Geo 1.0.3 is now released, this should (although there hasn’t been a chance to test it) fix the plugin locking up the server if the ip location API I am using goes down temporarily (like happened yesterday).  I am once again sorry for any problems that may have caused your server, I didn’t think of that happening when I originally coded this for my server.  Feel free to grab the latest version here.