how to make my plugin support 2 apis 1.0.0 and 2.0.0 thats my plugin.yml file Code: name: Op-Manager main: mcrafters\OpManager version: 3.0.2 api: 1.0.0 load: STARTUP author: MCrafters description: Soon Number #1 Op-Protection Plugin permissions: opmanager.nokick: default: false description: "Protects op from being kicked" opmanager.noban: default: false description: "Protects op from being banned" opmanager.disablestop.command: default: false description: "Disables stop command" opmanager.disabletime.command: default: false description: "Disables time command" opmanager.disablewhitelist.command: default: false description: "Disables whitelist command" opmanager.disablekill.command: default: false description: "Disables kill command" opmanager.disablesay.command: default: false description: "Disables say command" opmanager.disableban.command: default: false description: "Disables ban command" opmanager.disablebanip.command: default: false description: "Disables ban-ip command" opmanager.disabletp.command: default: false description: "Disables tp command" opmanager.disableop.command: default: false description: "Disables op command" opmanager.disableme.command: default: false description: "Disables me command" opmanager.disabledeop.command: default: false description: "Disables deop command"