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
  • Why should I choose Lukkit?
  • Where do I start?

Home

NextGetting Started

Last updated 6 years ago

Lukkit allows developers to create plugins for the Spigot API in an efficient and effective manner using the Lua scripting language. Lua is a quite simple scripting language that even beginners can master, which makes it a great option for newer developers who want to get started with plugin development.

Why should I choose Lukkit?

Lua is a simple scripting language for both beginners and experienced developers Creating simple, or even complex, Lukkit plugins take almost no time at all compared to Java The entire Spigot API is supported right out of the box, meaning no add-ons are needed

Where do I start?

Get started with Lukkit through our guide. We offer extensive documentation and a multitude of examples to get you going with Lukkit plugin development. For support or more information, contact us via Discord.

getting started