Created
July 28, 2014 20:20
-
-
Save subdavis/3ce0f9a6930dc1104ff3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <title>Zombie's Resources</title> | |
| <link rel="stylesheet" href="main.css"> | |
| <!-- Latest compiled and minified CSS --> | |
| <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> | |
| <!-- Optional theme --> | |
| <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"> | |
| </head> | |
| <body> | |
| <header> | |
| <nav class="navbar navbar-default" role="navigation"> | |
| <div class="navbar-inverse" role="banner"> | |
| <div class="container"> | |
| <!-- Brand and toggle get grouped for better mobile display --> | |
| <div class="navbar-header"> | |
| <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | |
| <span class="sr-only">Toggle navigation</span> | |
| <span class="icon-bar"></span> | |
| <span class="icon-bar"></span> | |
| <span class="icon-bar"></span> | |
| </button> | |
| <a class="navbar-brand" href="index.html">Zombie's Resources</a> | |
| </div> | |
| <!-- Collect the nav links, forms, and other content for toggling --> | |
| <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | |
| <ul class="nav navbar-nav"> | |
| <li><a href="index.html">Home</a></li> | |
| <li><a href="contact.html">Contact</a></li> | |
| <li class="active"><a>Plugins</a></li> | |
| </ul> | |
| </nav> | |
| </header> | |
| <div class-"container"> | |
| <div class="row"> | |
| <div class="col-sm-3 col-xs-3"> | |
| <div class="panel panel-default"> | |
| <div class="panel-heading"><center><a href="http://dev.bukkit.org/bukkit-plugins/essentials/">Essentials Plugin</a></center></div> | |
| <div class="panel-body"><strong>Essentials is a great plugin for having all the needed commands on a minecraft server, it is a very large plugin and has a large area of customization in terms of messages and other things related. It is considered the most essential plugin for a minecraft server. Essentials also has a heap of Administrative commands! I personally recommened essentials be the first thing you install, also the same team that made essentials went along and made Groupmanager a permissions plugin much like PermissionsEx but with less features, it is best for non-advanced users.</strong> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="col-sm-3 col-xs-3"> | |
| <div class="panel panel-default"> | |
| <div class="panel-heading"><center><a href="http://dev.bukkit.org/bukkit-plugins/coreprotect/">CoreProtect Plugin</a></center></div> | |
| <div class="panel-body"><strong>CoreProtect is a great plugin for block management. CoreProtect automatically logs block changes, and you can roll them back if someone griefs. Commands are fairly easy and you can specify time and radius to rollback. As well as rolling back blocks, you can rollback users. Say if a person was banned, you can roll them back to before they were on the server. CoreProtect is overall a great plugin to use for block management. It is a great alternative from LogBlock</strong></div></div> | |
| </div> | |
| <div> | |
| </div> | |
| <!-- Latest compiled and minified JavaScript --> | |
| <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> | |
| </body> | |
| </html> | |
| <!-- Hosting24 Analytics Code --> | |
| <script type="text/javascript" src="http://stats.hosting24.com/count.php"></script> | |
| <!-- End Of Analytics Code --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment