From 4ec7baec9594463f908b5f70b60661326f1a7f15 Mon Sep 17 00:00:00 2001 From: Sauilitired Date: Mon, 22 Sep 2014 13:00:45 +0200 Subject: [PATCH] Use this xD --- PlotSquared/src/plugin.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 PlotSquared/src/plugin.yml diff --git a/PlotSquared/src/plugin.yml b/PlotSquared/src/plugin.yml new file mode 100644 index 000000000..c5b68a728 --- /dev/null +++ b/PlotSquared/src/plugin.yml @@ -0,0 +1,21 @@ +name: PlotSquared +main: com.intellectualcrafters.plot.PlotMain +version: 1.0 +load: STARTUP +description: > + Easy, yet powerful Plot World generation and management. +authors: [Citymonstret, brandonrelph] +softdepend: [WorldEdit, BarAPI, PlotMe, CameraAPI] +database: false +commands: + plots: + description: PlotMain PlotSquared command. + aliases: [p,plotme,plot] + permission: plots.use +permissions: + plots.use: + default: op + plots.admin: + default: op + plots.worldedit.bypass: + defautl: false \ No newline at end of file