Updated and removed files to reflect that GSON is now in the source. The Manifest.MF file was removed as it was empty etc.

This commit is contained in:
Olof Larsson 2011-03-05 10:44:30 +01:00
parent 6c971742d0
commit 66b746b6ca
4 changed files with 11 additions and 17 deletions
MANIFEST.MFREADME.mdgson-license.txt
packaging/your_minecraft_server

@ -1 +0,0 @@
Manifest-Version: 1.0

@ -10,7 +10,7 @@ The goals of this plugin:
Usage Usage
--------- ---------
Read the full userguide here: [http://mcteam.org/factions](http://mcteam.org/factions) <b>Read the full userguide here: [http://mcteam.org/factions](http://mcteam.org/factions)</b>
The chat console command is: The chat console command is:
@ -18,8 +18,8 @@ The chat console command is:
This command has subcommands like: This command has subcommands like:
* `/f create My faction name` * `/f create MyFactionName`
* `/f invite my friends name` * `/f invite MyFriendsName`
* `/f claim` * `/f claim`
* `/f map` * `/f map`
* ... etc * ... etc
@ -35,19 +35,14 @@ Note that you may optionally skip the slash and just write
* `f` * `f`
Installing Installing
--------- ----------
1. Download the latest release: [https://github.com/oloflarsson/Factions/tree/master/releases](https://github.com/oloflarsson/Factions/tree/master/releases) 1. Download the latest release: [https://github.com/oloflarsson/Factions/tree/master/releases](https://github.com/oloflarsson/Factions/tree/master/releases)<br/>
1. Put the included gson.jar here `your_minecraft_server/gson.jar` 1. Put Factions.jar in the plugins folder.
1. Put the included Factions.jar here `your_minecraft_server/plugins/Factions.jar`
Compiling A default config file will be created on the first run.
---------
<b>You will need the Bukkit library to compile (Bukkit.jar)</b><br/>
You can download it here: [http://bamboo.lukegb.com/browse/BUKKIT-BUKKITMAIN/](http://bamboo.lukegb.com/browse/BUKKIT-BUKKITMAIN/)
<b>You will also need Google GSON in your build path.</b><br/> License
You can download it here: [http://code.google.com/p/google-gson/](http://code.google.com/p/google-gson/)<br/> ----------
<b>OR</b> you can use the file in this repo `/packaging/your_minecraft_server/gson.jar`<br/> This project has a LGPL license just like the Bukkit project.
However you won't get javadocs and source that way. This project uses [GSON](http://code.google.com/p/google-gson/) which has a [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0 ).
You will need to include the MANIFEST.MF and plugin.yml in your jar. All bukkit plugins need a plugin.yml and the MANIFEST.MF is needed for the plugin to find the gson.jar (wich should be in the same folder as the main server jar when running the server).

Binary file not shown.