/README.html

https://github.com/zml2008/commandhelper · HTML · 95 lines · 92 code · 3 blank · 0 comment · 0 complexity · 6a706f1089fa7d116c121741e6be10a2 MD5 · raw file

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>CommandHelper ${version}</title>
  5. <style>
  6. body {
  7. margin: 0;
  8. padding: 20px;
  9. background: #efefef;
  10. color: #333;
  11. }
  12. #wrapper {
  13. margin: 20px auto 20px auto;
  14. width: 600px;
  15. background: #fff;
  16. padding: 40px;
  17. border: 1px solid #fff;
  18. border-radius: 10px;
  19. -moz-border-radius: 10px;
  20. -webkit-border-radius: 10px;
  21. box-shadow: 0 0 2px #999;
  22. -webkit-box-shadow: 0 0 3px #999;
  23. }
  24. a img {
  25. border: 0;
  26. }
  27. body, th, td, input {
  28. font: 13px/17px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  29. }
  30. a:link, a:visited {
  31. color: #00688f;
  32. text-decoration: underline;
  33. }
  34. a:hover, a:active {
  35. color: #000;
  36. border: 0;
  37. }
  38. h1 {
  39. font: 170% "Trebuchet MS", Georgia, serif;
  40. font-weight: bold;
  41. color: #546a18;
  42. margin: 15px 0 5px 0;
  43. }
  44. h2 {
  45. font: 130% "Trebuchet MS", Georgia, serif;
  46. font-weight: bold;
  47. color: #6a4618;
  48. margin: 50px 0 5px 0;
  49. padding: 0 0 3px 0;
  50. border-bottom: 1px solid #ccc;
  51. }
  52. .warning {
  53. background: #fffedf;
  54. padding: 8px;
  55. border: 1px dashed #ccc;
  56. border-radius: 4px;
  57. -moz-border-radius: 4px;
  58. -webkit-border-radius: 4px;
  59. font-size: 90%;
  60. }
  61. .subtle {
  62. color: #999;
  63. }
  64. </style>
  65. </head>
  66. <body>
  67. <div id="wrapper">
  68. <h1>CommandHelper ${version}</h1>
  69. <p>Thanks for choosing CommandHelper!</p>
  70. <h2>First Steps</h2>
  71. <p>Now, to begin, you want to:</p>
  72. <ol>
  73. <li><strong>Install the plugin:</strong> Copy CommandHelper.jar into your Bukkit server's &quot;plugins&quot; directory. If the folder doesn't exist, create it.</li>
  74. <li><strong>Setup CommandHelper:</strong> Visit the <a href="http://wiki.sk89q.com/wiki/CommandHelper">CommandHelper wiki</a> to learn how to setup aliases, permissions, and write scripts.</li>
  75. </ol>
  76. <p class="warning"><strong>Gotcha:</strong> You need to have <a href="http://www.sk89q.com/projects/worldedit/">WorldEdit</a> installed! It's used by CommandHelper in a number of places. If you don't want to install the plugin, that's okay &mdash; just put WorldEdit.jar into your Bukkit root folder (outside of plugins/) and CommandHelper will still be able use it. Alternatively, download the version of CommandHelper that has WorldEdit bundled in.</p>
  77. <p>Be sure to:</p>
  78. <ul>
  79. <li>Submit bug reports and suggestions to the <a href="http://forum.sk89q.com/forums/commandhelper.20/">forum</a></li>
  80. <li>Check out the <a href="http://wiki.sk89q.com/wiki/CommandHelper">CommandHelper wiki</a></li>
  81. </ul>
  82. <h2>Want to make CommandHelper better?</h2>
  83. <p>CommandHelper is entirely open source! You can download all of the plugin code to learn from it, modify it for your own self, or even contribute back!</p>
  84. <ul>
  85. <li><a href="https://github.com/sk89q/commandhelper">Download CommandHelper code from GitHub</a></li>
  86. </ul>
  87. <p>The code is covered under the GNU General Public License v3.</p>
  88. <p>Do you like CommandHelper? I spend a lot of time working on the plugin, and donations are appreciated. Check out the <a href="http://www.laytonsmith.com/#donations">link on the right</a></p>
  89. <p class="subtle">Maven information: ${groupId}/${artifactId}/${version}</p>
  90. </div>
  91. </body>
  92. </html>