Advertisement
Guest User

Setup MinecraftConsoleClient to Reconnect to Nerd.nu PvE v5

a guest
Oct 6th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ------Install and setup Minecraft Console Client------
  2. Download latest from:
  3. http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-tools/1263927-win-mac-linux-minecraft-console-client-1-8-3
  4.  
  5. Linux: Install mono
  6. Windows: Windows Vista and newer will already have .NET installed
  7.  
  8. ------Setup the Console Client to use INI mode------
  9.  
  10. Make a copy of “MinecraftClient.ini” and name it “Connect_to_Nerdnu_PvE_with_Username.ini”
  11.  
  12. Edit “Connect to Nerd.nu PvE with Username.ini”
  13.  
  14. Fill in login details (login, password, serverip)
  15.  
  16. Under [AutoRelog] section change "enabled=false" to "enabled=true"
  17.  
  18. Under [ScriptScheduler] section change “enabled=false” to “enabled=true”
  19.  
  20. Change “tasksfile=tasks.ini” to “tasksfile=nerdnu_pve_tasks.txt”
  21.  
  22. Save the ini file
  23.  
  24. ------Create file “nerdnu_pve_tasks.txt”------
  25.  
  26. Create a new text file named “nerdnu_pve_tasks.txt”
  27.  
  28. Paste the following into the new text file:
  29.  
  30.  
  31. #Rejoin from lobby after restarts
  32. [Task]
  33. triggerOnTime=true
  34. timeValue=00:18
  35. timeValue=02:18
  36. timeValue=04:18
  37. timeValue=06:18
  38. timeValue=08:18
  39. timeValue=10:18
  40. timeValue=12:18
  41. timeValue=14:18
  42. timeValue=16:18
  43. timeValue=18:18
  44. timeValue=20:18
  45. timeValue=22:18
  46. timeValue=24:18
  47. script=nerdnu_pve_joinserver.txt
  48. #Go to lobby early to avoid timing out during forced lobby join
  49. [Task]
  50. triggerOnTime=true
  51. timeValue=00:15
  52. timeValue=02:15
  53. timeValue=04:15
  54. timeValue=06:15
  55. timeValue=08:15
  56. timeValue=10:15
  57. timeValue=12:15
  58. timeValue=14:15
  59. timeValue=16:15
  60. timeValue=18:15
  61. timeValue=20:15
  62. timeValue=22:15
  63. timeValue=24:15
  64. script=nerdnu_pve_gotolobby.txt
  65.  
  66.  
  67. Change the hours to reflect the restart times in your timezone. The times are local time, not GMT.
  68.  
  69. Save the file to same directory as your ini file
  70.  
  71. ------Create file "nerdnu_pve_joinserver.txt"-------
  72.  
  73. Create a new text file named "nerdnu_pve_joinserver.txt"
  74.  
  75. Paste the following into the new text file:
  76.  
  77.  
  78. send /pve
  79.  
  80.  
  81. Save the file to the same directory as your ini file
  82.  
  83. ------Create file "nerdnu_pve_gotolobby.txt"-------
  84.  
  85. Create a new text file named "nerdnu_pve_gotolobby.txt"
  86.  
  87. Paste the following into the new text file:
  88.  
  89.  
  90. send /lobby
  91.  
  92.  
  93. Save the file to the same directory as your ini file
  94.  
  95. ------Launch the console client-------
  96. Linux:
  97. Launch from the command line with
  98. "mono MinecraftClient.exe Connect_to_Nerdnu_PvE_with_Username.ini"
  99.  
  100. Windows:
  101. Drag and drop “Connect_to_Nerdnu_PvE_with_Username.ini” onto the "MinecraftClientGUI.exe".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement