geforkt von SteamWar/BungeeCore
Disable Replay by default (for now, until tests have been done)
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
8029dd09e9
Commit
a3a65b0f53
@ -41,7 +41,7 @@ public class Badlion extends BasicListener {
|
|||||||
json.add("LevelHead", disabled);
|
json.add("LevelHead", disabled);
|
||||||
json.add("MiniMap", disabled);
|
json.add("MiniMap", disabled);
|
||||||
json.add("MLG Cobweb", disabled);
|
json.add("MLG Cobweb", disabled);
|
||||||
//json.add("Replay", disabled); //TODO check if ReplayMod restrictions work
|
json.add("Replay", disabled); //TODO check if ReplayMod restrictions work
|
||||||
json.add("Schematica", disabled);
|
json.add("Schematica", disabled);
|
||||||
json.add("ToggleSneak", disabled);
|
json.add("ToggleSneak", disabled);
|
||||||
json.add("ToggleSprint", disabled);
|
json.add("ToggleSprint", disabled);
|
||||||
|
@ -52,7 +52,7 @@ public class Lunar {
|
|||||||
|
|
||||||
public Lunar() {
|
public Lunar() {
|
||||||
Options modSettings = manager.getModule(ModSettingModule.class).getOptions();
|
Options modSettings = manager.getModule(ModSettingModule.class).getOptions();
|
||||||
//modSettings.set(ModReplaymod.ENABLED, false); // TODO check if restrictions working
|
modSettings.set(ModReplaymod.ENABLED, false); // TODO check if restrictions working
|
||||||
modSettings.set(ModFreelook.ENABLED, false);
|
modSettings.set(ModFreelook.ENABLED, false);
|
||||||
modSettings.set(ModHypixelMod.ENABLED, false);
|
modSettings.set(ModHypixelMod.ENABLED, false);
|
||||||
modSettings.set(ModMinimap.ENABLED, false);
|
modSettings.set(ModMinimap.ENABLED, false);
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren