Advertisement
Guest User

Untitled

a guest
Feb 13th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>SignShops Usage Guide</title>
  5. <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
  6.  
  7. <style type="text/css">
  8. html {background: #dee3e5;}
  9. body {
  10. width: 960px;
  11. margin: 30px auto; padding: 20px;
  12.  
  13. background: #fff;
  14. border: 1px #c4cacc solid;
  15. font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  16. line-height: 24px;
  17. }
  18.  
  19. img.header {display: block; margin: 0 auto 35px auto;}
  20.  
  21. h1, h2, h3, h4 {font-weight: normal;}
  22. h1 {display: block; margin: 45px 0 25px 0; padding-bottom: 7px; font-size: 24px; border-bottom: 1px #ccc solid;}
  23. h2 {display: block; margin: 25px 0 25px 0; padding-bottom: 3px; font-size: 18px; border-bottom: 1px #ddd solid;}
  24.  
  25. p {margin-bottom: 10px;}
  26.  
  27. table {margin-bottom: 25px; border-top: 1px #ccc solid; border-right: 1px #ccc solid; color: #444;}
  28. table td {padding: 5px 10px; border-left: 1px #ccc solid; border-bottom: 1px #ccc solid;}
  29. table thead td {color: #222; font-weight: bold; background: #f5f5f5;}
  30.  
  31. ul {margin-bottom: 25px;}
  32.  
  33. a {color: #336699; text-decoration: none;}
  34. a:hover {color: #cc0000; text-decoration: none;}
  35.  
  36. img {margin: 0 15px 15px 0; padding: 4px; background: #eee; border: 1px #ccc solid;}
  37.  
  38. code {
  39. padding: 2px 5px;
  40. font: 13px "Courier New", Courier, monospace;
  41. background: #f5f5f5;
  42. border: 1px #bbb dashed;
  43. }
  44. </style>
  45. </head>
  46. <body>
  47.  
  48. <img src="banner.jpg" alt="Promo Banner" width="844" height="181" class="header" />
  49.  
  50. <h1>About SignShops</h1>
  51.  
  52. <p>SignShops was created by HAPPYGOPUCKEY for use on the Aprilon minecraft servers blah blah blah...</p>
  53.  
  54. <p>SignShops is an easy way to create shops using signs in minecraft etc.</p>
  55.  
  56.  
  57. <h1>Usage</h1>
  58.  
  59. <h2>Notes</h2>
  60.  
  61. <ul>
  62. <li>I will be using the shop &quot;undeadnightmar&quot; as an example.</li>
  63. </ul>
  64.  
  65.  
  66. <h2>Commands</h2>
  67.  
  68. <table width="100%" cellpadding="0" cellspacing="0" border="0">
  69. <thead>
  70. <tr>
  71. <td width="100">Command</td>
  72. <td width="200">Parameters</td>
  73. <td>Description</td>
  74. </tr>
  75. </thead>
  76.  
  77. <tbody>
  78. <tr>
  79. <td>/offer</td>
  80. <td>{accept | decline}</td>
  81. <td>Accept or reject an offer</td>
  82. </tr>
  83. </tbody>
  84. </table>
  85.  
  86.  
  87. <h1>Tutorial</h1>
  88.  
  89. <p>Right-clicking a sign will give the player information regarding the shop. This is how the info would appear if I were to click our example sign:</p>
  90. <img src="ShopInfo.png" alt="shop info" align=center /><br />
  91.  
  92. <p>As the information says, accepting the offer will give you 32 coal in exchange for your one diamond. To accept or decline, use <code>/offer</code>.</p>
  93.  
  94. <p><strong>HOWEVER, To accept any offer you must split whatever you will give the shop into separate inventory slots.</strong> For example, since this shop is buying 1 diamond at a time, you cannot simply have all of your diamonds in one stack. You need to have one single diamond free in one slot.</p>
  95.  
  96. <img src="buy_correct.png" width="400" height="248" alt="Correct" /> <img src="buy_incorrect.png" width="400" height="248" alt="Incorrect"/>
  97.  
  98. <p>The image on the left is correct; the image on the right is not. If the shop were buying 2 diamond, there would need to be 2 diamond in a slot. Keep in mind that the inventory doesn't have to be full, that is just so I can repeat the offer.</p>
  99. <p>To accept, type <code>/offer</code> accept. If you type a number after &quot;accept&quot;, it will repeat the offer that amount of times.</p>
  100.  
  101.  
  102. <h2>Making shops</h2>
  103.  
  104. <p>To make a shop, simply make a chest and put a &quot;Shop Sign&quot; above it. Shop signs have this syntax:</p>
  105.  
  106. <p>Shop:<br/>amount + name or item id of what you&#39;re selling<br/>for<br/>Amount + name or item id of what you're selling it for.</p>
  107.  
  108. <p>Keep in mind you also have to arrange the material you're selling into separate slots, just like you do when buying. Our trusty example
  109. &quot;undeadnightmar&quot; did this for us:</p>
  110. <img src="sell_correct.png" width="400" height="248" />
  111.  
  112. <p><strong>Note:</strong> If your name is too long to fit on the sign, you can use /itemlookup [block name] to get its item id. The plugin will automatically
  113. convert item ids to common names whenever displaying shop info as well.</p>
  114.  
  115.  
  116. <h2>Damage values</h2>
  117. <p>Some minecraft items (Wool, wood, saplings, potions, etc.) have variants to them. They are all the same item id, the only thing that changes them is their damage values. To make a shop sign that sells different kinds of wood would need to differentiate the damage values. To do this, you will need to know the item id(easily obtained with /itemlookup) and what each damage value means. As of right now the only way to get each different damage value is on an item list; a good list is at <a href="minecraftinfo.com/IDlist.html">minecraftinfo.com/IDlist.html</a>.</p>
  118.  
  119. <p>To put this on a sign, simply put the item ID first, then a colon, then the damage value. For instance, 17:1 is a pine log.</p>
  120.  
  121.  
  122. </body>
  123. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement