This is a Skript addon that allows you to use the LunarClient (Apollo) API to interact with users on your server running LunarClient. I plan on supporting other parts of the API in the future.
Skript 2.9.2 (Tested on 2.9.2 should work on other versions)
----------------------------------------------------------------- Beams: Create colored beams in your world for certain players.
Usage: Showing a beam
Code (Text):
show [lunar] beam for %player% [colored %string%] at %number% %number% %number% with id %string%
Removing a specific beam
Code (Text):
remove [lunar] beam for %player% with [id] %string%
Removing all beams
Code (Text):
remove all [lunar] beam[s] for %player%
Code (Text):
show lunar beam for player colored "RED" at -292 70 35 with id "red" show lunar beam for player colored "GOLD" at -292 70 36 with id "orange"[/SIZE][/CENTER][/SIZE][/CENTER]
[SIZE=4]
[CENTER][SIZE=4]
[CENTER]show lunar beam for player colored "YELLOW" at -292 70 37 with id "yellow"
show lunar beam for player colored "GREEN" at -292 70 38 with id "green"
show lunar beam for player colored "BLUE" at -292 70 39 with id "blue"
show lunar beam for player colored "PURPLE" at -292 70 40 with id "purple"
----------------------------------------------------------------- Staff Mods: Utilize staff modules for staff members to better moderate on the server.
Usage: Enabling Staff Mods
Code (Text):
enable [all] staffmods for %player%
Disabling Staff Mods
Code (Text):
disable [all] staffmods for %player%
----------------------------------------------------------------- Notifications: Send lunar notifications with customizable text and descriptions.
Usage: Sending a notification
Code (Text):
send [lunar] notification with title %string% description %string% [duration %-number%] to %player%
Code (Text):
send lunar notification with title "Test Title" description "Description Text" duration 10 to player
----------------------------------------------------------------- Nametags: Edit the nametags of how players appear on lunar.
Usage: Setting a nametag
Code (Text):
set [lunar] nametag of %player% to %strings%
Code (Text):
set lunar nametag of player to "test nametag", "%player's displayname% is my name!", "more text!", and "im not bald"