Open Issues Need Help
View All on GitHubAI Summary: This project requires creating a DiscordSRV plugin extension for a Minecraft Build The Earth plot system. The core plugin is complete, but requires a connector plugin to be developed using the provided API to handle plot data. Currently, translation is blocked by another issue (#8). The task involves either creating the connector plugin or contributing translations once issue #8 is resolved.
AI Summary: The task is to adapt the DiscordSRV Plot-System integration plugin to work seamlessly with the upcoming "Global" scope changes in Plot-System. This involves figuring out how the plugin's DiscordSRV integration will function within a global server context, determining the appropriate location for the DiscordSRV instance, and deciding on a forum or thread structure for webhooks when multiple build teams are involved in the global server.
AI Summary: The task is to make the DiscordSRV Plot-System extension plugin standalone, removing its dependency on DiscordSRV v1.29.0. This requires resolving two key challenges: managing the JDA (Java Discord API) lifecycle independently and handling account linking edge cases without relying on DiscordSRV's existing mechanisms.
AI Summary: Develop a standalone account linking manager for a DiscordSRV plugin that integrates with a plot system. This involves creating a separate module or application that handles linking Discord accounts to in-game plot system accounts, independent of the main plugin. The manager will likely need to interact with both Discord's API and the plot system's API or database.
AI Summary: The task involves creating a standalone version of a DiscordSRV plugin that integrates with a plot system. This requires implementing proper JDA instance management, handling its lifecycle, and potentially refactoring existing code to decouple it from other dependencies. The plugin uses a modular design with an API for external plot system integration.