plugin.yml
1 name: CornerCultMCC # the plugins name as it should appear in the plugin list /pl 2 version: 0.12 # the plugin's version 3 author: CrazySqueak 4 main: com.wordpress.crazysqueak.CCMCC.Main 5 api-version: 1.18 # the version of the API you want to use, required starting with 1.13 6 depend: 7 - Citizens 8 softdepend: 9 - floodgate 10 11 commands: 12 world: 13 description: Query or change worlds. (developer only) 14 usage: /<command> [player] [world] 15 permission: ccmcc.changeworld 16 aliases: worlds 17 18 buildmode: 19 description: Activates "builder mode". (developer only) 20 usage: /<command> <world> 21 permission: ccmcc.buildmode 22 23 reloadmcc: 24 description: Reload MCC config (operator / developer) 25 usage: /<command> (config) 26 permission: ccmcc.reloadmcc 27 28 readycheck: 29 description: Call a ready check (operator) 30 usage: /<command> 31 permission: ccmcc.callready 32 33 respondready: 34 description: Respond to a ready check (don't use this manually - just type in chat) 35 36 mccteam: 37 description: Add or remove a team from the MCC. (operator) 38 usage: /<command> ((add|remove) <team> | list) 39 permission: ccmcc.manageteam 40 41 givecoins: 42 description: Give coins to a team or player. (operator) 43 usage: /<command> (<player>|<team>) <amount> 44 permission: ccmcc.givecoins 45 46 startmcc: 47 description: Start the MCC. (operator) 48 usage: /<command> 49 permission: ccmcc.start 50 51 resetmcc: 52 description: Reset the MCC. (operator) 53 usage: /<command> 54 permission: ccmcc.reset 55 56 forcedome: 57 description: Adjust Decision Dome upcoming games (operator) 58 usage: /<command> (auto|list|add|clear|refresh|mark) [...] 59 permission: ccmcc.forcedome 60 61 mcctimer: 62 description: Pause, skip, or resume the current phase timer. (operator) 63 usage: /<command> (pause|resume|skip <amount>) 64 permission: ccmcc.timer 65 66 skipphase: 67 description: Force skip the current "phase". 68 usage: /<command> 69 permission: ccmcc.skipphase 70 71 forcephase: 72 description: Force a given phase / series of phases to be next. 73 usage: /<command> <gameNumber> (break|dome|dummy|dodgebolt|...) 74 permission: ccmcc.forcephase 75 76 pets: 77 description: See how many times you or another player has pet animals. 78 usage: /<command> [player] 79 80 coins: 81 description: See the current coin counts. 82 usage: /<command> 83 aliases: [standings, ranks] 84 85 sotpregen: 86 description: Pregenerate Sands of Time for the current teams. 87 usage: /<command> 88 permission: ccmcc.sotpregen 89 90 structure: 91 description: Manage CCMCC strucutres (developer) 92 usage: /<command> (pos1|pos2|save|tag) 93 permission: ccmcc.structure 94 95 namemcc: 96 description: Set game name (operator) 97 usage: /<command> <name> 98 permission: ccmcc.setname