Browse Source

Created plugin.yml

Olyol95 11 years ago
parent
commit
34b9748413
1 changed files with 44 additions and 0 deletions
  1. 44 0
      plugin.yml

+ 44 - 0
plugin.yml

@@ -0,0 +1,44 @@
+name: Tag
+main: org.noip.olyol95.tag.Tag
+version: 1.5.2
+commands:
+   tag:
+      description: Join the game of tag.
+      usage: /tag [join] [leave] [list] [who] [on] [off]
+permissions:
+    tag.*:
+        description: Gives access to all tag commands
+        children:
+            tag.join: true
+            tag.leave: true
+            tag.on: true
+            tag.off: true
+            tag.list: true
+            tag.who: true
+    tag.user:
+        description: Gives access to basic tag commands
+        children:
+            tag.join: true
+            tag.leave: true
+            tag.on: false
+            tag.off: false
+            tag.list: true
+            tag.who: true
+    tag.join:
+        description: Allows you to use /tag join
+        default: true
+    tag.leave:
+        description: Allows you to use /tag leave
+        default: true
+    tag.list:
+        description: Allows you to use /tag list
+        default: true
+    tag.who:
+        description: Allows you to use /tag who
+        default: true
+    tag.on:
+        description: Allows you to use /tag on
+        default: op
+    tag.off:
+        description: Allows you to use /tag off
+        default: op