Citizens2/src/main/resources/plugin.yml

38 lines
1.0 KiB
YAML
Raw Normal View History

2012-01-16 22:18:47 +01:00
name: Citizens
authors: [aPunch, fullwall]
version: 2.0
2012-01-19 11:52:58 +01:00
main: net.citizensnpcs.Citizens
website: http://www.citizensnpcs.net
2012-01-19 11:52:58 +01:00
commands:
2012-04-13 17:59:51 +02:00
script:
description: Scripting commands
2012-02-08 09:26:14 +01:00
citizens:
description: Administration commands
2012-01-19 11:52:58 +01:00
npc:
2012-02-22 03:41:09 +01:00
description: Basic commands for all NPC-related things
permissions:
citizens.*:
default: op
children:
citizens.admin: true
citizens.help: true
2012-04-13 17:59:51 +02:00
citizens.script.*:
children:
citizens.script.compile: true
2012-02-22 03:41:09 +01:00
citizens.npc.*:
children:
citizens.npc.character.*: true
citizens.npc.create: true
citizens.npc.despawn: true
2012-04-13 17:59:51 +02:00
citizens.npc.equip: true
2012-02-22 03:41:09 +01:00
citizens.npc.help: true
2012-04-13 17:59:51 +02:00
citizens.npc.path: true
2012-02-22 03:41:09 +01:00
citizens.npc.remove: true
citizens.npc.remove.all: true
citizens.npc.rename: true
citizens.npc.select: true
citizens.npc.spawn: true
2012-04-13 17:59:51 +02:00
citizens.npc.text: true
2012-02-22 03:41:09 +01:00
citizens.npc.tp: true
citizens.npc.tphere: true
2012-04-13 17:59:51 +02:00
citizens.npc.lookclose: true