mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-16 07:35:32 +01:00
33 lines
944 B
YAML
33 lines
944 B
YAML
name: Citizens
|
|
authors: [aPunch, fullwall]
|
|
version: 2.0
|
|
main: net.citizensnpcs.Citizens
|
|
website: http://www.citizensnpcs.net
|
|
commands:
|
|
citizens:
|
|
description: Administration commands
|
|
npc:
|
|
description: Basic commands for all NPC-related things
|
|
permissions:
|
|
citizens.*:
|
|
default: op
|
|
children:
|
|
citizens.admin: true
|
|
citizens.help: true
|
|
citizens.npc.*:
|
|
children:
|
|
citizens.npc.character.*: true
|
|
citizens.npc.create: true
|
|
citizens.npc.despawn: true
|
|
citizens.npc.equip: true
|
|
citizens.npc.help: true
|
|
citizens.npc.path: true
|
|
citizens.npc.remove: true
|
|
citizens.npc.remove.all: true
|
|
citizens.npc.rename: true
|
|
citizens.npc.select: true
|
|
citizens.npc.spawn: true
|
|
citizens.npc.text: true
|
|
citizens.npc.tp: true
|
|
citizens.npc.tphere: true
|
|
citizens.npc.lookclose: true |