Mineuniverse
Log in Register
Plugins

Setup

Setup - Sets up your events for you!
by _ForgeUser8565199
Download Claim this project
1,689 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Developer Tools

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
Setup Build #100
MC CB 1.1-R7
Release 2012-03-10 Get

You Might Also Like

WorldGuard Custom Flags
WorldGuard Custom Flags
97,851
HoloAPI
Advanced and powerful holographic displays
93,959
Minequery
Minequery
91,099
SQLibrary
SQLibrary aims to streamline driver wrappers in Java for every database engine
85,675
WolfyUtilities
Utils and APIs: Config, Language and Inventory API, Protection Utils: WorldGuard, LWC, PlotSquared
84,728
DisguiseTester
Experiment with disguises!
9,677