-
Notifications
You must be signed in to change notification settings - Fork 3
/
wars.html
179 lines (164 loc) · 9.41 KB
/
wars.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs -->
<meta charset="utf-8">
<title>Wars - Towny Advanced Plugin Web Portal</title>
<meta name="description" content="Hub Page for the various War systems and addons available for Towny.">
<meta name="author" content="LlmDl">
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT -->
<link href="//fonts.googleapis.com/css?family=Oxygen:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<!-- Favicon -->
<link rel="icon" href="images/favicon.ico">
</head>
<body>
<div class="container">
<div class="row" style="margin-top: 2%; padding:10px">
<h3 class="two-thirds column" style="margin-top:5%; float:left">Towny Advanced Portal</h3>
<a href="index.html" class="one-third column" style="margin-top:5%; float:right; text-align:right">
<img src="images/townyicon.png" alt="Return to the TownyAdvanced Portal" style="border-radius:10px">
</a>
</div>
<hr>
<div class="row" style="margin-top: 2%">
<div class="five columns" style="border-radius:10px">
<h3>> <a href="wars.html">War Hub</a> \</h3>
</div>
</div>
<!-- First-Party War Systems Overview -->
<div class="row" style="margin-top: 2%; padding:10px" >
<!-- Event War -->
<div class="one-third column" style="background-color:#f2f2f2; border-radius:10px; padding:10px">
<h5 style="text-align:center">Event War</h5>
<hr>
<p>
Event War was originally built into Towny, but suffered many shorfalls, such as not being
persistant. Event War is now available as a separate plugin, with many new features.
</p>
<p>
Event War includes 6 war types, is hyper-configurable, is lore-packed and can be simple fun
or configured to have lasting outcomes. Wars can be initiated by player or admins.
</p>
<p>
Event War is currently in closed-beta, with downloads being made available to Sponsors of LlmDl,
who has spent many, many hours on the EventWar revamp.
</p>
</div>
<!-- FlagWar -->
<div class="one-third column" style="background-color:#f2f2f2; border-radius:10px; padding:10px">
<h5 style="text-align:center">FlagWar</h5>
<hr>
<p>
FlagWar was originally included in Towny, and later forked to it's own add-on plugin. It's one
of the oldest war systems for Towny, dating back to 2011. FlagWar is a <em>Nation Vs Nation</em>
war system, and is fought on a <em>plot-by-plot</em> basis.
</p>
<p>
FlagWar often involves multiple fronts, and can be very punishing in regards to Towns suffering
tremendous losses of territorial control. Limitations for having a minimum number of online
players from all parties can help prevent Towns from being completely steam-rolled.
</p>
<p>
Typically, FlagWar is operational 24/7. Having admins schedule dedicated 'armistice days', by
setting <code>rules.allow_attacks: false</code> and then restarting the server, also gives
players some time to rebuild and recover resources.
</p>
</div>
<!-- Siege War -->
<div class="one-third column" style="background-color:#f2f2f2; border-radius:10px; padding:10px">
<h5 style="text-align:center">Siege War</h5>
<hr>
<p>
Siege War is available as a separate plugin, allowing for player-enabled, multi-day long Sieges.
</p>
<p>
Sieges are conducted by Nations on Towns resulting in a geo-political battle for influential
territorial control. Sieges are non-destructive of town lands and only come with monetary
punishments, negated with the Towny Bankruptcy system.
</p>
<p>
Siege War also supports 'casual' and 'cross-timezone' player bases. Each siege is typically of a
moderate duration (e.g. 3 days), which has the advantage of allowing both 'dedicated' and
'casual/cross-timezone' players to become involved and contribute meaningfully to most wars.
</p>
</div>
</div>
<!-- First Party War System Buttons -->
<div class="row" style="margin-top: 2%; padding:10px" >
<div class="one-third column" style="border-radius:10px; text-align:center">
<a class="button button-primary" href="eventwar.html">Learn more about EventWar?</a>
</div>
<div class="one-third column" style="border-radius:10px; text-align:center">
<a class="button button-primary" href="flagwar.html">Learn more about FlagWar?</a>
</div>
<div class="one-third column" style="border-radius:10px; text-align:center">
<a class="button button-primary" href="siegewar.html">Learn More about SiegeWar?</a>
</div>
</div>
<hr>
<div class="row" style="margin-top: 2%; padding:10px">
<div class="twelve column" style="border-radius:10px; padding:10px">
<h1 style="text-align:center">3rd Party War Plugins</h1>
</div>
</div>
<!-- Third Party War Systems Overview -->
<div class="row" style="margin-top: 2%; padding:10px" >
<div class="one-third column" style="background-color:#f2f2f2; border-radius:10px; padding:10px">
<h5 style="text-align:center">Other War Systems</h5>
<hr>
<h6>Your plugin here?</h6>
<p>
Contact us to have your 3rd-party war system added here. Or, submit a pull-request to this
site's repository. It must interface with the Towny API for consideration.
</p>
</div>
<div class="one-third column" style="background-color:#f2f2f2; border-radius:10px; padding:10px">
<h5 style="text-align:center">Other War Systems</h5>
<hr>
<h6>Your plugin here?</h6>
<p>
Contact us to have your 3rd-party war system added here. Or, submit a pull-request to this
site's repository. It must interface with the Towny API for consideration.
</p>
</div>
<div class="one-third column" style="background-color:#f2f2f2; border-radius:10px; padding:10px">
<h5 style="text-align:center">Other War Systems</h5>
<hr>
<h6>Your plugin here?</h6>
<p>
Contact us to have your 3rd-party war system added here. Or, submit a pull-request to this
site's repository. It must interface with the Towny API for consideration.
</p>
</div>
</div>
<!-- Third Party System Buttons -->
<div class="row" style="margin-top: 2%; padding:10px" >
<div class="one-third column" style="border-radius:10px; text-align:center">
<a class="button button-primary" href="https://github.com/TownyAdvanced/Towny#connectsupport">
Get in touch!
</a>
</div>
<div class="one-third column" style="border-radius:10px; text-align:center">
<a class="button button-primary" href="https://github.com/TownyAdvanced/Towny#connectsupport">
Get in touch!
</a>
</div>
<div class="one-third column" style="border-radius:10px; text-align:center">
<a class="button button-primary" href="https://github.com/TownyAdvanced/Towny#connectsupport">
Get in touch!
</a>
</div>
</div>
<!-- Footer -->
<div class="twelve column" style="margin-top: 2%">
<br><br><br><br><br><hr>
<footer style="text-align:center">Website powered by <a href="http://getskeleton.com">Skeleton</a></footer>
</div>
</div>
</body>
</html>