I'm getting a really weird error with my plugin.yml file
in 'reader', line 10, column 6:
gmc:
^```
It's really weird cause my yml file is pretty much a direct copy from other plugins that work fine
```yml
name: RebelDupe
version: '${version}'
main: me.whocutthecheese.rebeldupe.Main
api-version: 1.19
authors: [ WhoCutTheCheese ]
description: Core plugin for RebelDupe.
website: discord.gg/UGU9xPvE39
commands:
//Admin Commands
gmc:
permission: rebeldupe.gamemode.creative
description: Set a user's gamemode to creative
usage: /gmc [player]```