plugin.yml
1 name: CornerCultMCC2Debug 2 version: '${project.version}' 3 main: com.wordpress.crazysqueak.ccmcc2.cornercultmcc2debug.CornerCultMCC2Debug 4 api-version: 1.19 5 depend: [ CornerCultMCC2Core ] 6 authors: [ CrazySqueak ] 7 description: Contains debug commands for CCMCC2 8 commands: 9 structure: 10 description: Used to manually save and load .structure files 11 permission: ccmcc2.debug.structure 12 usage: /<command> (pos1|pos2|save <file>|load <file>) 13 world: 14 description: List and manually change worlds 15 permission: ccmcc2.debug.world 16 usage: /<command> [name] 17 buildmode: 18 description: Manually enter a 'Build Mode' phase on a given world. Changes are saved afterwards. 19 permission: ccmcc2.debug.buildmode 20 usage: /<command> <worldName>