Lukkit
  • Home
  • Getting Started
    • Installing Lukkit
    • Your First Plugin
    • Packing and Publishing
  • Storage
    • The StorageObject
    • Example
  • Commands
    • Command Options
    • Command Event
    • Examples
  • Gui
    • Create a simple inv
    • Create an advanced inv
    • Run function if an inventory item has been clicked
  • Events
    • Examples
    • Event List
      • Block
      • Enchantment
      • Entity
      • Hanging
      • Inventory
      • Player
      • Server
      • Vehicle
      • Weather
      • World
  • Globals
    • Global Functions
    • Global Variables
      • Plugin
      • Logging
      • Utilities
  • Wrappers
  • Examples
    • Discord Webhooks (http)
    • Toggle Fly
    • Hello, world!
Powered by GitBook
On this page
  1. Events
  2. Event List

Server

Events related to programmatic state changes via the server.

Event

Description

BroadcastMessageEvent

Event triggered for server broadcast messages such as from plugin.getServer():broadcast(String, String).

MapInitializeEvent

Called when a map is initialized.

PluginDisableEvent

Called when a plugin is disabled.

PluginEnableEvent

Called when a plugin is enabled.

PluginEvent

Used for plugin enable and disable events

RemoteServerCommandEvent

This event is called when a command is received over RCON.

ServerCommandEvent

This event is called when a command is run by a non-player.

ServerEvent

Miscellaneous server events

ServerListPingEvent

Called when a server list ping is coming in.

ServiceEvent

An event relating to a registered service.

ServiceRegisterEvent

This event is called when a service is registered.

ServiceUnregisterEvent

This event is called when a service is unregistered.

TabCompleteEvent

Called when a CommandSender of any description (ie: player or console) attempts to tab complete.

PreviousPlayerNextVehicle

Last updated 6 years ago