Plex-FAWE/README.html

83 lines
2.4 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>WorldEdit ${version}</title>
<style>
body {
margin: 0;
padding: 20px;
background: #efefef;
color: #333;
2012-08-25 01:59:18 +00:00
line-height: 1.5;
}
#wrapper {
2012-08-25 01:59:18 +00:00
margin: 1em auto 1em auto;
width: 600px;
background: #fff;
2012-08-25 01:59:18 +00:00
padding: 3em;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
border-radius: 0.5em;
border: 1px solid #ccc;
box-shadow: 0 0.3em 0.6em rgba(0, 0, 0, 0.1);
line-height: 1.4;
}
body, th, td, input {
2012-08-25 01:59:18 +00:00
font: 0.8em sans-serif;
}
a:link, a:visited {
2012-08-25 01:59:18 +00:00
color: #0004b2;
text-decoration: none;
}
2012-08-25 01:59:18 +00:00
a:hover {
color: #ac0000;
text-decoration: none;
border-bottom: 1px solid #999;
}
h1 {
2012-08-25 01:59:18 +00:00
font: 2.2em 'Trebuchet MS', Helvetica, Arial, sans-serif;
color: #ff6900;
margin: 0 0;
padding: 0 0 0.2em 0;
font-weight: normal;
}
h2 {
2012-08-25 01:59:18 +00:00
font: 1.4em 'Trebuchet MS', Helvetica, Arial, sans-serif;
color: #555;
margin: 1.6em 0 1em 0;
padding: 0 0 0.2em 0;
border-bottom: 1px solid #CCC;
font-weight: bold;
}
</style>
</head>
<body>
<div id="wrapper">
<h1>WorldEdit ${version}</h1>
<p>Thanks for choosing WorldEdit! WorldEdit provides you with powerful in-game map editing tools and it is an indispensable tool for both creative and survival play.</p>
2012-08-25 01:59:18 +00:00
<h2>Relevant links</h2>
<p>You can find information on how to install, configure, and use WorldEdit on our wiki.</p>
<ul>
2012-08-25 01:59:18 +00:00
<li><a href="http://wiki.sk89q.com/wiki/WorldEdit/Installation">Installation</a></li>
<li><a href="http://wiki.sk89q.com/wiki/WorldEdit/Upgrading">Upgrading</a></li>
<li><a href="http://wiki.sk89q.com/wiki/WorldEdit/Changelog">Changelog</a></li>
<li><a href="http://wiki.sk89q.com/wiki/WorldEdit#Usage">Documentation</a></li>
</ul>
2012-08-25 01:59:18 +00:00
<h2>Getting help</h2>
<p>Need help? Check out our <a href="http://wiki.sk89q.com/wiki/WorldEdit/Support">support information page</a>.<a href="skq.me/irc/irc.esper.net/worldedit"></a></p>
<p>There, you can learn how to:</p>
<ul>
2012-08-25 01:59:18 +00:00
<li>How to join IRC chat and ask questions</li>
<li>Where to report bugs and request features</li>
2011-05-02 01:07:25 +00:00
</ul>
<h2>Contributing</h2>
<p>WorldEdit is entirely open source! You can download all of the plugin code to learn from it, modify it for your own self, or even contribute back!</p>
<ul>
2012-08-25 01:59:18 +00:00
<li><a href="http://wiki.sk89q.com/wiki/WorldEdit/Development">More information</a></li>
</ul>
<p><small>Maven information: ${groupId}/${artifactId}/${version}</small></p>
</div>
</body>
</html>