File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments