2012-01-16 22:18:47 +01:00
|
|
|
name: Citizens
|
|
|
|
authors: [aPunch, fullwall]
|
2012-08-15 18:06:13 +02:00
|
|
|
softdepend: [Vault]
|
2012-10-30 14:50:14 +01:00
|
|
|
version: ${project.version} (build ${BUILD_NUMBER})
|
2012-01-19 11:52:58 +01:00
|
|
|
main: net.citizensnpcs.Citizens
|
2012-10-22 08:54:01 +02:00
|
|
|
website: http://www.citizensnpcs.com
|
2012-01-19 11:52:58 +01:00
|
|
|
commands:
|
2012-08-05 15:07:42 +02:00
|
|
|
traitc:
|
|
|
|
aliases: [trc, tc]
|
2012-11-11 08:24:02 +01:00
|
|
|
description: Configures traits
|
2012-08-05 15:07:42 +02:00
|
|
|
trait:
|
|
|
|
aliases: [tr]
|
2012-11-11 08:24:02 +01:00
|
|
|
description: Trait commands
|
2012-04-13 17:59:51 +02:00
|
|
|
script:
|
2012-11-11 08:24:02 +01:00
|
|
|
aliases: [sc]
|
2012-04-13 17:59:51 +02:00
|
|
|
description: Scripting commands
|
2012-02-08 09:26:14 +01:00
|
|
|
citizens:
|
2012-08-04 15:56:35 +02:00
|
|
|
aliases: [citizens2]
|
2012-02-08 09:26:14 +01:00
|
|
|
description: Administration commands
|
2012-01-19 11:52:58 +01:00
|
|
|
npc:
|
2012-08-04 15:56:35 +02:00
|
|
|
aliases: [npc2]
|
2012-02-22 03:41:09 +01:00
|
|
|
description: Basic commands for all NPC-related things
|
2012-09-30 13:03:12 +02:00
|
|
|
template:
|
|
|
|
aliases: [tpl]
|
|
|
|
description: Template commands
|
|
|
|
waypoint:
|
|
|
|
aliases: [waypoints, wp]
|
|
|
|
description: Waypoint commands
|
2012-02-22 03:41:09 +01:00
|
|
|
permissions:
|
|
|
|
citizens.*:
|
|
|
|
default: op
|
|
|
|
children:
|
2012-09-01 17:15:03 +02:00
|
|
|
citizens.admin.*:
|
|
|
|
children:
|
|
|
|
citizens.admin: true
|
|
|
|
citizens.admin.avoid-limits: true
|
2012-11-11 08:24:02 +01:00
|
|
|
citizens.admin.remove.all: true
|
2012-02-22 03:41:09 +01:00
|
|
|
citizens.help: true
|
2012-04-13 17:59:51 +02:00
|
|
|
citizens.script.*:
|
|
|
|
children:
|
|
|
|
citizens.script.compile: true
|
2012-04-15 01:17:22 +02:00
|
|
|
citizens.script.help: true
|
2012-02-22 03:41:09 +01:00
|
|
|
citizens.npc.*:
|
|
|
|
children:
|
2012-04-15 01:17:22 +02:00
|
|
|
citizens.npc.age: true
|
2012-11-04 03:34:57 +01:00
|
|
|
citizens.npc.anchor: true
|
2012-09-01 17:15:03 +02:00
|
|
|
citizens.npc.behaviour: true
|
|
|
|
citizens.npc.controllable: true
|
|
|
|
citizens.npc.copy: true
|
2012-11-04 03:34:57 +01:00
|
|
|
citizens.npc.create: true
|
2012-02-22 03:41:09 +01:00
|
|
|
citizens.npc.despawn: true
|
2012-09-01 17:15:03 +02:00
|
|
|
citizens.npc.edit.*:
|
|
|
|
children:
|
|
|
|
citizens.npc.edit.equip: true
|
|
|
|
citizens.npc.edit.path: true
|
2012-11-04 03:34:57 +01:00
|
|
|
citizens.npc.edit.text: true
|
|
|
|
citizens.npc.gravity: true
|
2012-02-22 03:41:09 +01:00
|
|
|
citizens.npc.help: true
|
2012-11-04 03:34:57 +01:00
|
|
|
citizens.npc.ignore-cost: true
|
2012-04-15 01:17:22 +02:00
|
|
|
citizens.npc.list: true
|
|
|
|
citizens.npc.lookclose: true
|
2012-09-01 17:15:03 +02:00
|
|
|
citizens.npc.moveto: true
|
2012-04-15 01:17:22 +02:00
|
|
|
citizens.npc.owner: true
|
2012-04-13 17:59:51 +02:00
|
|
|
citizens.npc.path: true
|
2012-11-04 03:34:57 +01:00
|
|
|
citizens.npc.pathfindingrange: true
|
|
|
|
citizens.npc.pose: true
|
2012-09-01 17:15:03 +02:00
|
|
|
citizens.npc.power: true
|
2012-04-15 01:17:22 +02:00
|
|
|
citizens.npc.profession: true
|
2012-11-11 08:24:02 +01:00
|
|
|
citizens.npc.remove: true
|
2012-02-22 03:41:09 +01:00
|
|
|
citizens.npc.rename: true
|
|
|
|
citizens.npc.select: true
|
2012-11-04 03:34:57 +01:00
|
|
|
citizens.npc.size: true
|
|
|
|
citizens.npc.skeletontype: true
|
2012-02-22 03:41:09 +01:00
|
|
|
citizens.npc.spawn: true
|
2012-09-01 17:15:03 +02:00
|
|
|
citizens.npc.speed: true
|
2012-04-15 01:17:22 +02:00
|
|
|
citizens.npc.talk: true
|
2012-11-11 08:24:02 +01:00
|
|
|
citizens.npc.text:
|
|
|
|
children:
|
|
|
|
citizens.npc.edit.text: true
|
2012-11-04 03:34:57 +01:00
|
|
|
citizens.npc.tp: true
|
|
|
|
citizens.npc.tphere: true
|
2013-02-17 06:06:40 +01:00
|
|
|
citizens.npc.tpto: true
|
2012-09-01 17:15:03 +02:00
|
|
|
citizens.npc.trait.*:
|
|
|
|
children:
|
|
|
|
citizens.npc.trait: true
|
|
|
|
citizens.npc.trait-configure: true
|
2012-11-04 03:34:57 +01:00
|
|
|
citizens.npc.vulnerable: true
|