name: Plot
version: 1.2.8_beta
main: com.scala.plot.PlotPlugin
api-version: '1.20'
author: scala
description: Plot management plugin with custom world generation
load: STARTUP
loadbefore: [PlotPlugin-premium]
softdepend: [Vault]
folia-supported: true

libraries:
  - org.json:json:20251224
  - org.nanohttpd:nanohttpd:2.3.1
  - dev.dejvokep:boosted-yaml:1.3.6

commands:
  plot:
    description: Main plot command
    usage: /plot <claim|tp|info|add|remove|flag|reset|rate|pos1|pos2|set|walls|fill|copy|paste|undo|wand>
    aliases: [p, scalafemboy]

permissions:
  plot.bypass:
    description: Bypass plot restriction and break / place block anywere
    default: op
  plot.claim:
    description: Allows claiming plots
    default: true
  plot.tp:
    description: Allows teleporting to your plot
    default: true
  plot.info:
    description: Allows viewing plot info
    default: true
  plot.add:
    description: Allows adding players to plots
    default: true
  plot.remove:
    description: Allows removing players from plots
    default: true
  plot.flag:
    description: Allows setting plot flags
    default: true
  plot.rate:
    description: Allows rating a plot
    default: true
  plot.reset:
    description: Allows resetting plots
    default: true
  plot.worldedit:
    description: Allows using WorldEdit commands in plots
    default: true
  plot.worldedit.pos1:
    description: Allows setting position 1
    default: true
  plot.worldedit.pos2:
    description: Allows setting position 2
    default: true
  plot.worldedit.set:
    description: Allows setting blocks in selection
    default: true
  plot.worldedit.walls:
    description: Allows setting plot walls
    default: true
  plot.worldedit.fill:
    description: Allows filling entire plot
    default: true
  plot.worldedit.copy:
    description: Allows copying selections
    default: true
  plot.worldedit.paste:
    description: Allows pasting selections
    default: true
  plot.worldedit.undo:
    description: Allows undoing WorldEdit actions
    default: true
  plot.worldedit.wand:
    description: Allows getting the selection wand
    default: true
  plot.admin:
    description: Admin permissions for plots
    default: op
