Skip to content

Commit 09f5c0a

Browse files
committed
Create plugin.yml
1 parent 057b3a2 commit 09f5c0a

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

src/main/resources/plugin.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Confirm2Drop
2+
version: '@version@'
3+
authors: [padrewin]
4+
website: 'https://github.com/Cold-Development/Confirm2Drop'
5+
description: A plugin that requires confirmation to drop specific items.
6+
main: dev.padrewin.confirm2Drop.Confirm2Drop
7+
api-version: '1.20'
8+
load: STARTUP
9+
folia-supported: true
10+
libraries:
11+
- 'org.xerial:sqlite-jdbc:3.46.0.0'
12+
13+
commands:
14+
confirm2drop:
15+
aliases: [c2d, dropconfirm]
16+
description: Root command for Confirm2Drop
17+
18+
permissions:
19+
confirm2drop.*:
20+
description: Gives access to all Confirm2Drop commands
21+
children:
22+
confirm2drop.help: true
23+
confirm2drop.reload: true
24+
confirm2drop.toggle: true
25+
26+
confirm2drop.help:
27+
description: Allows access to the help command
28+
default: true
29+
30+
confirm2drop.reload:
31+
description: Allows access to reload the plugin configuration and locales
32+
default: op
33+
34+
confirm2drop.toggle:
35+
description: Allows players to toggle drop confirmation
36+
default: true

0 commit comments

Comments
 (0)