From d9124c2e64931c7cf890c5741d7762a626e7670c Mon Sep 17 00:00:00 2001 From: Olof Larsson Date: Wed, 6 Apr 2011 23:51:03 +0200 Subject: [PATCH] readme --- README.md | 44 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 34 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 75bfcd0..4677af2 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,39 @@ -AncientGates - Minimalistic and Powerfull Portal-Gates +AncientGates - Easily create portals with custom design ==================== -With this plugin the server administrators can create gates that will teleport anyone who enter to a location specific to that gate. -You may design the gates any way you like! Build your gate of dirt if you feel like it :) - -Try the ingame command /gate -for more info. - -Usage ---------- Read the full userguide here: [http://mcteam.org/ancientgates](http://mcteam.org/ancientgates)
-TODO IT IS NOT THERE YET :) + +With this plugin the server operators (OPs) can create gates that will teleport anyone who enter to a location specific to that gate. The hightlights are: It is so darn easy to use! :D and The gates can look any way you like \o/ + +Try the ingame command: /gate
+Thought first you should take a look at the demonstration I and karibu6 created:
+[http://www.youtube.com/watch?v=L4hyqTpeEaA](http://www.youtube.com/watch?v=L4hyqTpeEaA) + +Commands +--------- + + * /gate help,h,? *[page] Display a help page + * /gate create,new [id] Create a gate + * /gate delete,del,remove [id] Delete a gate + * /gate setfrom [id] Set “from” to your location. + * /gate setto [id] Set “to” to your location. + * /gate open [id] Open that gate + * /gate close [id] Close that gate + * /gate list,ls Display a list of the gates + +FAQ +--------- + +Why the name AncientGates?
+Because the purpose of this plugin that I envision is that players should not be able to create gates to other worlds themselves. The server operators build gates with cool ruins around them and in order to get to another world the players need to find one of those ruins. + +Who can create a gate?
+Only server operators! Not normal players. There is no suport for any permissions plugin. + +Who can destroy a gate?
+Anyone if you do not use a third-party protection plugin like Factions. + +Are there IConnomy integration, Features for user to dial other gates etc?
+Nope. This plugin is very minimalistic and plain. Server operators manage the portals players use them any time they are open. Installing ----------