API and Plugin to integrate the Lunar Client to your Server Not every thing that is in the API is yet in the Plugin for Non-Developers. Still there are some cool features like /lunaradmin check [Player] /lunaradmin title <seconds> <@me, @a, Player> <Message> /lunaradmin waypoint create <forced>.
When downloading this plugin you accept with this rules: After downloading, you are not allowed to decompile this API. You are not allowed to say it is yours.
How to use The API:
Every Class that is in the package com.lunarclient.bukkitapi is a part of the API.
To set Server Rules you can use the LunarClientAPIServerRule Class. To set Cooldowns you can use the LunarClientAPICooldown Class. Else you use the LunarClientAPI Class. And there is also a LCTitleBuilder Class, which builds you a Lunar Title.
The Events of this plugin are LCPacketReceivedEvent (Called when the Player sends a Packet to the Server), LCPacketSentEvent (Called when the Server sends a Packet to the Lunar Client), LCPlayerRegisterEvent (Called whenever a player registers in the LC plugin channel), LCPlayerUnregisterEvent (Called whenever a player unregisters the LC plugin channel)