modified: app.py

This commit is contained in:
SimolZimol
2025-10-27 17:17:40 +01:00
parent 14349fc666
commit 687e245efb

10
app.py
View File

@@ -23,7 +23,7 @@ def home():
'type': 'Minecraft Plugin', 'type': 'Minecraft Plugin',
'description': 'Closed-source progression plugin with item leveling and augmentations.', 'description': 'Closed-source progression plugin with item leveling and augmentations.',
'technologies': ['Java', 'Spigot', 'Paper'], 'technologies': ['Java', 'Spigot', 'Paper'],
'status': 'Active', 'status': ' Beta',
'url': '/projects/levelcraft', 'url': '/projects/levelcraft',
'icon': 'fas fa-chart-line', 'icon': 'fas fa-chart-line',
'color': 'minecraft' 'color': 'minecraft'
@@ -404,7 +404,7 @@ def discord_ai_bot():
'a restart-safe giveaway system with UUID-based IDs and Steam URL parsing, and a complementary Flask web dashboard. ' 'a restart-safe giveaway system with UUID-based IDs and Steam URL parsing, and a complementary Flask web dashboard. '
'All active processes persist to MySQL and recover on startup.' 'All active processes persist to MySQL and recover on startup.'
), ),
'version': '1.x', 'version': 'dev-0.9.8',
'status': 'Production', 'status': 'Production',
'technologies': ['Python', 'Discord.py', 'Flask', 'MySQL', 'aiohttp'], 'technologies': ['Python', 'Discord.py', 'Flask', 'MySQL', 'aiohttp'],
'features': [ 'features': [
@@ -484,7 +484,7 @@ def levelcraft():
), ),
'version': 'Latest', 'version': 'Latest',
'status': 'Active', 'status': 'Active',
'compatibility': '1.19 - 1.21', 'compatibility': '1.21.x',
'server_types': ['Spigot', 'Paper'], 'server_types': ['Spigot', 'Paper'],
'technologies': ['Java', 'Spigot API', 'Paper API', 'Gradle'], 'technologies': ['Java', 'Spigot API', 'Paper API', 'Gradle'],
'features': [ 'features': [
@@ -495,7 +495,9 @@ def levelcraft():
'Efficient, production-ready design' 'Efficient, production-ready design'
], ],
'commands': [], 'commands': [],
'links': {}, 'links': {
'Minecraft': 'devanturas.net'
},
'installation': [ 'installation': [
'Obtain the LevelCraft JAR from the author', 'Obtain the LevelCraft JAR from the author',
'Place the JAR into your server plugins/ folder', 'Place the JAR into your server plugins/ folder',