Setup

Setup - Sets up your events for you

Build: #100

What is Setup?

Setup simply sets up all your events for you. You can either extend it to a Basic setup or a normal setup. A basic setup, sets up the most used server events. The normal setup, sets up all the events from the event type.

Example?

public class Test extends BlockSetup{

    @Override

    public void onBlockBreak(BlockBreakEvent event) {

        // TODO Auto-generated method stub

       

    }

The only thing you must do is replace the @Override with the new bukkit event system.

@EventHandler(priority = EventPriority.NORMAL)

What are the setups?

BlockEvents

  • BlockSetup
  • SignSetup

EntityEvents

  • EntitySetup

PlayerEvents

  • PlayerBasic
  • PlayerSetup

WorldEvents

  • ChunkSetup
  • WorldSetup

VehicleEvents

  • VehicleSetup

Changelog:

Build #100

  • Release

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files