modified: app.py

This commit is contained in:
SimolZimol
2025-11-11 20:56:48 +01:00
parent e2723bf9b9
commit 324a2e93bb

11
app.py
View File

@@ -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'],