2014-11-08 20:37:34 +01:00
|
|
|
name: ${project.name}
|
2015-02-23 00:12:33 +01:00
|
|
|
main: com.intellectualcrafters.plot.BukkitMain
|
2014-11-08 20:37:34 +01:00
|
|
|
version: ${project.version}
|
2014-09-22 13:00:45 +02:00
|
|
|
load: STARTUP
|
2014-09-22 21:21:14 +02:00
|
|
|
description: >
|
2014-09-22 21:23:12 +02:00
|
|
|
Easy, yet powerful Plot World generation and management.
|
2014-10-08 16:15:25 +02:00
|
|
|
authors: [Citymonstret, Empire92]
|
2015-01-09 18:28:39 +01:00
|
|
|
softdepend: [WorldEdit, BarAPI, CameraAPI, Vault]
|
2015-04-14 14:24:25 +02:00
|
|
|
loadbefore: [MultiWorld, Multiverse-Core]
|
2014-09-22 13:00:45 +02:00
|
|
|
database: false
|
2014-09-22 21:21:14 +02:00
|
|
|
commands:
|
2014-09-22 21:23:12 +02:00
|
|
|
plots:
|
2015-02-19 09:51:10 +01:00
|
|
|
description: PlotSquared PlotSquared command.
|
2015-01-10 02:52:48 +01:00
|
|
|
aliases: [p,plot,ps,plotsquared,p2]
|
2014-09-22 21:23:12 +02:00
|
|
|
permission: plots.use
|
2014-10-23 09:23:09 +02:00
|
|
|
permission-message: "You are lacking the permission node 'plots.use'"
|
2014-09-22 13:00:45 +02:00
|
|
|
permissions:
|
2014-09-22 21:23:12 +02:00
|
|
|
plots.admin:
|
2015-06-25 02:01:08 +02:00
|
|
|
children:
|
|
|
|
plots.*: true
|
|
|
|
default: op
|
2015-07-17 12:48:13 +02:00
|
|
|
plots.use:
|
|
|
|
default: true
|
2015-06-25 02:01:08 +02:00
|
|
|
plots.permpack.basicflags:
|
|
|
|
default: op
|
|
|
|
children:
|
|
|
|
plots.set.flag: true
|
|
|
|
plots.flag: true
|
|
|
|
plots.set.flag.titles: true
|
|
|
|
plots.set.flag.greeting: true
|
|
|
|
plots.set.flag.farewell: true
|
|
|
|
plots.set.flag.notify-enter: true
|
|
|
|
plots.set.flag.notify-leave: true
|
|
|
|
plots.set.flag.feed: true
|
|
|
|
plots.set.flag.heal: true
|
|
|
|
plots.set.flag.invincible: true
|
|
|
|
plots.set.flag.instabreak: true
|
|
|
|
plots.set.flag.fly: true
|
|
|
|
plots.set.flag.gamemode: true
|
|
|
|
plots.set.flag.time: true
|
|
|
|
plots.set.flag.weather: true
|
|
|
|
plots.set.flag.music: true
|
|
|
|
plots.set.flag.disable-physics: true
|
|
|
|
plots.set.flag.pve: true
|
|
|
|
plots.set.flag.pvp: true
|
|
|
|
plots.set.flag.explosion: true
|
|
|
|
plots.set.flag.hostile-interact: true
|
|
|
|
plots.set.flag.hostile-attack: true
|
|
|
|
plots.set.flag.animal-interact: true
|
|
|
|
plots.set.flag.animal-attack: true
|
|
|
|
plots.set.flag.tamed-interact: true
|
|
|
|
plots.set.flag.tamed-attack: true
|
|
|
|
plots.set.flag.misc-interact: true
|
|
|
|
plots.set.flag.hanging-place: true
|
|
|
|
plots.set.flag.hanging-break: true
|
|
|
|
plots.set.flag.vehicle-use: true
|
|
|
|
plots.set.flag.vehicle-place: true
|
|
|
|
plots.set.flag.vehicle-break: true
|
|
|
|
plots.set.flag.place: true
|
|
|
|
plots.set.flag.break: true
|
|
|
|
plots.set.flag.use: true
|
|
|
|
plots.set.flag.forcefield: true
|
|
|
|
plots.set.flag.price: true
|
|
|
|
plots.set.flag.no-worldedit: true
|
|
|
|
plots.permpack.basicinbox:
|
|
|
|
default: op
|
|
|
|
children:
|
|
|
|
comments.notifications.enabled : true
|
|
|
|
plots.inbox.read.public: true
|
|
|
|
plots.inbox.modify.public: true
|
|
|
|
plots.inbox.modify.public: true
|
|
|
|
plots.inbox.write.public: true
|
|
|
|
plots.inbox.read.public: true
|
|
|
|
plots.inbox.read.report: true
|
|
|
|
plots.inbox.write.report: true
|
|
|
|
plots.inbox.read.report: true
|
|
|
|
plots.inbox.read.owner: true
|
|
|
|
plots.inbox.modify.owner: true
|
|
|
|
plots.inbox.write.owner: true
|
|
|
|
plots.inbox.read.owner: true
|
|
|
|
plots.comment: true
|
|
|
|
plots.inbox: true
|
|
|
|
plots.permpack.basic:
|
2014-09-22 21:23:12 +02:00
|
|
|
default: op
|
2015-06-25 02:01:08 +02:00
|
|
|
children:
|
|
|
|
plots.use: true
|
|
|
|
plots.info: true
|
|
|
|
plots.claim: true
|
|
|
|
plots.auto: true
|
|
|
|
plots.home: true
|
|
|
|
plots.clear: true
|
|
|
|
plots.delete: true
|
|
|
|
plots.list: true
|
|
|
|
plots.list.mine: true
|
|
|
|
plots.list.shared: true
|
|
|
|
plots.list.world: true
|
|
|
|
plots.list.all: true
|
|
|
|
plots.list.forsale: true
|
|
|
|
plots.list.unowned: true
|
|
|
|
plots.list.unknown: true
|
|
|
|
plots.set: true
|
|
|
|
plots.visit: true
|
|
|
|
plots.visit.owned: true
|
|
|
|
plots.visit.shared: true
|
|
|
|
plots.set.flag: true
|
|
|
|
plots.flag: true
|
|
|
|
plots.buy: true
|
|
|
|
plots.chat: true
|
|
|
|
plots.confirm: true
|
|
|
|
plots.toggle: true
|
|
|
|
plots.toggle.titles: true
|
|
|
|
plots.set.biome: true
|
|
|
|
plots.set.home: true
|
|
|
|
plots.merge: true
|
2015-07-13 19:42:02 +02:00
|
|
|
plots.merge.other: true
|
2015-06-25 02:01:08 +02:00
|
|
|
plots.unlink: true
|
|
|
|
plots.denied: true
|
|
|
|
plots.add: true
|
|
|
|
plots.trust: true
|
|
|
|
plots.deny: true
|
|
|
|
plots.remove: true
|
|
|
|
plots.untrust: true
|
|
|
|
plots.undeny: true
|
|
|
|
plots.kick: true
|
2014-09-23 09:59:45 +02:00
|
|
|
plots.worldedit.bypass:
|
2015-07-18 10:26:55 +02:00
|
|
|
default: false
|
|
|
|
plots.gamemode.bypass:
|
|
|
|
default: op
|