Code Monkey home page Code Monkey logo

laterevents's Introduction

LaterEvents

An extension for CommandHelper which adds later binding event listeners. Normally CommandHelper only listens for the earliest possible firing of events (in Bukkit this is "LOWEST"). For the covered events, a latest modifiable firing and read-only firing are listened for (Bukkit "HIGHEST" and "MONITOR" respectively). The Read-only firing is the one that occurs after all plugins have had a chance to modify the event and it is considered finalized.

Usage

  • put the file in <pluginfolder>/CommandHelper/extensions/
  • bind the events as you would any other
  • they have all the same capabilities of the original events, except the read-only versions cannot be cancelled or modified
  • names are normal events + abbreviated fire order
  • _lm = last modifiable
  • _ro = read-only

Events

Note:

See original documentation for details

  • player_interact_lm
  • player_interact_ro
  • player_interact_entity_lm
  • player_interact_entity_ro
  • player_interact_at_entity_lm
  • player_interact_at_entity_ro
  • player_login_lm
  • player_login_ro
  • player_join_lm
  • player_join_ro
  • block_break_lm
  • block_break_ro
  • block_place_lm
  • block_place_ro
  • projectile_hit_lm
  • projectile_hit_ro
  • entity_damage_lm
  • entity_damage_ro
  • entity_damage_player_lm
  • entity_damage_player_ro

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.