Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1.  
  2. # Advanced settings
  3.  
  4. language=en_GB
  5. consoletitle=%username%@%serverip% - Minecraft Console Client
  6. internalcmdchar=slash # Use 'none', 'slash' or 'backslash'
  7. splitmessagedelay=2 # Seconds between each part of a long message
  8. botowners=hub235 # Use name list or myfile.txt with one name per line
  9. botmessagedelay=2 # Seconds to delay between message a bot makes to avoid accidental spam
  10. mcversion=auto # Use 'auto' or '1.X.X' values
  11. brandinfo=mcc # Use 'mcc','vanilla', or 'none'
  12. chatbotlogfile= # Leave empty for no logfile
  13. privatemsgscmdname=tell # Used by RemoteControl bot
  14. showsystemmessages=true # System messages for server ops
  15. showxpbarmessages=true # Messages displayed above xp bar
  16. showchatlinks=true # Show links embedded in chat messages
  17. terrainandmovements=false # Uses more ram, cpu, bandwidth
  18. sessioncache=disk # How to retain session tokens. Use 'none', 'memory' or 'disk'
  19. resolvesrvrecords=fast # Use 'false', 'fast' (5s timeout), or 'true'. Required for joining some servers.
  20. accountlist=accounts.txt # See README > 'Servers and Accounts file' for more info about this file
  21. serverlist=servers.txt # See README > 'Servers and Accounts file' for more info about this file
  22. playerheadicon=true # Only works on Windows XP-8 or Windows 10 with old console
  23. exitonfailure=false # Disable pauses on error, for using MCC in non-interactive scripts
  24. debugmessages=true # Please enable this before submitting bug reports. Thanks!
  25. scriptcache=true # Cache compiled scripts for faster load on low-end devices
  26. timestamps=false # Prepend timestamps to chat messages
  27.  
  28. [AppVars]
  29. # yourvar=yourvalue
  30. # can be used in some other fields as %yourvar%
  31. # %username% and %serverip% are reserved variables.
  32.  
  33. [Proxy]
  34. enabled=false # Use 'false', 'true', or 'login' for login only
  35. type=HTTP # Supported types: HTTP, SOCKS4, SOCKS4a, SOCKS5
  36. server=0.0.0.0:0000 # Proxy server must allow HTTPS for login, and non-443 ports for playing
  37. username= # Only required for password-protected proxies
  38. password= # Only required for password-protected proxies
  39.  
  40. [ChatFormat]
  41. # Do not forget to uncomment (remove '#') these settings if modifying them
  42. builtins=true # MCC built-in support for common message formats
  43. # public=^<([a-zA-Z0-9_]+)> (.+)$
  44. # private=^([a-zA-Z0-9_]+) whispers to you: (.+)$
  45. # tprequest=^([a-zA-Z0-9_]+) has requested (?:to|that you) teleport to (?:you|them)\.$
  46.  
  47. [MCSettings]
  48. enabled=true # If disabled, settings below are not sent to the server
  49. locale=en_US # Use any language implemented in Minecraft
  50. renderdistance=medium # Use tiny, short, medium, far, or chunk amount [0 - 255]
  51. difficulty=normal # MC 1.7- difficulty. peaceful, easy, normal, difficult
  52. chatmode=enabled # Use 'enabled', 'commands', or 'disabled'. Allows to mute yourself...
  53. chatcolors=true # Allows disabling chat colors server-side
  54. main_hand=right # MC 1.9+ main hand. left or right
  55. skin_cape=true
  56. skin_hat=false
  57. skin_jacket=false
  58. skin_sleeve_left=false
  59. skin_sleeve_right=false
  60. skin_pants_left=false
  61. skin_pants_right=false
  62. # Bot Settings
  63.  
  64. [AutoRespond]
  65. enabled=true
  66. matchesfile=matches.ini
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81. matches.ini
  82.  
  83. [Match]
  84. match=!kys
  85. actionOther=send /suicide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement