Minecraft SuperBukkit mod 2026 download
logo
minecraft mod SuperBukkit

SuperBukkit

Game Version: CB 1.4.6-R0.3
Total Downloads: 2,089
Updated: Jan 5, 2013
Created: Jan 4, 2013
Download SuperBukkitDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
SuperBukkit Alpha 1.0 release 5.63 KB Jan 5, 2013 CB 1.4.6-R0.3 1,735 download SuperBukkit SuperBukkit Alpha 1.0 releaseDownload
SuperBukkit Beta 1.1 beta 6.18 KB Jan 6, 2013 CB 1.4.6-R0.3 354 download SuperBukkit SuperBukkit Beta 1.1 betaDownload

Screenshots

Description

Share this:

SuperBukkit

http://www.adopt.org/templates/paypal.pnghttp://aux.iconpedia.net/uploads/1990497203.pnghttp://fukamachi.github.com/images/github-icon.jpg

SuperBukkit is a plugin API that allows you to do stuff differently. By implementing special features like custom chest messages, forcing players to interact and even open mobile chests & furnaces! This plugin is extermely helpful for developers who are into interesting features. This plugin doesn't require Spout or any other modifications! When developing a plugin with this, make sure to tell your users to include SuperBukkit in their plugins folder.

http://www.nws.noaa.gov/iao/images/General/informationIcon.gifWe are looking for developers! Contact emericask8ur for more details.

For an example, developers can use it to show funds from an economy plugin.
https://www2.eiffel.com/download/images/warning_icon.pngThere is more to come in later development of this plugin.
https://dl.dropbox.com/u/36913149/New folder/SuperBukkit/1.png

With this API, you can set custom messages to a players custom inventory. The message can only be up to a maximum of 31 characters.
If you exceed this limit, the event will be canceled and you will receive a warning via console that you have exceeded the limit of characters for that custom message.

Class Purpose
BPlayer Responsible for all player relate actions and modifications. Use this for Custom Inventories and more!
EntityAction Relates to all actions such as Crouch, Sprint, Leave Bed, and more.

Examples

Example events:
Force Swing Arm

1
BPlayer.swingArm(player);

Custom Inventory Pop Up

1
BPlayer.openCustomInventory(player, ChatColor.RED + "This is SuperBukkit!");

Open Dispenser

1
BPlayer.openDispenser(player);

Plugins that use SuperBukkit

Clock

Comments

Add a comment