Compare commits

...

10 Commits

Author SHA1 Message Date
elliot a8b88c399e Update client.yml for clarity 2 years ago
elliot fc7261f09b Bring to parity with parent 3 years ago
elliot 1a89a4cd13 Delete 'src/cx/sfy/LagAssist/MonTools.java' 3 years ago
elliot 569e31ca08 Add functionality to get map command 3 years ago
elliot c436e051da Update '.idea/workspace.xml' 3 years ago
elliot 475406b431 Delete '.idea/vcs.xml' 3 years ago
elliot e9211b1027 Delete '.idea/runConfigurations.xml' 3 years ago
elliot 6c7adf2e42 Improve map command- don't delete items 3 years ago
elliotnichols c87c59e99a Undoing 3 years ago
elliotnichols 3f3d6a4611 Test 3 years ago
  1. 6
      client.yml

6
client.yml

@ -15,13 +15,11 @@
# It offers ways to hide some laggy features in minecraft and thus simplify the game
# for the players, while the server still works as normally.
#
# NOTE: THE CLIENT-SIDE TWEAKS SHOULD WORK ON 1.8-1.13.1, BUT SOME FUTURE VERSIONS
# MAY NOT WORK OUT OF THE BOX. PLEASE CONTACT US TO UPDATE THIS SYSTEM IF
# ANY PROBLEM ARISES.
# NOTE: THE CLIENT-SIDE TWEAKS ONLY WORKS ON 1.8-1.13.1
settings:
# The client-side tweaks are currently experimental. They have been tested comprehensively,
# but not against a large range of systems and minecraft versions. Please take care.
enabled: false
enabled: false # Only enable on 1.8-1.13.1!
# Set the command that players will use to open the client-side optimizer.
command: "optimize"
# Set the permission required for players to be able to use the client optimizer.

Loading…
Cancel
Save