What's new
Loka Forums

Type /register while in-game to register for a forums account.

Rejected Allow Lunar Client (Heavily Limited)

Status
Not open for further replies.

sborm

Member
Muted
Lunar Client is fully blocked currently using the Lunar API, however many people likely have to switch from Lunar to Optifine to even log on to Loka, not to mention the fact that not being able to join on Lunar Client could possibly make people not want to play. You can use the Lunar API to disable specific mods.

Disabling a mod​

  • Instantiate a ModSetting that sets the enabled status to false.
  • Send a LCPacketModSettings with ModSettings that affect the mods you wish to disable, like so:
ModSettings.ModSetting disabled = new ModSettings.ModSetting(false, new HashMap<>());

sendPacket(event.getPlayer(), new LCPacketModSettings(
new ModSettings()
.addModSetting("Coordinates", disabled)
.addModSetting("textHotKey", disabled)
));
This is the website for the Lunar Client API, which allows you to download this and implement this feature. You can disable any of the disallowed mods on Loka with this, I will list these below.

A Rough List of Possibly Disallowed Mods.
Auto Text Hot Key
Armor Status
Hypixel Mods
Pot Effects
Direction Hud
Waypoints
Hit Color
Scoreboard
Pot Counter
Tab Editor
Nametags
Nick Hider
Cooldowns
Memory Usage
Combo Counter
Reach Display
Time Changer
Saturation
Item Physics
TNT Countdown
Item Tracker
Team View
NetGraph
All of these are rough, however if this was to be added this would have to be checked obviously.


 
Last edited:
3 voters
The literal reason we have Lunar fully disabled is because it has inherent anti-knockback (intentional or otherwise) built in. Until this is proven to have been resolved lately (which doesn't thus far seem to be the case), Loka will continue to block players joining with it.

We proved that this is not the case. Why hasn't Lunar been allowed?
 
+1 i do think this is a good idea but people can inject clients like vape into lunar by just messing around with the settings
You can inject into any minecraft client, and "Messing around with settings" isnt injecting, opening the Vape.exe program to inject is injecting
 
+1 pretty cool if the server had lunar API and put waypoints on where spawn is, the boats are and the nether.
 
Status
Not open for further replies.
Back
Top