2016-02-26 13:55:21 +01:00
|
|
|
name: ${name}
|
2015-07-26 16:51:12 +02:00
|
|
|
main: com.plotsquared.bukkit.BukkitMain
|
2016-02-26 13:55:21 +01:00
|
|
|
version: ${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.
|
2016-05-13 17:13:08 +02:00
|
|
|
authors: [Citymonstret, Empire92, MattBDev]
|
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-08-04 14:21:12 +02:00
|
|
|
aliases: [p,plot,ps,plotsquared,p2,2]
|
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:
|
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
|
2015-09-03 07:45:25 +02:00
|
|
|
plots.flag.add: true
|
|
|
|
plots.flag.remove: true
|
|
|
|
plots.flag.list: true
|
|
|
|
plots.flag.info: 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
|
2015-09-03 15:34:52 +02:00
|
|
|
plots.set.flag.gamemode: true
|
|
|
|
plots.set.flag.gamemode.creative: true
|
|
|
|
plots.set.flag.gamemode.survival: true
|
|
|
|
plots.set.flag.gamemode.adventure: true
|
2015-09-03 07:45:25 +02:00
|
|
|
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.player-interact.*: 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.player-interact.*: 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
|
2015-06-25 02:01:08 +02:00
|
|
|
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
|
2015-10-07 08:33:33 +02:00
|
|
|
plots.permpack.wilderness:
|
|
|
|
default: op
|
|
|
|
children:
|
|
|
|
plots.admin.interact.unowned: true
|
|
|
|
plots.admin.destroy.unowned: true
|
|
|
|
plots.admin.build.unowned: true
|
|
|
|
plots.projectile.unowned: true
|
|
|
|
plots.admin.vehicle.break.unowned: true
|
|
|
|
plots.admin.pve.unowned: true
|
2015-06-25 02:01:08 +02:00
|
|
|
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
|
2015-09-03 07:45:25 +02:00
|
|
|
plots.flag.add: true
|
|
|
|
plots.flag.remove: true
|
|
|
|
plots.flag.list: true
|
|
|
|
plots.flag.info: true
|
2015-06-25 02:01:08 +02:00
|
|
|
plots.flag: true
|
|
|
|
plots.buy: true
|
|
|
|
plots.chat: true
|
|
|
|
plots.confirm: true
|
|
|
|
plots.toggle: true
|
|
|
|
plots.toggle.titles: true
|
2015-08-18 15:20:11 +02:00
|
|
|
plots.toggle.chat: true
|
2015-06-25 02:01:08 +02:00
|
|
|
plots.set.biome: true
|
|
|
|
plots.set.home: true
|
|
|
|
plots.merge: true
|
2015-07-13 19:42:02 +02:00
|
|
|
plots.merge.other: true
|
2015-09-27 08:43:11 +02:00
|
|
|
plots.merge.4: 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
|
2015-08-08 19:24:01 +02:00
|
|
|
plots.download: true
|
|
|
|
plots.save: true
|
2015-08-18 15:20:11 +02:00
|
|
|
plots.done: true
|
|
|
|
plots.continue: true
|
2016-02-27 01:10:59 +01:00
|
|
|
plots.middle: 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:
|
2016-03-10 23:12:56 +01:00
|
|
|
default: op
|
|
|
|
plots.confirm.bypass:
|
|
|
|
default: false
|