Lunar Client API (unofficial)
Disclaimer: This API is not a supported software by "Lunar Client" development team (Moonsworth); please do not bug them to fix any issues for you. (This does not use any code from Lunar-Client itself)
Players do not need to be on Lunar Client in order to support this on your server
* Free To Use * Emotes
[Wave, Hands Up, Floss, Dab, T-Pose, Shrug, facepalm]
Emote Ids are also usable for future-support and allows more emotes to be used
Command: /emote <emote> [player]
Permission-node: [lunar.command.emote, lunar.command.emote.others]
Example Code:
Code:
new LCPacketEmote(Emote.DAB)#sendToPlayer(player);
new LCPacketEmote(14)#sendToPlayer(player);
Cooldowns
Add cooldowns/timers with customizable items
Example Code:
Code:
new LCPacketCooldown("logout", Material.DOOR, 30)#sendToPlayer(player);
Player Holograms
Show holograms to certain players or have them update simply. Holograms are stored by their UUIDs meaning you can update them without continuously adding their location
Player Nametags (Multiple Line Support)
You can add multiple lines below with health and more including health updates.
Waypoints (Add/Remove/update)
You can introduce forced Waypoints for your events for players not to lose track.
They can move locations, update and remove instantly and easily.
Titles (in 1.7.10 Lunar too)
You can add details, different types of colour and change the sizes. More flexible then the previous 1.8 API of titles.
Borders - Add, move, resize and remove borders easily. With multi border support
You can use RGB colour to change and also resize ect
Discord Support
Show your server and gamemode on discord while using Lunar-Client
Staff Modules (using Lunar-Client)
Toggle which module you'd like to use: [Xray, Bunnyhop, Noclp and Nametags]
Server Rules
Configure whether minimap and other modules are enabled
Team-mates (Show your team mates with a marker) - Leader support
Nametags (multiple line tags) - Custom and per player
Notifications - Show notification to players online
Disclaimer: This API is not a supported software by "Lunar Client" development team (Moonsworth); please do not bug them to fix any issues for you. (This does not use any code from Lunar-Client itself)
Players do not need to be on Lunar Client in order to support this on your server
* Free To Use * Emotes
[Wave, Hands Up, Floss, Dab, T-Pose, Shrug, facepalm]
Emote Ids are also usable for future-support and allows more emotes to be used
Command: /emote <emote> [player]
Permission-node: [lunar.command.emote, lunar.command.emote.others]
Example Code:
Code:
new LCPacketEmote(Emote.DAB)#sendToPlayer(player);
new LCPacketEmote(14)#sendToPlayer(player);
Cooldowns
Add cooldowns/timers with customizable items
Example Code:
Code:
new LCPacketCooldown("logout", Material.DOOR, 30)#sendToPlayer(player);
Player Holograms
Show holograms to certain players or have them update simply. Holograms are stored by their UUIDs meaning you can update them without continuously adding their location
Player Nametags (Multiple Line Support)
You can add multiple lines below with health and more including health updates.
Waypoints (Add/Remove/update)
You can introduce forced Waypoints for your events for players not to lose track.
They can move locations, update and remove instantly and easily.
Titles (in 1.7.10 Lunar too)
You can add details, different types of colour and change the sizes. More flexible then the previous 1.8 API of titles.
Borders - Add, move, resize and remove borders easily. With multi border support
You can use RGB colour to change and also resize ect
Discord Support
Show your server and gamemode on discord while using Lunar-Client
Staff Modules (using Lunar-Client)
Toggle which module you'd like to use: [Xray, Bunnyhop, Noclp and Nametags]
Server Rules
Configure whether minimap and other modules are enabled
Team-mates (Show your team mates with a marker) - Leader support
Nametags (multiple line tags) - Custom and per player
Notifications - Show notification to players online