Updated README gate creation instructions

This commit is contained in:
Drakia 2011-02-09 01:01:57 -08:00
parent eeed4edd2f
commit a31f32a12b

16
README
View File

@ -2,6 +2,10 @@ Changes in 0.03
- Changed package to net.TheDgtl.* - Changed package to net.TheDgtl.*
- Everything now uses Blox instead of Block objects - Everything now uses Blox instead of Block objects
- Started on vehicle code, but it's still buggy - Started on vehicle code, but it's still buggy
Known Issues:
- Vehicle implementation is nowhere near done.
- Signs aren't always updating, I don't know what's causing this, I think it's a Bukkit thing.
Installation: Installation:
- Move Stargate.jar to your /plugins/ location - Move Stargate.jar to your /plugins/ location
@ -9,13 +13,13 @@ Installation:
Permissions: Permissions:
- stargate.use - stargate.use
- Allow this player/group to use stargates - Allow this player/group to use stargates.
- stargate.create - stargate.create
- Allow this player/group to create new stargates - Allow this player/group to create new stargates.
- stargate.destroy - stargate.destroy
- Allow this player/group to destroy existing stargates - Allow this player/group to destroy existing stargates.
- stargate.hidden - stargate.hidden
- Allow this player/group to see all hidden stargates - Allow this player/group to see all hidden stargates.
Building a gate: Building a gate:
OO OO
@ -24,6 +28,10 @@ Building a gate:
O O O O
OO OO
- Type a name on the first line on the sign, it must be less than 12 characters long. - Type a name on the first line on the sign, it must be less than 12 characters long.
- Type a set destination name on the second line if desired.
- Type a network name on the third line if desired.
- Type any options on the 4th line if desired.
- Right click the sign block to initialize the gate as a Stargate.
Sign Layout: Sign Layout:
- Line 1: Gate Name (Max 12 characters) - Line 1: Gate Name (Max 12 characters)