Minecraft Setup mod 2026 download
logo
minecraft mod Setup

Setup

Game Version: CB 1.1-R7
Total Downloads: 1,244
Updated: Mar 10, 2012
Created: Mar 10, 2012
Download SetupDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Setup Build #100 release 6.86 KB Mar 10, 2012 CB 1.1-R7 1,244 download Setup Setup Build #100 releaseDownload

Screenshots

Description

Share this:

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

Add a comment