Advertisement
Guest User

Untitled

a guest
Oct 7th, 2018
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. #Minecraft Console Client v1.9.0
  2. #Startup Config File
  3.  
  4. [Main]
  5.  
  6. #General settings
  7. #leave blank to prompt user on startup
  8. #Use "-" as password for offline mode
  9.  
  10. login=
  11. password=
  12. serverip=cosmicprisons.com
  13.  
  14. #Advanced settings
  15.  
  16. language=en_GB
  17. botowners=
  18. consoletitle=Console Client
  19. internalcmdchar=slash #use 'none', 'slash' or 'backslash'
  20. splitmessagedelay=2 #seconds between each part of a long message
  21. botmessagedelay=2 #seconds to delay between message a bot makes to avoid accidental spam
  22. mcversion=1.8.9 #use 'auto' or '1.X.X' values
  23. brandinfo=none #use 'mcc','vanilla', or 'none'
  24. chatbotlogfile= #leave empty for no logfile
  25. privatemsgscmdname=tell #used by RemoteControl bot
  26. showsystemmessages=true #system messages for server ops
  27. showxpbarmessages=true #messages displayed above xp bar
  28. terrainandmovements=false #uses more ram, cpu, bandwidth
  29. sessioncache=memory #use 'none', 'memory' or 'disk'
  30. accountlist=accounts.txt
  31. serverlist=servers.txt
  32. playerheadicon=true
  33. exitonfailure=false
  34. debugmessages=false
  35. scriptcache=true
  36. timestamps=false
  37.  
  38. [AppVars]
  39. #yourvar=yourvalue
  40. #can be used in some other fields as %yourvar%
  41. #%username% and %serverip% are reserved variables.
  42.  
  43. [Proxy]
  44. enabled=false #use 'false', 'true', or 'login' for login only
  45. type=HTTP #Supported types: HTTP, SOCKS4, SOCKS4a, SOCKS5
  46. server=0.0.0.0:0000
  47. username=
  48. password=
  49.  
  50. [ChatFormat]
  51. builtins=true #support for handling vanilla and common message formats
  52. #public=^<([a-zA-Z0-9_]+)> (.+)$ #uncomment and adapt if necessary
  53. #private=^([a-zA-Z0-9_]+) whispers to you: (.+)$ #vanilla example
  54. #tprequest=^([a-zA-Z0-9_]+) has requested (?:to|that you) teleport to (?:you|them)\.$
  55.  
  56. #Bot Settings
  57.  
  58. [Alerts]
  59. enabled=false
  60. alertsfile=alerts.txt
  61. excludesfile=alerts-exclude.txt
  62. beeponalert=true
  63.  
  64. [AntiAFK]
  65. enabled=true
  66. delay=75
  67. command=/join sov
  68.  
  69. [AutoRelog]
  70. enabled=true
  71. delay=10
  72. retries=-1 #-1 = unlimited
  73. kickmessagesfile=kickmessages.txt
  74.  
  75. [ChatLog]
  76. enabled=false
  77. timestamps=true
  78. filter=messages
  79. logfile=chatlog-%username%-%serverip%.txt
  80.  
  81. [Hangman]
  82. enabled=false
  83. english=true
  84. wordsfile=hangman-en.txt
  85. fichiermots=hangman-fr.txt
  86.  
  87. [ScriptScheduler]
  88. enabled=false
  89. tasksfile=tasks.ini
  90.  
  91. [RemoteControl]
  92. enabled=false
  93. autotpaccept=true
  94. tpaccepteveryone=false
  95.  
  96. [AutoRespond]
  97. enabled=false
  98. matchesfile=matches.ini
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement