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',
'description': 'Closed-source progression plugin with item leveling and augmentations.',
'technologies': ['Java', 'Spigot', 'Paper'],
'status': 'Active',
'status': ' Beta',
'url': '/projects/levelcraft',
'icon': 'fas fa-chart-line',
'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. '
'All active processes persist to MySQL and recover on startup.'
),
'version': '1.x',
'version': 'dev-0.9.8',
'status': 'Production',
'technologies': ['Python', 'Discord.py', 'Flask', 'MySQL', 'aiohttp'],
'features': [
@@ -484,7 +484,7 @@ def levelcraft():
),
'version': 'Latest',
'status': 'Active',
'compatibility': '1.19 - 1.21',
'compatibility': '1.21.x',
'server_types': ['Spigot', 'Paper'],
'technologies': ['Java', 'Spigot API', 'Paper API', 'Gradle'],
'features': [
@@ -495,7 +495,9 @@ def levelcraft():
'Efficient, production-ready design'
],
'commands': [],
'links': {},
'links': {
'Minecraft': 'devanturas.net'
},
'installation': [
'Obtain the LevelCraft JAR from the author',
'Place the JAR into your server plugins/ folder',