Advertisement
Guest User

MinecraftClient.ini

a guest
Mar 22nd, 2019
913
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. type=HTTP # Supported types: HTTP, SOCKS4, SOCKS4a, SOCKS5
  2. server=0.0.0.0:0000 # Proxy server must allow HTTPS for login, and non-443 ports for playing
  3. username= # Only required for password-protected proxies
  4. password= # Only required for password-protected proxies
  5.  
  6. [ChatFormat]
  7. # Do not forget to uncomment (remove '#') these settings if modifying them
  8. builtins=true # MCC built-in support for common message formats
  9. # public=^<([a-zA-Z0-9_]+)> (.+)$
  10. # private=^([a-zA-Z0-9_]+) whispers to you: (.+)$
  11. # tprequest=^([a-zA-Z0-9_]+) has requested (?:to|that you) teleport to (?:you|them)\.$
  12.  
  13. [MCSettings]
  14. enabled=true # If disabled, settings below are not sent to the server
  15. locale=en_US # Use any language implemented in Minecraft
  16. renderdistance=medium # Use tiny, short, medium, far, or chunk amount [0 - 255]
  17. difficulty=normal # MC 1.7- difficulty. peaceful, easy, normal, difficult
  18. chatmode=enabled # Use 'enabled', 'commands', or 'disabled'. Allows to mute yourself...
  19. chatcolors=true # Allows disabling chat colors server-side
  20. main_hand=left # MC 1.9+ main hand. left or right
  21. skin_cape=true
  22. skin_hat=true
  23. skin_jacket=false
  24. skin_sleeve_left=false
  25. skin_sleeve_right=false
  26. skin_pants_left=false
  27. skin_pants_right=false
  28. # Bot Settings
  29.  
  30. [Alerts]
  31. enabled=false
  32. alertsfile=alerts.txt
  33. excludesfile=alerts-exclude.txt
  34. beeponalert=true
  35.  
  36. [AntiAFK]
  37. enabled=false
  38. delay=3020 #10 = 1s
  39. command=/server skyblock
  40.  
  41. [AutoRelog]
  42. enabled=false
  43. delay=10
  44. retries=3 #-1 = unlimited
  45. kickmessagesfile=kickmessages.txt
  46.  
  47. [ChatLog]
  48. enabled=false
  49. timestamps=true
  50. filter=messages
  51. logfile=chatlog-%username%-%serverip%.txt
  52.  
  53. [Hangman]
  54. enabled=false
  55. english=true
  56. wordsfile=hangman-en.txt
  57. fichiermots=hangman-fr.txt
  58.  
  59. [ScriptScheduler]
  60. enabled=true
  61. tasksfile=tasks.ini
  62.  
  63. [RemoteControl]
  64. enabled=false
  65. autotpaccept=true
  66. tpaccepteveryone=false
  67.  
  68. [AutoRespond]
  69. enabled=true
  70. matchesfile=sample-matches.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement