Citizens2/src/main/resources/plugin.yml

87 lines
2.6 KiB
YAML
Raw Normal View History

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]
description: Configures traits
2012-08-05 15:07:42 +02:00
trait:
aliases: [tr]
description: Trait commands
2012-04-13 17:59:51 +02:00
script:
aliases: [sc]
2012-04-13 17:59:51 +02:00
description: Scripting commands
2012-02-08 09:26:14 +01:00
citizens:
aliases: [citizens2]
2012-02-08 09:26:14 +01:00
description: Administration commands
2012-01-19 11:52:58 +01:00
npc:
aliases: [npc2]
2012-02-22 03:41:09 +01:00
description: Basic commands for all NPC-related things
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
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
citizens.npc.anchor: true
2012-09-01 17:15:03 +02:00
citizens.npc.behaviour: true
citizens.npc.controllable: true
citizens.npc.copy: true
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
citizens.npc.edit.text: true
citizens.npc.gravity: true
2012-02-22 03:41:09 +01:00
citizens.npc.help: true
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
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
citizens.npc.remove: true
2012-02-22 03:41:09 +01:00
citizens.npc.rename: true
citizens.npc.select: true
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
citizens.npc.text:
children:
citizens.npc.edit.text: true
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
citizens.npc.vulnerable: true