This repository is a simple place to collect ideas for 1MB, including plugins, scripts, features, events, experiments, and other project notes. When a new idea comes up, it can be added here in a clear format so it is easy to review later and decide what to build next.
- 1MB Karma: A plugin that gathers player data such as ranks, groups, levels, money, building progress, activity, and other useful stats, then applies them to a formula that outputs a karma placeholder. The more active, established, and involved a player is, the higher their karma number becomes.
- 1MB VoteTrade: A plugin that opens a GUI showing the three vote tiers, with a consistent bottom row containing obvious navigation and utility buttons such as an info book, player head, and close button. Clicking a tier opens its details and available layers. Clicking a layer opens an inspection view where the listed item appears below a stack of 64 vote tokens. If a player has the required permission, they can trade their token stack for that item, which also makes it easier to obtain rewards across different worlds. Players without permission can still inspect the item, but they cannot buy it.
- Spark Reviewer: Build a workflow that can run the server, collect and analyze Spark reports, and review
latest.logfor startup, shutdown, and specific event-based test runs. It should compare stress tests with MFM hopper control enabled and disabled, then use the collected data to deeply review likely causes of TPS drops, server stress, and slow startup or shutdown behavior. The reviewer should inspect server settings, make clear recommendations, and identify whether new scripts, config changes, or custom plugins could help fix the underlying issues. - Move BookExport into 1MB CMIAPI: Move the existing
bookexportfunctionality into the 1MB CMIAPI project as a feature plugin, so it can live alongside the other CMIAPI-based tools and be maintained as part of that shared plugin system.