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