2011-02-06 13:36:11 +01:00
|
|
|
name: Factions
|
2012-01-30 06:42:19 +01:00
|
|
|
version: 1.7.1_dev
|
2011-10-08 22:03:44 +02:00
|
|
|
main: com.massivecraft.factions.P
|
2011-10-09 21:57:43 +02:00
|
|
|
authors: [Olof Larsson, Brett Flannigan]
|
2012-01-28 12:59:07 +01:00
|
|
|
softdepend: [PermissionsEx, Permissions, Essentials, EssentialsChat, HeroChat, iChat, LocalAreaChat, LWC, nChat, ChatManager, CAPI, AuthMe, Vault, Spout, WorldEdit, WorldGuard, AuthDB, CaptureThePoints, CombatTag]
|
2011-10-16 11:02:29 +02:00
|
|
|
commands:
|
|
|
|
factions:
|
|
|
|
description: Reference command for Factions.
|
|
|
|
aliases: [f]
|
2011-07-18 18:46:14 +02:00
|
|
|
permissions:
|
2011-10-09 21:57:43 +02:00
|
|
|
factions.kit.admin:
|
|
|
|
description: All faction permissions.
|
2011-07-18 18:46:14 +02:00
|
|
|
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
|
2011-10-13 19:47:37 +02:00
|
|
|
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
|
2011-10-25 21:18:08 +02:00
|
|
|
factions.flag.set: true
|
2012-01-28 18:56:51 +01:00
|
|
|
factions.powerboost: true
|
2012-01-18 13:01:50 +01:00
|
|
|
factions.join.any: true
|
|
|
|
factions.leader.any: true
|
|
|
|
factions.officer.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
|
2011-10-25 21:18:08 +02:00
|
|
|
factions.adminmode: true
|
2011-11-27 20:32:41 +01:00
|
|
|
factions.chatspy: true
|
2011-10-09 21:57:43 +02:00
|
|
|
factions.kit.fullplayer:
|
2011-10-13 16:07:07 +02:00
|
|
|
default: true
|
2011-10-09 21:57:43 +02:00
|
|
|
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:
|
|
|
|
factions.autoclaim: true
|
|
|
|
factions.chat: true
|
|
|
|
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
|
2011-10-25 21:18:08 +02:00
|
|
|
factions.leader: true
|
2011-10-09 21:57:43 +02:00
|
|
|
factions.leave: true
|
|
|
|
factions.list: true
|
|
|
|
factions.map: true
|
2011-10-25 21:18:08 +02:00
|
|
|
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
|
2011-10-25 21:18:08 +02:00
|
|
|
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
|
2011-10-25 21:18:08 +02:00
|
|
|
factions.version: true
|
|
|
|
factions.adminmode:
|
|
|
|
description: enable admin bypass mode
|
2011-11-27 20:32:41 +01:00
|
|
|
factions.chatspy:
|
|
|
|
description: enable admin chat spy mode
|
2011-10-09 21:57:43 +02:00
|
|
|
factions.autoclaim:
|
2011-10-09 14:53:38 +02:00
|
|
|
description: auto-claim land as you walk around
|
2011-10-09 21:57:43 +02:00
|
|
|
factions.chat:
|
2011-10-09 14:53:38 +02:00
|
|
|
description: change chat mode
|
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:
|
2011-10-09 14:53:38 +02:00
|
|
|
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:
|
2011-10-09 14:53:38 +02:00
|
|
|
description: remove a pending invitation
|
2011-10-09 21:57:43 +02:00
|
|
|
factions.description:
|
2011-10-09 14:53:38 +02:00
|
|
|
description: change the faction description
|
2011-10-09 21:57:43 +02:00
|
|
|
factions.disband:
|
2011-10-09 14:53:38 +02:00
|
|
|
description: disband a faction
|
2011-10-23 20:50:49 +02:00
|
|
|
factions.flag:
|
2011-10-25 21:18:08 +02:00
|
|
|
description: read faction flags
|
|
|
|
factions.flag.set:
|
|
|
|
description: set faction flags
|
2011-10-09 21:57:43 +02:00
|
|
|
factions.help:
|
2011-10-09 14:53:38 +02:00
|
|
|
description: display a help page
|
2011-10-09 21:57:43 +02:00
|
|
|
factions.home:
|
2011-10-09 14:53:38 +02:00
|
|
|
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:
|
2011-10-09 14:53:38 +02:00
|
|
|
description: join a faction
|
2012-01-18 13:01:50 +01:00
|
|
|
factions.join.any:
|
|
|
|
description: join any faction, bypassing invitation process for closed factions
|
2011-10-09 21:57:43 +02:00
|
|
|
factions.kick:
|
2011-10-09 14:53:38 +02:00
|
|
|
description: kick a player from the faction
|
2011-10-25 21:18:08 +02:00
|
|
|
factions.leader:
|
2011-12-23 01:13:55 +01:00
|
|
|
description: hand over leader rights
|
2012-01-18 13:01:50 +01:00
|
|
|
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:
|
2011-10-09 14:53:38 +02:00
|
|
|
description: leave your faction
|
2011-10-09 21:57:43 +02:00
|
|
|
factions.list:
|
2011-10-09 14:53:38 +02:00
|
|
|
description: see a list of the factions
|
2011-10-09 21:57:43 +02:00
|
|
|
factions.lock:
|
2011-10-09 14:53:38 +02:00
|
|
|
description: lock all write stuff
|
2011-10-09 21:57:43 +02:00
|
|
|
factions.map:
|
2011-10-12 03:14:59 +02:00
|
|
|
description: show the territory map, and set optional auto update
|
2011-10-13 14:41:07 +02:00
|
|
|
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
|
2011-10-13 16:07:07 +02:00
|
|
|
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
|
2011-10-25 21:18:08 +02:00
|
|
|
factions.money.withdraw:
|
|
|
|
description: withdraw money from your faction bank
|
|
|
|
factions.money.*:
|
2011-10-13 16:07:07 +02:00
|
|
|
children:
|
|
|
|
factions.money.balance: true
|
|
|
|
factions.money.balance.any: true
|
|
|
|
factions.money.deposit: true
|
2011-10-13 19:47:37 +02:00
|
|
|
factions.money.f2f: true
|
|
|
|
factions.money.f2p: true
|
|
|
|
factions.money.p2f: true
|
|
|
|
factions.money.withdraw: true
|
2011-10-25 21:18:08 +02:00
|
|
|
factions.officer:
|
|
|
|
description: give or revoke officer rights
|
2012-01-18 13:01:50 +01:00
|
|
|
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
|
2011-10-25 21:18:08 +02:00
|
|
|
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
|
2012-01-28 18:56:51 +01:00
|
|
|
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:
|
2011-10-25 21:18:08 +02:00
|
|
|
description: unclaim all of your factions land
|
|
|
|
factions.version:
|
|
|
|
description: see the version of the plugin
|