Package fr.mathildeuh.youneedme.api.event


package fr.mathildeuh.youneedme.api.event
  • Class
    Description
    Fired before an item is listed on the auction house.
    Fired before any balance change is persisted - deposit, withdraw, set, or one leg of a /pay transfer (which fires twice: once per account).
     
    Fired before a home is created or moved.
    Fired after eligibility checks (permission/cooldown/max-claims) pass, before items are given.
    Fired before a ban/mute/warn/kick is persisted and enforced.
    Fired after an unban/unmute is persisted (informational only - not cancellable, it already happened).
    Fired after a support ticket is created and persisted - informational, not cancellable.
    Fired after a /trade between two players completes successfully.
    Fired before a player teleports to a warp (after cost/permission checks pass).
    Base for every YouNeedMe event tied to a single online player.