This plugin works as a library for other Minecraft plugins. It includes a large amount of information pertaining to Minecraft items and is very useful as a tool for many plugins. For example, myGuardDog and myOpAids (soon to be released) require this plugin. This plugin also includes a couple of helpful informational commands that anyone on the server can use!
features
method-managed library
- This plugin contains a large amount of information stored in a couple of enormous arrays.
- If you're a developer and you want to use this plugin's library of information, you don't need to just access those arrays themselves. Just use one of the simple methods that can organize the information in the arrays for you. For example, the getItemName() method will give you the full name of the item designated using the block, ItemStack, or simple I.D. and data values given.
- The most important feature of this library is its versatility; it contains not only every item in the game by name and I.D., but also every different name of the item for every available data value and every name you could possible think of for the item. In other words, you won't just find "potions", you'll find "potions" in general (data = -1), "water bottles" (data = 0), "Awkward Potions", and so on and each of these different things comes with aliases (for example, "water bottles" can also be "canteens" or whatever else someone might think to call it).
easy to use, versatile, simple informational commands everyone can use
- This plugin has commands that let players on your server easily access basic Minecraft information. You can look at the commands below to get more information.
^ Click me to read about all the methods available to the Java developer that uses me!
commands
/id [item name or I.D.] outputs the item name and I.D. that coordinate with the item name or I.D. given. You can type just the first few letters of an item name to get a result and you can type [I.D.]:[data] to specify the data value of the item.
/recipe [item name or I.D.] outputs a text-based diagram of how to craft the item given in a crafting table interface. Note: this command is not fully complete yet! Not all items have recipes written out for them yet!
permission nodes
There are none! Anyone can use the commands!
^ Click me to go see my source code on GitHub!
other plugins
- Griefers can go find a different server to grief on.
- This super simple plugin has so many features your head may just implode.
^I run a Minecraft server myself and it costs a good amount of money each month to have it hosted, so if you love this plugin, you can click the link above and donate to show your gratitude! Every cent helps!
^I know that most of you here are Bukkit server admins yourselves, so you probably won't be interested in this, but I have a server. If you're interested, I put a link to our website here. Our server is hosted by FragNet and is up 24/7. It's a basic Survival freebuild server with a few basic plugin modifications. Building is vanilla, but everyone can warp freely (using myUltraWarps). I have written almost half of the plugins on the server and we're moving toward having all the plugins written by me. There are some plugins of mine on that server that aren't even on Bukkit yet. If you feel like visiting, please do! We love new people!
comments
If you have any opinions, ideas for new features, bugs to report, or anything else, pleeeeeeeeeeeeeeeeeease post a comment below! Also, if you feel inclined to be harsh, I won't take it personally. Feel free.
Have fun in the library!