Skip to content
LPDMinecraft edited this page Dec 29, 2021 · 15 revisions

Lcraft APIs

Welcome to the Lcraft API Wiki! Here you can find out all the details, classes, functions and why this API with its module system might be useful for you. We want to help you optimise and develop your code for your Minecraft plugin. Such as:

  • Your code structure
  • Your order
  • That you need less classes for the same result We have programmed and set up a complete module system for Bungeecord and Bukkit plugins and are working all the time to make this even more optimised and easier.

Supports

We currently support server types like Bukkit, Spigot, Purple, Paper and Paperspigot for version 1.18 1.17 and 1.16 for Java version 17. Also proxy types like BungeeCord, Waterfall and Velocity.

Help map

  • Modules
  • module.yml
  • ModuleDescriptionFile
  • ModuleListenerManager
  • ModuleConfig

Commands

  • ModuleCommand
  • SubModuleCommand

Improved Bukkit classes

  • LPlayer

Utils

  • Config
  • ListenerManager
  • PermissionsManager
  • LanguagesManager

Update Map

Version 1.0.0

Version 1.0.1

Version 1.0.2

Version 1.0.3

Version 1.0.4

Version 1.0.5

Version 1.0.6

Version 1.0.7

Version 1.0.8

Supports

Servers Bukkit Spigot Paper Pupur
1.16 ✔️ ✔️ ✔️ ✔️
1.17 ✔️ ✔️ ✔️ ✔️
1.18 ✔️ ✔️ ✔️ ✔️
Proxies BungeeCord Waterfall Velocity
1.16 ✔️ ✔️ ✔️
1.17 ✔️ ✔️ ✔️
1.18 ✔️ ✔️ ✔️

Help map

Commands

Improved Bukkit classes/utils

  • LPlayer
  • CraftingRecipes
  • Inventorys
  • ItemBuilders
  • Other Utils

Improved BungeeCord classes/utils

  • LPlayer

Update Map

Version 1.0.0

Version 1.0.1

Version 1.0.2

Version 1.0.3

Version 1.0.4

Version 1.0.5

Version 1.0.6

Version 1.0.7

Version 1.0.8

Clone this wiki locally