Advertisement
agentsix1

VPC Public Server stuff - Server status basic html code layo

Dec 17th, 2016
38,308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. <table width=720 style="table-layout: fixed;word-wrap: break-word;">
  2. <tr>
  3. <td width=420>Server name</td>
  4. <td align=center width=50>Status</td>
  5. <td align=center width=100>Players</td>
  6. <td width=200>IP/Version</td>
  7. </tr>
  8. <tr>
  9. <td width=420><img src=http://cdn2.minecraft-mp.com/images/banners/banner-104884-1481946921.gif width=420></td>
  10. <td align=center width=100><font color=green>Online</font></td>
  11. <td align=center width=100>1000/1000</td>
  12. <td width=100>mc.minesuperior.com<br />MC: 1.11, 1.10, 1.9, 1.8</td>
  13. </tr>
  14. </table>
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26. /vpc sl get-code
  27. opens a website site which at this time grabs info about the server. Such as the ip. It then creates a mysql database for this server or a row inside of a database. At this time it will store the ip as well as generate a special code for the server.
  28.  
  29. /vpc sl {allow-access/deny-access}
  30. This command will set the status of wether or not the server will be pinged and send information to the webhost. This option will also be set inside of the config.
  31.  
  32. /vpc sl send-data
  33. This will push a update of the server info to the webhost.
  34.  
  35. /vpc dev status
  36. Gets the status of the current question asked
  37.  
  38. /vpc dev response
  39. Gets the response for the current question
  40.  
  41. /vpc dev log
  42. Sends a link to a list of questions asked and answered
  43.  
  44. /vpc dev ask {message}
  45. Send a question to the developer about something
  46.  
  47. /vpc dev uuid {username}
  48. Gets the uuid for the username entered
  49.  
  50.  
  51.  
  52.  
  53. Config
  54. Server List:
  55. Enabled: false
  56. Server IP: 'mc.example.com'
  57. Server Image URL: 'http://example.com/img.png'
  58. Server Code: ''
  59. Developer Contact:
  60. Enabled: false
  61. Send Response on Join:
  62. Enabled: false
  63. Player-UUID: ''
  64. Question: ''
  65. Response: ''
  66. History: ''
  67. Setup Process
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement