File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments