From d370dcf8c2804777c6e9f60aa0d22eefb3e5cf8b Mon Sep 17 00:00:00 2001 From: Olof Larsson Date: Sun, 6 Feb 2011 17:53:41 +0100 Subject: [PATCH] It's not a good idea to name something versioned to latest... --- README.md | 18 +++++++++--------- .../{latest.zip => factions 1.0beta1.zip} | Bin 2 files changed, 9 insertions(+), 9 deletions(-) rename releases/{latest.zip => factions 1.0beta1.zip} (100%) diff --git a/README.md b/README.md index 7a6faf18..a9807f4d 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,16 @@ Factions - Guilding and user-controlled antigrief plugin for Minecraft ==================== This plugin will allow the players on the server to create factions/guilds. The factions can claim territory that will be protected from non-members. Factions can forge alliances and declare themselves enemies with others. Land may be taken from other factions through war. -With this plugin... +The goals of this plugin: -* The players will effectively take care of anti-griefing themselves. -* There will be politics and intrigues on your server. -* The players can enjoy guilding and team spirit. + * The players should be able to take care of anti-griefing themselves. + * Inspire politics and intrigues on your server. + * Guilding and team spirit! :) Usage --------- +Read the full userguide here: [http://mcteam.org/factions](http://mcteam.org/factions) + The chat console command is: * `/f` @@ -22,8 +24,6 @@ This command has subcommands like: * `/f map` * ... etc -Read the full userguide here: [http://mcteam.org/factions](http://mcteam.org/factions) - You may also read the documentation ingame as the plugin ships with an ingame help manual. Read the help pages like this: * `/f help 1` @@ -36,9 +36,9 @@ Note that you may optionally skip the slash and just write Installing --------- -1. Download the latest release: [latest.zip](https://github.com/oloflarsson/Factions/raw/master/releases/latest.zip) -1. Put the included gson.jar here `/your_server_folder/gson.jar` -1. Put the included Factions.jar here `/your_server_folder/plugins/Factions.jar` +1. Download the latest release: [https://github.com/oloflarsson/Factions/tree/master/releases?raw=true](https://github.com/oloflarsson/Factions/tree/master/releases?raw=true) +1. Put the included gson.jar here `your_minecraft_server/gson.jar` +1. Put the included Factions.jar here `your_minecraft_server/plugins/Factions.jar` Compiling --------- diff --git a/releases/latest.zip b/releases/factions 1.0beta1.zip similarity index 100% rename from releases/latest.zip rename to releases/factions 1.0beta1.zip