Factions/plugin.yml

204 lines
6.6 KiB
YAML
Raw Normal View History

name: Factions
version: 1.8.1
main: com.massivecraft.factions.P
2011-10-09 21:57:43 +02:00
authors: [Olof Larsson, Brett Flannigan]
softdepend: [PermissionsEx, Permissions, Essentials, EssentialsChat, HeroChat, iChat, LocalAreaChat, LWC, nChat, ChatManager, CAPI, AuthMe, Vault, Spout, WorldEdit, WorldGuard, AuthDB, CaptureThePoints, CombatTag]
commands:
factions:
description: The Factions base command
aliases: [f]
permissions:
2011-10-09 21:57:43 +02:00
factions.kit.admin:
description: All faction permissions.
children:
2011-10-09 21:57:43 +02:00
factions.kit.mod: true
factions.config: true
factions.lock: true
factions.reload: true
factions.save: true
factions.*:
description: This is just an alias for factions.kit.admin
children:
factions.kit.admin: true
2011-10-09 21:57:43 +02:00
factions.kit.mod:
description: All faction permissions but configuration and persistance.
2011-10-09 20:10:19 +02:00
children:
2011-10-09 21:57:43 +02:00
factions.kit.halfmod: 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
2011-10-09 21:57:43 +02:00
factions.kit.halfmod:
2011-11-27 20:32:41 +01:00
description: Can use adminmode and chat spy
2011-10-09 21:57:43 +02:00
children:
factions.kit.fullplayer: true
factions.adminmode: true
2011-10-09 21:57:43 +02:00
factions.kit.fullplayer:
description: Can also create new factions.
children:
factions.kit.halfplayer: true
factions.create: true
factions.kit.halfplayer:
description: Can do all but create factions.
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.view: true
2011-10-09 21:57:43 +02:00
factions.autoclaim: true
factions.cape: true
factions.cape.*: true
2011-10-09 21:57:43 +02:00
factions.claim: true
factions.deinvite: true
factions.description: true
factions.disband: true
2011-10-23 20:50:49 +02:00
factions.flag: true
2011-10-09 21:57:43 +02:00
factions.help: true
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
2011-10-23 17:55:53 +02:00
factions.officer: true
2011-10-09 21:57:43 +02:00
factions.open: true
factions.perm: true
2011-10-09 21:57:43 +02:00
factions.power: true
factions.power.any: true
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.show: true
factions.tag: true
factions.title: true
factions.unclaim: true
factions.unclaimall: true
factions.version: 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:
description: grant territory access for your faction, with the proper fperm
factions.access.any:
description: grant territory access for any faction
factions.access.view:
description: view territory access info for your faction
factions.adminmode:
description: enable admin bypass mode
2011-10-09 21:57:43 +02:00
factions.autoclaim:
description: auto-claim land as you walk around
factions.cape:
description: manage faction capes
factions.cape.*:
children:
factions.cape.get: true
factions.cape.set: true
factions.cape.remove: true
factions.cape.get:
description: get faction cape
factions.cape.set:
description: set faction cape
factions.cape.remove:
description: remove faction cape
2011-10-09 21:57:43 +02:00
factions.claim:
2011-10-23 17:41:47 +02:00
description: claim land where you are standing
2011-10-09 21:57:43 +02:00
factions.config:
description: change a conf.json setting
2011-10-09 20:10:19 +02:00
factions.create:
description: create a new faction
2011-10-09 21:57:43 +02:00
factions.deinvite:
description: remove a pending invitation
2011-10-09 21:57:43 +02:00
factions.description:
description: change the faction description
2011-10-09 21:57:43 +02:00
factions.disband:
description: disband a faction
2011-10-23 20:50:49 +02:00
factions.flag:
description: read faction flags
factions.flag.set:
description: set faction flags
2011-10-09 21:57:43 +02:00
factions.help:
description: display a help page
2011-10-09 21:57:43 +02:00
factions.home:
description: teleport to the faction home
2011-10-10 01:21:05 +02:00
factions.invite:
description: invite a player to your faction
2011-10-09 21:57:43 +02:00
factions.join:
description: join a faction
factions.join.any:
description: join any faction, bypassing invitation process for closed factions
factions.join.others:
description: specify another player in the join command, to move them to the specified faction
2011-10-09 21:57:43 +02:00
factions.kick:
description: kick a player from the faction
factions.leader:
description: hand over leader rights
factions.leader.any:
description: give or revoke leader status for any player in any faction
2011-10-09 21:57:43 +02:00
factions.leave:
description: leave your faction
2011-10-09 21:57:43 +02:00
factions.list:
description: see a list of the factions
2011-10-09 21:57:43 +02:00
factions.lock:
description: lock all write stuff
2011-10-09 21:57:43 +02:00
factions.map:
description: show the territory map, and set optional auto update
factions.money.balance:
description: show your factions current money balance
factions.money.balance.any:
description: show money balance for factions other than your own
factions.money.deposit:
description: deposit money into a faction bank
factions.money.f2f:
description: transfer money from faction to faction
factions.money.f2p:
description: transfer money from faction to player
factions.money.p2f:
description: transfer money from player to faction
factions.money.withdraw:
description: withdraw money from your faction bank
factions.money.*:
children:
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:
description: give or revoke officer rights
factions.officer.any:
description: give or revoke officer rights for any player in any faction
2011-10-09 21:57:43 +02:00
factions.open:
2011-10-09 18:35:39 +02:00
description: switch if invitation is required to join
factions.perm:
description: change faction permissions
2011-10-09 21:57:43 +02:00
factions.power:
2011-10-09 18:35:39 +02:00
description: show player power info
2011-10-09 21:57:43 +02:00
factions.power.any:
2011-10-09 18:35:39 +02:00
description: view an other players power level
factions.powerboost:
description: apply permanent power bonus/penalty to specified player or faction
2011-10-09 21:57:43 +02:00
factions.relation:
2011-10-09 18:35:39 +02:00
description: set relation wish to another faction
2011-10-09 21:57:43 +02:00
factions.reload:
2011-10-09 18:35:39 +02:00
description: reload data file(s) from disk
2011-10-09 21:57:43 +02:00
factions.save:
2011-10-09 18:35:39 +02:00
description: save all data to disk
2012-01-28 19:49:01 +01:00
factions.seechunk:
description: see the chunk you stand in
2011-10-09 21:57:43 +02:00
factions.sethome:
2011-10-09 18:35:39 +02:00
description: set the faction home
2011-10-09 21:57:43 +02:00
factions.show:
description: show faction information
factions.tag:
2011-10-09 18:35:39 +02:00
description: change the faction tag
2011-10-09 21:57:43 +02:00
factions.title:
2011-10-09 18:35:39 +02:00
description: set or remove a players title
2011-10-09 21:57:43 +02:00
factions.unclaim:
2011-10-09 18:35:39 +02:00
description: unclaim the land where you are standing
2011-10-09 21:57:43 +02:00
factions.unclaimall:
description: unclaim all of your factions land
factions.version:
description: see the version of the plugin