From 5730650d606191cef175145c34fe9d5aa953a43e Mon Sep 17 00:00:00 2001 From: Sauilitired Date: Mon, 22 Sep 2014 21:21:14 +0200 Subject: [PATCH] Could you implement this setting? xD --- PlotSquared/src/plugin.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/PlotSquared/src/plugin.yml b/PlotSquared/src/plugin.yml index c5b68a728..fb5c6e792 100644 --- a/PlotSquared/src/plugin.yml +++ b/PlotSquared/src/plugin.yml @@ -2,20 +2,20 @@ name: PlotSquared main: com.intellectualcrafters.plot.PlotMain version: 1.0 load: STARTUP -description: > - Easy, yet powerful Plot World generation and management. +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 +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 +plots.use: +default: op +plots.admin: +default: op +plots.worldedit.bypass: +defautl: false \ No newline at end of file