promotional bannermobile promotional banner

Setup

Setup - Sets up your events for you!
<p>Setup</p>

Setup

Description

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

The Setup Team

profile avatar
  • 1
    Projects
  • 1.6K
    Downloads