-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
250 lines (228 loc) · 10 KB
/
services.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124813131-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-124813131-2');
</script>
<!-- Google Adsense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-7335154697231417",
enable_page_level_ads: true
});
</script>
<title>LibertyLand - Services</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="canonical" href="https://libertyland.xyz">
<link rel="stylesheet" href="assets/css/main.css"/>
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic">
<link rel="icon" href="https://libertyland.xyz/img/icon.ico">
<noscript><link rel="stylesheet" href="assets/css/noscript.css"/></noscript>
<meta http-equiv="X-UA-Compatible" content="ie-edge">
<meta name="theme-color" content="#343a40">
<meta name="description" content="LibertyLand Network's website">
<meta name="author" content="Artuto & LIBLND Contributors">
<meta property="og:site_name" content="LibertyLand - Services">
<meta property="og:title" content="LibertyLand - Services">
<meta property="og:url" content="https://libertyland.xyz/services">
<meta property="og:description" content="LibertyLand Network's website">
<meta property="og:image" content="https://libertyland.xyz/img/icon.png">
<!-- Copyright (C) 2017-2021 - LibertyLand Network & LIBLND - All Rights Reserved -->
</head>
<!-- Warn -->
<div id="warn" class="modal">
<div class="modal-content">
<div class="modal-header">
<span class="close">×</span>
<br>
<h2>Important Information about LibertyLand</h2>
</div>
<div class="modal-body">
<br>
<p>LibertyLand is having funding issues to continue its operations,
as such, LibertyLand has been shut down by our hosting provider due to
missing payments. Therefore, we ask you for your support to continue running.</p>
<p>Please visit our <a href="https://store.libertyland.xyz">webstore</a> if you want to support us.
We have set up a Community Goal so you can track how much is needed. Thanks!</p>
</div>
</div>
</div>
<!-- Warn Script -->
<script>
var modal = document.getElementById('warn');
modal.style.display = "block";
document.getElementsByClassName("close")[0].onclick = function() {
modal.style.display = "none";
}
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
</script>
<body>
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="https://libertyland.xyz">LibertyLand</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<!-- `target="_blank"` means the links will open in a new tab -->
<li><a href="https://libertyland.xyz">Home</a></li>
<li><a href="vote">Vote</a></li>
<li><a href="services">Services</a></li>
<li><a href="https://forums.libertyland.xyz" target="_blank">Forums</a></li>
<li><a href="https://discord.gg/kcGUDFd" target="_blank">Discord</a></li>
<li><a href="https://mc.libertyland.xyz" target="_blank" >Bans</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<!-- Header -->
<header>
<h2>Services</h2>
<p>
The administration offers different services of things that<br>
can't be done with Creative or they would take too much time.<br>
Services must be paid in tokens to the administrator doing the task.
</p>
</header>
<section class="wrapper alt style4">
<!-- Hologram -->
<section class="spotlight">
<div class="image"><img src="img/content/services/holo.webp" alt=""/></div>
<div class="content">
<h2>Hologram</h2>
<p>
Put a hologram with custom text and floating item!<br>
Fancy way to show text to the players.<br>
Editing has a different cost.<br>
Only available for Town mayors.
</p>
<p style="font-size: 30px;">
<b>Cost:</b> 2 Tokens<br><br>
<b>Editing:</b> $20,000
</p>
</div>
</section>
<!-- TP Block -->
<section class="spotlight">
<div class="image"><img src="img/content/services/tp.webp" alt=""/></div>
<div class="content">
<h2>TP Block</h2>
<p>
Setup a command block with a TP command.<br>
Useful to teleport residents to different places of the Town.<br>
Editing has a different cost.<br>
Only available for Town mayors. They must be for public usage (Resident and Visitor).
</p>
<p style="font-size: 30px;">
<b>Cost:</b> 4 Tokens<br><br>
<b>Editing:</b> $20,000
</p>
</div>
</section>
<!-- Portal -->
<section class="spotlight">
<div class="image"><img src="img/content/services/portal.webp" alt=""/></div>
<div class="content">
<h2>Portal</h2>
<p>
Portals can be installed and setup to teleport to other dimensions (Nether and End), the Spawn,<br>
Business, Events and Resources worlds.<br>
Only available for Town mayors. They must be for public usage (Resident and Visitor).
</p>
<p style="font-size: 30px;">
<b>Cost:</b> 4 Tokens
</p>
</div>
</section>
<!-- Spawner -->
<section class="spotlight">
<div class="image"><img src="img/content/services/spawner.webp" alt=""/></div>
<div class="content">
<h2>Spawner</h2>
<p>
Useful to create special spawner rooms for mobs.<br>
Buy a spawner for whatever mob you want (with some exceptions)<br>
and place it on your town.<br>
<b>Remember to ask an Administrator to protect the zone especially to prevent accidental destruction!</b>
</p>
<p style="font-size: 30px;">
<b>Cost:</b> 4 Tokens
</p>
</div>
</section>
<!-- Schematic -->
<section class="spotlight">
<div class="image"><img src="img/content/services/schem.webp" alt=""/></div>
<div class="content">
<h2>Schematic</h2>
<p>
Paste your creative buildings on the server.<br>
You can also move buildings inside the server.<br>
Minimum prize is 1 Token/plot but may vary depending on materials used.
</p>
<p style="font-size: 30px;">
<b>Cost:</b> 1 Token/plot
</p>
</div>
</section>
<!-- Zero layer -->
<section class="spotlight">
<div class="image"><img src="img/content/services/0layer.webp" alt=""/></div>
<div class="content">
<h2>Zero layer</h2>
<p>
Empty a plot to layer zero in less than 5 seconds!
</p>
<p style="font-size: 30px;">
<b>Cost:</b> 1 Token/plot
</p>
</div>
</section>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://twitter.com/LibertyLandMC" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://facebook.com/LibertyLandMC" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://instagram.com/LibertyLandMC" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope-o"><span class="label">Support</span></a></li>
</ul>
<ul class="copyright">
<li>
© 2017-2021 LibertyLand Network & LIBLND - All Rights Reserved
</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.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>
<script src="https://kit.fontawesome.com/1c97424785.js" crossorigin="anonymous"></script>
</body>
</html>