SuperBukkit

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.

ClassPurpose
BPlayerResponsible for all player relate actions and modifications. Use this for Custom Inventories and more!
EntityActionRelates 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

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    49422
  • Created
    Jan 4, 2013
  • Last Released File
    Jan 4, 2013
  • Total Downloads
    2,266
  • License

Categories

Members

Recent Files