Factions/plugin.yml

194 lines
8.2 KiB
YAML
Raw Normal View History

main: com.massivecraft.factions.Factions
name: Factions
2013-04-09 12:55:21 +02:00
version: 2.0.0_dev
website: http://massivecraft.com/factions
authors: [Cayorion, Brettflan]
2013-04-25 14:11:32 +02:00
description: §eFactions allows the players to team up and claim land as their own and start wars with other factions. This way we hope to inspire politics, intrigue, and team spirit. §aCayorion §efrom the minecraft server §aMassiveCraft §eis the lead Factions programmer. Feel free to visit us at §bhttp://massivecraft.com
depend: [mcore]
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.admin: {description: enable adminmode, default: false}
factions.autoclaim: {description: autoclaim when walking, default: false}
factions.claim: {description: claim land where you stand, default: false}
factions.claim.radius: {description: claim land with radius, default: false}
factions.create: {description: create new faction, default: false}
factions.demote: {description: demote lesser members in your faction, default: false}
factions.description: {description: change faction description, default: false}
factions.disband: {description: disband faction, default: false}
factions.faction: {description: show faction information, default: false}
factions.flag: {description: read faction flags, default: false}
factions.flag.set: {description: set faction flags, default: false}
factions.home: {description: teleport to faction home, default: false}
factions.invite: {description: set if player is invited, default: false}
factions.join: {description: join faction, default: false}
factions.join.any: {description: join closed faction, default: false}
factions.join.others: {description: have another player join faction, default: false}
factions.kick: {description: kick player from faction, default: false}
factions.leader: {description: set leader for faction, default: false}
factions.leader.any: {description: set leader for another 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}
factions.officer: {description: make player officer, default: false}
factions.officer.any: {description: set officers for another faction, default: false}
factions.open: {description: set if invitation is required to join, default: false}
factions.perm: {description: change faction permissions, default: false}
factions.player: {description: show player information}
factions.powerboost: {description: set powerboost, default: false}
factions.promote: {description: promote lesser members in your faction, default: false}
factions.relation: {description: set relation wish to another faction, default: false}
factions.seechunk: {description: see the chunk you stand in, default: false}
factions.sethome: {description: set the faction home, 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}
factions.unclaim: {description: unclaim land where you stand, default: false}
factions.unclaimall: {description: unclaim all land, 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.admin: true
factions.autoclaim: true
factions.claim: true
factions.claim.radius: true
factions.create: true
factions.demote: true
factions.description: true
factions.disband: true
factions.faction: true
factions.flag: true
factions.flag.set: true
factions.home: true
factions.invite: true
factions.join: true
factions.join.any: 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
factions.officer: true
factions.officer.any: true
factions.open: true
factions.perm: true
factions.player: true
factions.powerboost: true
factions.promote: true
factions.relation: true
factions.seechunk: true
factions.sethome: true
factions.name: true
factions.title: true
2013-04-25 16:54:55 +02:00
factions.title.color: true
factions.unclaim: true
factions.unclaimall: 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
factions.kit.rank2:
default: false
2011-10-09 20:10:19 +02:00
children:
factions.kit.rank1: true
factions.flag.set: true
factions.powerboost: true
factions.join.any: 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
factions.kit.rank1:
default: false
2011-10-09 21:57:43 +02:00
children:
factions.kit.rank0: true
factions.admin: 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
2011-10-09 21:57:43 +02:00
factions.autoclaim: true
factions.claim: true
factions.claim.radius: true
factions.create: true
factions.demote: true
2011-10-09 21:57:43 +02:00
factions.description: true
factions.disband: true
factions.faction: true
2011-10-23 20:50:49 +02:00
factions.flag: true
2011-10-09 21:57:43 +02:00
factions.home: true
2011-10-10 01:21:05 +02:00
factions.invite: 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
factions.officer: true
2011-10-09 21:57:43 +02:00
factions.open: true
factions.perm: true
factions.player: true
factions.promote: true
2011-10-09 21:57:43 +02:00
factions.relation: true
2012-01-28 19:49:01 +01:00
factions.seechunk: true
2011-10-09 21:57:43 +02:00
factions.sethome: 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
2011-10-09 21:57:43 +02:00
factions.unclaim: true
factions.unclaimall: true
factions.version: true
factions.kit.default:
default: true
children:
factions.kit.rank0: true