mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-05 20:13:08 +00:00
Use this xD
This commit is contained in:
parent
fa7dd4a86c
commit
4ec7baec95
1 changed files with 21 additions and 0 deletions
21
PlotSquared/src/plugin.yml
Normal file
21
PlotSquared/src/plugin.yml
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue