diff --git a/app.py b/app.py index 1e6dd44..8677589 100644 --- a/app.py +++ b/app.py @@ -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',