It would be more convenient to use name `plugin` for plugin.yml configuration. ```diff bukkit { - meta { + plugin { name = "MyPlugin" } } ```