Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
1,000
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. 1. Install all the requirements above
  2.  
  3. 2. Start up Apache and MySQL
  4.  
  5. 3. (Skip steps 3 to 5 if you did not install XAMPP or you have set a MySQL password already)
  6.  
  7. 4. Open your phpmyadmin (http://localhost/phpmyadmin) and then open the SQL Tab and run this command:
  8.  
  9. UPDATE mysql.user SET Password=PASSWORD('whateverpasswordyouwant') WHERE User='root'; FLUSH PRIVILEGES;
  10. Then click go. If it does fail to execute, you can run this command:
  11.  
  12. mysqladmin.exe -u root password WhateverPassword
  13.  
  14. 5. Open File Explorer and head to your phpmyadmin configuration. Should be in for XAMPP is C:\xampp\phpmyadmin\config.inc.php and change the password in Authentication Type and Info to the one you set
  15.  
  16. 6. Create 4 databases called Account, Mineplex, Queue and Stats_Mineplex
  17.  
  18. 7. Import Mineplex.sql into the Mineplex database and then Account.sql into Account
  19.  
  20. 8. Run redis-server.exe and open RedisDesktopManager and add your redis server on there. (By default, it should be localhost and port 6379 with no password)
  21.  
  22. 9. Right click on db0 and add a key. Name it as servergroups and the type to set. Put in the box below Lobby
  23.  
  24. 10. Make another key and name it servergroups.Lobby and the type to hash. Put in the first box, name and then the second one as Lobby
  25.  
  26. 11. Add a row each for these values:
  27.  
  28. Guide: firstbox - secondbox
  29.  
  30.  
  31.  
  32. prefix - Lobby
  33. ram - (How much ram you want for the server, EXAMPLE: 512)
  34. cpu - (How much cores of CPU you want to use for the server, EXAMPLE: 2)
  35. totalServers - 1
  36. joinableServers - 1
  37. portSection - (Port you are going to use for your Lobby but one higher, EXAMPLE: 25701)
  38. arcadeGroup - false
  39. minPlayers - 1
  40. maxPlayers - (How much players you want maximum for the Lobby, EXAMPLE: 50)
  41. pvp - false
  42. tournament - false
  43. tournamentPoints - false
  44. serverType - dedicated
  45.  
  46. 12. Click save to save your changes
  47.  
  48. 13. Drag the accounts folder to your Apache root folder. For XAMPP, this should be in C:\xampp\htdocs\
  49.  
  50. 14. Edit the PlayerAccount config in the accounts folder, and then change the password to the one you set in the MySQL.
  51.  
  52. 15. In the premade Lobby-1 server, edit the mysql-config.dat and change the ip and password.
  53.  
  54. 16. In the config.yml, change the serverstatus database details and you have the choice to change the website and name for your server which will appear ingame and also the ability to disable MAC (Mineplex Anti-Cheat).
  55.  
  56. 17. Start it up and you are done, if you encounter any kind of errors when starting up, you may comment below in the video provided at the top.
  57.  
  58. 18. In the premade BungeeCord, change the options in the config
  59.  
  60. force-default-server: true
  61.  
  62. And the Lobby-1 IP and the Bungee Port
  63.  
  64. *THIS HAS TO BE A DIFFERENT PORT FOR BUNGEECORD OTHERWISE BUNGEECORD WILL NOT LOAD UP*
  65.  
  66. 19. Edit the updateMOTD.dat and change the MOTD to what you want, 1st line being the 1st line of the MOTD while the 2nd line being the 2nd line of the MOTD.
  67.  
  68. 20. Start up BungeeCord and enjoy your Mineplex Lobby!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement