Factions/plugin.yml

297 lines
12 KiB
YAML
Raw Permalink Normal View History

2016-10-09 10:59:43 +02:00
main: ${project.groupId}.${project.name}
name: ${project.name}
version: ${project.version}
website: ${project.url}
description: ${project.description}
2015-11-06 02:10:29 +01:00
authors: [Cayorion, Madus, Ulumulu1510, MarkehMe, Brettflan]
2014-06-04 14:02:23 +02:00
depend: [MassiveCore]
softdepend: [PermissionsEx, Permissions, Essentials, EssentialsChat, HeroChat, iChat, LocalAreaChat, LWC, nChat, ChatManager, AuthMe, Vault, Spout, WorldEdit, WorldGuard, AuthDB, CaptureThePoints, CombatTag]
permissions:
2013-01-03 08:34:07 +01:00
# -------------------------------------------- #
# THE REAL NODES
# -------------------------------------------- #
factions.access: {description: manage access, with the proper fperm, default: false}
factions.access.faction: {description: grant faction access, with the proper fperm, default: false}
factions.access.player: {description: grant player access, with the proper fperm, default: false}
factions.access.view: {description: view access, default: false}
factions.override: {description: enable override mode, default: false}
2017-02-10 16:38:36 +01:00
factions.basecommand: {description: use factions base command, default: false}
2014-11-19 10:30:44 +01:00
factions.claim: {description: claim faction territory, default: false}
factions.claim.one: {description: claim a single chunk, default: false}
factions.claim.auto: {description: claim as you walk around, default: false}
factions.claim.fill: {description: claim by filling, default: false}
factions.claim.square: {description: claim by square and radius, default: false}
factions.claim.circle: {description: claim by circle and radius, default: false}
factions.claim.all: {description: claim all faction land, default: false}
factions.create: {description: create new faction, default: false}
factions.description: {description: change faction description, default: false}
factions.disband: {description: disband faction, default: false}
factions.expansions: {description: list expansions, default: false}
factions.faction: {description: show faction information, default: false}
2013-06-18 09:38:34 +02:00
factions.flag: {description: manage faction flags, default: false}
factions.flag.list: {description: list flags, default: false}
factions.flag.set: {description: set flags, default: false}
factions.flag.show: {description: show flags, default: false}
factions.home: {description: teleport to faction home, default: false}
factions.invite: {description: manage invites, default: false}
factions.invite.list: {description: list invited players, default: false}
factions.invite.list.other: {description: list invited players of another factions, default: false}
factions.invite.add: {description: invite player, default: false}
factions.invite.remove: {description: revoke an invite, default: false}
factions.join: {description: join faction, default: false}
factions.join.others: {description: have another player join faction, default: false}
factions.kick: {description: kick player from faction, default: false}
factions.leave: {description: leave your faction, default: false}
factions.list: {description: list all factions, default: false}
factions.map: {description: show territory map, default: false}
factions.money: {description: manage faction money, default: false}
factions.money.balance: {description: show faction money, default: false}
factions.money.balance.any: {description: show another factions money, default: false}
factions.money.deposit: {description: deposit to faction, default: false}
factions.money.f2f: {description: transfer f --> f, default: false}
factions.money.f2p: {description: transfer f --> p, default: false}
factions.money.p2f: {description: transfer p --> f, default: false}
factions.money.withdraw: {description: withdraw from faction, default: false}
2014-10-02 16:12:16 +02:00
factions.motd: {description: faction motd, default: false}
factions.open: {description: set if invitation is required to join, default: false}
factions.perm: {description: change faction permissions, default: false}
factions.perm.list: {description: list perms, default: false}
factions.perm.set: {description: set perms, default: false}
factions.perm.show: {description: show perms, default: false}
factions.player: {description: show player information}
2017-03-15 18:22:17 +01:00
factions.powerboost: {description: manage powerboost, default: false}
factions.powerboost.faction: {description: show faction powerboost, default: false}
factions.powerboost.player: {description: show player powerboost, default: false}
factions.powerboost.set: {description: set powerboost, default: false}
2014-12-28 17:22:53 +01:00
factions.rank: {description: manage/show ranks, default: false}
factions.rank.show: {description: show rank, default: false}
factions.rank.action: {description: change rank, default: false}
2016-02-25 09:48:02 +01:00
factions.relation: {description: manage faction relations, default: false}
factions.relation.list: {description: list all factions with certain relation, default: false}
factions.relation.set: {description: set relation wish to another faction, default: false}
factions.relation.wishes: {description: list the relation wishes, default: false}
factions.seechunk: {description: see the chunk you stand in, default: false}
2014-10-08 09:24:03 +02:00
factions.seechunkold: {description: see the chunk you stand in, default: false}
factions.sethome: {description: set the faction home, default: false}
2015-01-23 08:16:31 +01:00
factions.setpower: {description: set power, default: false}
2016-03-17 20:26:39 +01:00
factions.status: {description: show status, default: false}
factions.name: {description: set faction name, default: false}
factions.title: {description: set player title, default: false}
2013-04-25 16:54:55 +02:00
factions.title.color: {description: set player title with color, default: false}
2015-08-28 09:00:24 +02:00
factions.territorytitles: {description: toggle territory titles, default: false}
2014-11-19 10:30:44 +01:00
factions.unclaim: {description: unclaim faction territory, default: false}
factions.unclaim.one: {description: unclaim a single chunk, default: false}
factions.unclaim.auto: {description: unclaim as you walk around, default: false}
factions.unclaim.fill: {description: unclaim by filling, default: false}
factions.unclaim.square: {description: unclaim by square and radius, default: false}
factions.unclaim.circle: {description: unclaim by circle and radius, default: false}
factions.unclaim.all: {description: unclaim all faction land, default: false}
2014-09-18 13:41:20 +02:00
factions.unsethome: {description: unset faction home, default: false}
2015-08-28 10:42:40 +02:00
factions.unstuck: {description: teleport to nearest wilderness, default: false}
2017-02-22 08:22:08 +01:00
factions.config: {description: edit the factions config, default: false}
2017-03-24 20:19:04 +01:00
factions.clean: {description: clean the factions database, default: false}
factions.version: {description: see plugin version, default: false}
2013-01-03 08:34:07 +01:00
# -------------------------------------------- #
# STAR NOTATION
# -------------------------------------------- #
factions.*:
2013-01-03 08:34:07 +01:00
children:
factions.access: true
factions.access.faction: true
factions.access.player: true
factions.access.view: true
factions.override: true
2017-02-10 16:38:36 +01:00
factions.basecommand: true
2014-11-19 10:30:44 +01:00
factions.claim: true
factions.claim.one: true
factions.claim.auto: true
factions.claim.fill: true
factions.claim.square: true
factions.claim.circle: true
factions.claim.all: true
factions.create: true
factions.demote: true
factions.description: true
factions.disband: true
factions.expansions: true
factions.faction: true
factions.flag: true
factions.flag.list: true
factions.flag.set: true
factions.flag.show: true
factions.home: true
factions.invite: true
factions.invite.list: true
factions.invite.list.other: true
factions.invite.add: true
factions.invite.remove: true
factions.join: true
factions.join.others: true
factions.kick: true
factions.leader: true
factions.leader.any: true
factions.leave: true
factions.list: true
factions.map: true
factions.money: true
factions.money.balance: true
factions.money.balance.any: true
factions.money.deposit: true
factions.money.f2f: true
factions.money.f2p: true
factions.money.p2f: true
factions.money.withdraw: true
2014-10-02 16:12:16 +02:00
factions.motd: true
factions.officer: true
factions.officer.any: true
factions.open: true
factions.perm: true
factions.perm.list: true
factions.perm.set: true
factions.perm.show: true
factions.player: true
factions.powerboost: true
2017-03-15 18:22:17 +01:00
factions.powerboost.faction: true
factions.powerboost.player: true
factions.powerboost.set: true
factions.promote: true
factions.relation: true
2016-02-25 09:48:02 +01:00
factions.relation.list: true
factions.relation.set: true
factions.relation.wishes: true
factions.seechunk: true
2014-10-08 09:24:03 +02:00
factions.seechunkold: true
factions.sethome: true
2015-01-23 08:16:31 +01:00
factions.setpower: true
2015-01-25 00:13:19 +01:00
factions.status: true
factions.name: true
factions.title: true
2013-04-25 16:54:55 +02:00
factions.title.color: true
2015-08-28 09:00:24 +02:00
factions.territorytitles: true
2014-11-19 10:30:44 +01:00
factions.unclaim: true
factions.unclaim.one: true
factions.unclaim.auto: true
factions.unclaim.fill: true
factions.unclaim.square: true
factions.unclaim.circle: true
factions.unclaim.all: true
2014-09-18 13:41:20 +02:00
factions.unsethome: true
2015-08-28 10:42:40 +02:00
factions.unstuck: true
2017-02-22 08:22:08 +01:00
factions.config: true
2017-03-24 20:19:04 +01:00
factions.clean: true
factions.version: true
2013-01-03 08:34:07 +01:00
# -------------------------------------------- #
# KITS
# -------------------------------------------- #
factions.kit.op:
default: op
children:
factions.*: true
factions.kit.rank3:
default: false
children:
factions.kit.rank2: true
2017-02-22 08:22:08 +01:00
factions.config: true
2017-03-24 20:19:04 +01:00
factions.clean: true
factions.kit.rank2:
default: false
2011-10-09 20:10:19 +02:00
children:
factions.kit.rank1: true
2017-03-15 18:22:17 +01:00
factions.powerboost.set: true
factions.join.others: true
factions.leader.any: true
factions.officer.any: true
New "access" system to replace old ownership system. Access can be granted to build, destroy, and fully interact within any chunk for specific players or factions. Access can also optionally be denied to normal members of the host faction. Some further info display to go with this feature is yet to come, and further testing for possible bugs is also needed. Related info: New FPerm "ACCESS" which is granted to faction leaders and officers by default. This FPerm allows you to bypass access restrictions throughout your faction territory, and (along with the "factions.access" Bukkit permission below) allows you to change access settings for any chunk owned by your faction. New permissions: factions.access - Ability to grant territory access for your faction, if you have the proper "ACCESS" FPerm (defaults to leaders and officers only). Added to factions.kit.halfplayer permission kit. factions.access.any - Ability to grant territory access for any faction on the server. Added to factions.kit.mod permission kit. factions.access.view - Ability to view territory access info for your own faction. Added to factions.kit.halfplayer permission kit. New command: /f access [view|p|f|player|faction=view] [name=you] - view or change the access information for the chunk you are in. If "view" or nothing is specified, it will simply display the info. If "p" or "player" is specified, a player will be granted access, or removed from the list if they were already granted access. If "f" or "faction" is specified, the same will be done for the specified faction. The name defaults to yourself or your faction if not specified. If your own faction is specified, you will toggle restricted access for the chunk so that normal faction members can be denied access, unless they are in the access list. Examples: /f access - view access list, if in your own territory /f access p SomePlayer - grant access to player "SomePlayer" for the current chunk, or remove them from the access list if already there /f access f - toggle restricted access for the current chunk (since faction name isn't specified, uses your own faction), assuming you're in your own factions territory
2012-05-15 04:41:13 +02:00
factions.access.any: true
2015-01-23 08:16:31 +01:00
factions.setpower: true
factions.kit.rank1:
default: false
2011-10-09 21:57:43 +02:00
children:
factions.kit.rank0: true
factions.override: true
factions.invite.list.other: true
factions.kit.rank0:
default: false
2011-10-09 21:57:43 +02:00
children:
New "access" system to replace old ownership system. Access can be granted to build, destroy, and fully interact within any chunk for specific players or factions. Access can also optionally be denied to normal members of the host faction. Some further info display to go with this feature is yet to come, and further testing for possible bugs is also needed. Related info: New FPerm "ACCESS" which is granted to faction leaders and officers by default. This FPerm allows you to bypass access restrictions throughout your faction territory, and (along with the "factions.access" Bukkit permission below) allows you to change access settings for any chunk owned by your faction. New permissions: factions.access - Ability to grant territory access for your faction, if you have the proper "ACCESS" FPerm (defaults to leaders and officers only). Added to factions.kit.halfplayer permission kit. factions.access.any - Ability to grant territory access for any faction on the server. Added to factions.kit.mod permission kit. factions.access.view - Ability to view territory access info for your own faction. Added to factions.kit.halfplayer permission kit. New command: /f access [view|p|f|player|faction=view] [name=you] - view or change the access information for the chunk you are in. If "view" or nothing is specified, it will simply display the info. If "p" or "player" is specified, a player will be granted access, or removed from the list if they were already granted access. If "f" or "faction" is specified, the same will be done for the specified faction. The name defaults to yourself or your faction if not specified. If your own faction is specified, you will toggle restricted access for the chunk so that normal faction members can be denied access, unless they are in the access list. Examples: /f access - view access list, if in your own territory /f access p SomePlayer - grant access to player "SomePlayer" for the current chunk, or remove them from the access list if already there /f access f - toggle restricted access for the current chunk (since faction name isn't specified, uses your own faction), assuming you're in your own factions territory
2012-05-15 04:41:13 +02:00
factions.access: true
factions.access.faction: true
factions.access.player: true
New "access" system to replace old ownership system. Access can be granted to build, destroy, and fully interact within any chunk for specific players or factions. Access can also optionally be denied to normal members of the host faction. Some further info display to go with this feature is yet to come, and further testing for possible bugs is also needed. Related info: New FPerm "ACCESS" which is granted to faction leaders and officers by default. This FPerm allows you to bypass access restrictions throughout your faction territory, and (along with the "factions.access" Bukkit permission below) allows you to change access settings for any chunk owned by your faction. New permissions: factions.access - Ability to grant territory access for your faction, if you have the proper "ACCESS" FPerm (defaults to leaders and officers only). Added to factions.kit.halfplayer permission kit. factions.access.any - Ability to grant territory access for any faction on the server. Added to factions.kit.mod permission kit. factions.access.view - Ability to view territory access info for your own faction. Added to factions.kit.halfplayer permission kit. New command: /f access [view|p|f|player|faction=view] [name=you] - view or change the access information for the chunk you are in. If "view" or nothing is specified, it will simply display the info. If "p" or "player" is specified, a player will be granted access, or removed from the list if they were already granted access. If "f" or "faction" is specified, the same will be done for the specified faction. The name defaults to yourself or your faction if not specified. If your own faction is specified, you will toggle restricted access for the chunk so that normal faction members can be denied access, unless they are in the access list. Examples: /f access - view access list, if in your own territory /f access p SomePlayer - grant access to player "SomePlayer" for the current chunk, or remove them from the access list if already there /f access f - toggle restricted access for the current chunk (since faction name isn't specified, uses your own faction), assuming you're in your own factions territory
2012-05-15 04:41:13 +02:00
factions.access.view: true
2017-02-10 16:38:36 +01:00
factions.basecommand: true
2014-11-19 10:30:44 +01:00
factions.claim: true
factions.claim.one: true
factions.claim.auto: true
factions.claim.fill: true
factions.claim.square: true
factions.claim.circle: true
factions.claim.all: true
factions.create: true
factions.demote: true
2011-10-09 21:57:43 +02:00
factions.description: true
factions.disband: true
factions.expansions: true
factions.faction: true
2011-10-23 20:50:49 +02:00
factions.flag: true
factions.flag.list: true
factions.flag.set: true
factions.flag.show: true
2011-10-09 21:57:43 +02:00
factions.home: true
2011-10-10 01:21:05 +02:00
factions.invite: true
factions.invite.list: true
factions.invite.add: true
factions.invite.remove: true
2011-10-09 21:57:43 +02:00
factions.join: true
factions.kick: true
factions.leader: true
2011-10-09 21:57:43 +02:00
factions.leave: true
factions.list: true
factions.map: true
factions.money: true
factions.money.balance: true
factions.money.balance.any: true
factions.money.deposit: true
factions.money.f2f: true
factions.money.f2p: true
factions.money.p2f: true
factions.money.withdraw: true
2014-10-02 16:12:16 +02:00
factions.motd: true
factions.officer: true
2011-10-09 21:57:43 +02:00
factions.open: true
factions.perm: true
factions.perm.list: true
factions.perm.set: true
factions.perm.show: true
factions.player: true
factions.promote: true
2017-03-15 18:22:17 +01:00
factions.powerboost: true
factions.powerboost.faction: true
factions.powerboost.player: true
2014-12-28 17:22:53 +01:00
factions.rank: true
factions.rank.show: true
factions.rank.action: true
2011-10-09 21:57:43 +02:00
factions.relation: true
2016-02-25 09:48:02 +01:00
factions.relation.list: true
factions.relation.set: true
factions.relation.wishes: true
2012-01-28 19:49:01 +01:00
factions.seechunk: true
2014-10-08 09:24:03 +02:00
factions.seechunkold: true
2011-10-09 21:57:43 +02:00
factions.sethome: true
2015-01-25 00:13:19 +01:00
factions.status: true
factions.name: true
2011-10-09 21:57:43 +02:00
factions.title: true
2013-04-25 16:54:55 +02:00
factions.title.color: true
2015-08-28 09:00:24 +02:00
factions.territorytitles: true
2014-11-19 10:30:44 +01:00
factions.unclaim: true
factions.unclaim.one: true
factions.unclaim.auto: true
factions.unclaim.fill: true
factions.unclaim.square: true
factions.unclaim.circle: true
factions.unclaim.all: true
2014-09-18 13:41:20 +02:00
factions.unsethome: true
2015-08-28 10:42:40 +02:00
factions.unstuck: true
factions.version: true
factions.kit.default:
default: true
children:
2014-12-28 17:22:53 +01:00
factions.kit.rank0: true