summaryrefslogtreecommitdiff
path: root/src/main/resources/plugin.yml
diff options
context:
space:
mode:
authorDavid Panić <david@panic.tk>2019-04-07 19:55:48 +0200
committerDavid Panić <david@panic.tk>2019-04-07 19:55:48 +0200
commite74a959d7481a4514cd91389949c68a382997706 (patch)
tree009be88d41a6a80ccb4efd76894cdd35ecb5a7a4 /src/main/resources/plugin.yml
parentafc5c65761cae9f52f53ae7f6ecc495600cb94c9 (diff)
Created basic ban functionality (IP bans not yet supported)
Diffstat (limited to 'src/main/resources/plugin.yml')
-rw-r--r--src/main/resources/plugin.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
new file mode 100644
index 0000000..0667329
--- /dev/null
+++ b/src/main/resources/plugin.yml
@@ -0,0 +1,4 @@
+name: BungeeBans
+main: com.redstoner.bungeeBans.Main
+version: 1.0
+author: psrcek \ No newline at end of file