Skip to content

Commit 0237d46

Browse files
committed
Populated Readme
1 parent 1188648 commit 0237d46

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#CHWarps
2+
3+
>Warp system made with MethodScript in the bukkit plugin [CommandHelper][1]
4+
5+
CHWarps permissions is mainly by owner.
6+
7+
**Commands**
8+
9+
- /warp [p]create <name> - create a new warp. Private if *pcreate* is used at current location.
10+
- /warp set <name> - alias for /warp create.
11+
- /warp delete <name> - delete a warp.
12+
- /warp public <name> - set warp to public.
13+
- /warp private <name> - set warp to private.
14+
- /warp welcome <name> [message] - set warp's welcome message.
15+
- /warp invite <name> <player> - allow a player to bypass private warp status.
16+
- /warp uninvite <name> <player> - disallow a player to bypass private warp status.
17+
- /warp list - list available public warps as well as warps shared to you.
18+
19+
**Permissions**
20+
21+
- chwarps.admin - bypass warps as if you were the owner.
22+
- chwarps.create - gives ability to use */warp create*.
23+
- chwarps.warp
24+
- chwarps.warp - give ability to even use any warps
25+
- chwarps.sign.create - give ability to make warp signs
26+
- chwarps.sign.use - give ability to use warp signs
27+
- chwarps.warp
28+
29+
[1]: http://wiki.sk89q.com/wiki/CommandHelper

0 commit comments

Comments
 (0)