Skip to content

Commit

Permalink
Add GUI Settings
Browse files Browse the repository at this point in the history
Fix addon sometimes not activating
  • Loading branch information
Lezurex committed Nov 8, 2020
1 parent bf95112 commit d560b49
Show file tree
Hide file tree
Showing 62 changed files with 4,439 additions and 62 deletions.
113 changes: 113 additions & 0 deletions LabyMod/LabyMod-3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
{
"labymodChatSplitX": 100,
"onlineStatus": 0,
"friendSortType": 0,
"motd": "LabyMod User",
"alertDisplayType": "ACHIEVEMENT",
"showConnectedIp": true,
"ignoreRequests": false,
"alertsPlayingOn": true,
"alertsOnlineStatus": true,
"alertPlaySounds": true,
"unreadMessageIcon": true,
"trustedServers": [],
"ignoredAddonRecommendationServers": [],
"stickerHistory": [
-1,
-1,
-1,
-1,
-1
],
"moduleEditorZoom": -1.0,
"moduleEditorSplitX": 180,
"tabPing": true,
"tabPing_colored": true,
"notifyPermissionChanges": true,
"revealFamiliarUsers": false,
"revealFamiliarUsersPercentage": false,
"outOfMemoryWarning": true,
"oldDamage": true,
"oldTablist": false,
"oldHearts": true,
"oldSword": true,
"oldFishing": true,
"oldBow": true,
"oldInventory": true,
"oldHitbox": true,
"oldSneaking": true,
"oldBlockhit": true,
"oldFood": true,
"oldItemSwitch": true,
"oldItemHold": false,
"oldWalking": true,
"improvedLavaFixedGhostBlocks": true,
"improvedLavaNoLight": false,
"refillFix": true,
"crosshairSync": true,
"oldBlockbuild": true,
"particleFix": true,
"fastWorldLoading": true,
"chunkCaching": true,
"chunkCachingStoreInFile": true,
"chunkCachingSize": 2508,
"autoText": true,
"nameHistory": true,
"hoverNameHistory": true,
"chatSymbols": true,
"chatFilter": true,
"chatShortcuts": false,
"fastChat": false,
"playerMenu": true,
"playerMenuEditor": false,
"playerMenuAnimation": true,
"clearChatOnJoin": false,
"showModuleEditorShortcut": true,
"chatLineLimit": 100,
"chatScrollSpeed": 7,
"chatAnimation": false,
"secondChatWidth": 200,
"secondChatHeight": 180,
"chatPositionRight": false,
"scalableChat": true,
"mainChatPercentX": 0.0,
"mainChatPercentY": 100.0,
"secondChatPercentX": 100.0,
"secondChatPercentY": 100.0,
"speedFov": true,
"swapBow": false,
"guiBackground": true,
"directConnectInfo": true,
"confirmDisconnect": false,
"quickPlay": false,
"publicServerList": true,
"multiplayerIngame": true,
"borderlessWindow": false,
"betterSkinCustomization": true,
"betterShaderSelection": true,
"serverlistLiveView": false,
"serverlistLiveViewInterval": 15,
"customInventoryScale": "DEFAULT",
"showMyName": true,
"showBossBar": true,
"showSaturation": false,
"leftHand": false,
"signSearch": true,
"discordRichPresence": true,
"discordAllowJoining": true,
"discordAllowSpectating": true,
"discordShowIpAddress": true,
"discordShowAchievements": true,
"keyModuleEditor": -1,
"keyAddons": -1,
"keyEmote": 45,
"keyPlayerMenu": -1,
"keyToggleHitbox": -1,
"keyStickerMenu": 48,
"cosmetics": true,
"emotes": true,
"stickers": true,
"cosmeticsCustomTextures": true,
"capePriority": "LABYMOD",
"capeOriginalParticles": true
}
Binary file added LabyMod/Updater.jar
Binary file not shown.
7 changes: 7 additions & 0 deletions LabyMod/addons-1.8/config/LabyCookies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"config": {
"enabled": true,
"cooldown": 750,
"warnLevel": 100
}
}
3 changes: 3 additions & 0 deletions LabyMod/autotext.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"autoTextKeyBinds": []
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions LabyMod/filters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"filters": []
}
Loading

0 comments on commit d560b49

Please sign in to comment.