From 324a2e93bb604e7f795b96536884a8f778726b75 Mon Sep 17 00:00:00 2001 From: SimolZimol <70102430+SimolZimol@users.noreply.github.com> Date: Tue, 11 Nov 2025 20:56:48 +0100 Subject: [PATCH] modified: app.py --- app.py | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/app.py b/app.py index c2086dd..81b13ce 100644 --- a/app.py +++ b/app.py @@ -313,7 +313,7 @@ def fly_plugin(): 'long_description': '''Fly is a minimalist Minecraft plugin focused on providing reliable flight functionality for survival servers. The plugin emphasizes simplicity, performance, and easy customization while maintaining compatibility across multiple server versions.''', 'version': '2.3', - 'status': 'Active Development', + 'status': 'Active Support', 'compatibility': '1.15 - 1.21', 'server_types': ['Spigot', 'Paper', 'Bukkit'], 'technologies': ['Java', 'Spigot API', 'Paper API'], @@ -351,10 +351,7 @@ def fly_plugin(): 'links': { 'hangar': 'https://hangar.papermc.io/SimolZimol/Flysystem', 'modrinth': 'https://modrinth.com/plugin/fly-simolzimol/', - 'spigot': 'https://www.spigotmc.org/resources/fly.83164/', - 'github': 'https://github.com/SimolZimol/', - 'wiki': 'https://github.com/SimolZimol/fly-plugin/wiki', - 'issues': 'https://github.com/SimolZimol/fly-plugin/issues' + 'spigot': 'https://www.spigotmc.org/resources/fly.83164/' }, 'installation': [ 'Download the latest JAR file', @@ -520,7 +517,7 @@ def levelcraft(): 'Built with Java and the Spigot/Paper APIs using a Gradle build setup.' ), 'version': 'Latest', - 'status': 'Active', + 'status': 'Active Development', 'compatibility': '1.21.x', 'server_types': ['Spigot', 'Paper'], 'technologies': ['Java', 'Spigot API', 'Paper API', 'Gradle'], @@ -552,7 +549,7 @@ def simpleteleport(): 'Perfect for survival servers, minigame servers, or any server that wants reliable teleportation without complexity.' ), 'version': '1.0', - 'status': 'Active', + 'status': 'Active Support', 'compatibility': '1.19 - 1.21', 'server_types': ['Spigot', 'Paper', 'Bukkit'], 'technologies': ['Java', 'Spigot API', 'Paper API', 'Bukkit API'],