22 lines
614 B
YAML
22 lines
614 B
YAML
name: CinematicView
|
|
version: '1.32'
|
|
main: cinematicview.cinematicview.CinematicView
|
|
api-version: 1.19
|
|
authors: [ DWolfsDP ]
|
|
commands:
|
|
cinematicview:
|
|
description: Create views
|
|
usage: /<command>
|
|
aliases: [cv]
|
|
permissions:
|
|
cinematicview.basic:
|
|
description: Gives players the basic commands for creating and editing views
|
|
cinematicview.info:
|
|
description: Gives players the info commands for viewing information of views
|
|
cinematicview.admin:
|
|
description: Gives players the admin commands
|
|
dependencies:
|
|
server:
|
|
LuckPerms:
|
|
load: BEFORE
|
|
required: true |