-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
156 lines (151 loc) · 5.52 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
---
layout: standard
title:
pageclass: mainbg
---
<div class="head-g" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div style="text-align: center">
<img src="img/qs2.png" />
<h1>One simple essentials plugin. Many amazing possibilities.</h1>
<p>Meet Nucleus.</p>
<p>
<a href="https://ore.spongepowered.org/Nucleus/Nucleus/versions" target="_blank" class="btn btn-primary" style="width: 250px; line-height: 24px;">
<span class="glyphicon glyphicon-download" style="line-height: 16px; display: inline-block;"></span> Get Nucleus for Sponge<br /><small>Download hosted on Ore</small></a>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="divider">
<div class="container">
<div class="row">
<div class="col-xs-12">
</div>
</div>
</div>
</div>
<div class="panel-e panel1 ta1" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-md-9">
<h2>
Extremely simple. Highly configurable.
</h2>
<p>
Nucleus is designed to be installed and used with minimal fuss.
</p>
<p>
Just because Nucleus can be simple, doesn't mean it's "one size fits all"! Don't want warp functionality? Turn it off!
Want to charge for a command? Done. Warmups and cooldowns? Wait for it...
</p>
<p>
Head over to our Server Admin's guide, and see what Nucleus can do for you!
</p>
</div>
</div>
</div>
</div>
<div class="divider">
<div class="container">
<div class="row">
<div class="col-xs-12">
</div>
</div>
</div>
</div>
<div class="panel-e panel2 ta1" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-md-9">
<h2>
Plugins can join in too!
</h2>
<p>
Making a plugin that might make use of Nucleus? We've got you covered too! Want to use a few warps? Get them from Nucleus's warp service. Want to set a player home?
We can do that too. Want to jail someone who breaks the rules of your game? You'll have those rule-breakers behind bars in no time!
</p>
<p>
It's not just about integration! Do you develop a plugin that offers advanced functionality that replaces part of what Nucleus does?
You can request to turn off parts of the plugin! No more command conflicts, Nucleus can adapt to a server without the server owners batting an eyelid!
</p>
<p>
Take a look at our Plugin Developer integration guide and see what you can do.
</p>
</div>
</div>
</div>
</div>
<div class="divider">
<div class="container">
<div class="row">
<div class="col-xs-12">
</div>
</div>
</div>
</div>
<div class="panel-e panel3 ta1" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-md-9">
<h2>
Created for you. Open for all.
</h2>
<p>
We're open ears here! Found a bug? Something not quite right? Or do you have an idea that would fit in with Nucleus? Let us know on our GitHub issues page!
</p>
<p>
Are you a developer who wants to help out! Send us a pull request!
</p>
<p>
Nucleus is open source and licenced under the MIT licence. That means you can grab the code, tinker with it, and hopefully improve it!
</p>
<p>
We can be found over on GitHub!
</p>
</div>
</div>
</div>
</div>
<div class="divider">
<div class="container">
<div class="row">
<div class="col-xs-12">
</div>
</div>
</div>
</div>
<div class="panel-e panel4 ta1" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-md-12" style="text-align: center;">
<h2>
Want to learn more?
</h2>
</div>
</div>
<div class="row">
<div class="col-md-3">
<a href="https://ore.spongepowered.org/Nucleus/Nucleus/versions" class="btn btn-primary btn-block">Download</a>
</div>
<div class="col-md-3">
<a href="docs/" class="btn btn-primary btn-block">News</a>
</div>
<div class="col-md-3">
<a href="docs/" class="btn btn-primary btn-block">Documentation</a>
</div>
<div class="col-md-3">
<a href="http://github.com/NucleusPowered/Nucleus" target="_blank" class="btn btn-primary btn-block">GitHub</a>
</div>
</div>
</div>
<div class="head">
<div class="container">
<div class="row">
</div>
</div>
</div>
</div>