-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
136 lines (128 loc) · 5.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE HTML>
<!--
Phantom by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<meta property="og:title" content="TradeShop Plugin">
<meta property="og:description" content="Free Minecraft economy plugin without balance">
<meta property="og:image" content="assets/thumbnail.png">
<title>TradeShop Plugin</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.html" class="logo">
<span class="title">TradeShop Documentation</span>
</a>
</div>
</header>
<!-- Main -->
<div id="main">
<div class="inner">
<header>
<h1>TradeShop by ZJKLM</h1>
<h2>Minecraft economy plugin hosted on GitHub</h2>
<p>Ever looked for a trading plugin which involves signs and chests? This plugin works similarly to ChestShop and SignShop, however it does not use soft currency (aka in-game currency): instead, it trades one item for another.<br/>
It is made for those who wish to experience a vanilla-like economy, which does not rely on abstract currencies, but instead uses direct item-for-item trading.
In principle, players can setup shop using chests (or any other kind of inventory-equipped block, líe. Shulker Boxes) and signs to have fellow players trade goods with them.</p>
</header>
<section class="tiles">
<article class="style1">
<span class="image">
<img src="images/pic01.jpg" alt="" />
</span>
<a href="https://github.com/ZJKLM/TradeShop/releases/tag/v2.6.1">
<h2>Downloads & Overview</h2>
<div class="content">
<p>The plugin is available for free on GitHub.</p>
</div>
</a>
</article>
<article class="style3">
<span class="image">
<img src="images/pic03.jpg" alt="" />
</span>
<a href="https://www.GitHub.org/threads/tradeshop.198419/">
<h2>Discussion Thread</h2>
<div class="content">
<p>The plugin has its own official discussion thread on GitHub.</p>
</div>
</a>
</article>
<article class="style6">
<span class="image">
<img src="images/pic06.jpg" alt="" />
</span>
<a href="https://discord.gg/qzdSUnw">
<h2>Discord Support</h2>
<div class="content">
<p>Reach out for help or general discussion on Discord!</p>
</div>
</a>
</article>
<article class="style5">
<span class="image">
<img src="images/pic05.jpg" alt="" />
</span>
<a href="https://github.com/Tradeshop/TradeShop/wiki">
<h2>Wiki & Documentation</h2>
<div class="content">
<p>If you need more information, we have plenty of articles and tutorials on our Wiki hosted on GitHub.</p>
</div>
</a>
</article>
<article class="style4">
<span class="image">
<img src="images/pic04.jpg" alt="" />
</span>
<a href="https://github.com/Tradeshop/TradeShop/issues">
<h2>Source Code & GitHub Issues</h2>
<div class="content">
<p>Bug reports and feature requests, as well as general questions can go here.</p>
</div>
</a>
</article>
<article class="style3">
<span class="image">
<img src="images/pic08.jpg" alt="" />
</span>
<a href="https://github.com/Tradeshop/TradeShop/wiki/TradeShop-Addon-Framework">
<h2>Official Addons & Addon Framework</h2>
<div class="content">
<p>There are plenty of cool features the plugin could be extended with, but that will not be added to it for several reasons.
However, we have addons, aka external plugins, which hook into our Trade Framework and expand your experience.
Alternatively, feel free to hook into the plugin yourself through our API. Click here for more information.</p>
</div>
</a>
</article>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="copyright">
<li>© 2016 - 2022 TradeShop Plugin. All rights reserved</li><li>Website Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>