U
/u/pongy20
Guest
Hey admincraft,
I'm working on a project and want honest feedback before I build too much. Looking for people who've actually run servers — not a sales pitch, just a reality check.
The problem I'm trying to solve:
Every plugin manages its own data in isolation. Your ban plugin doesn't know about your stats plugin. Your moderation history lives in one database, your player analytics in another, and if you run a network with multiple servers, you're constantly fighting sync issues or building custom glue code.
The idea:
A cloud platform called VoxelCloud — basically a shared data backbone for Minecraft plugins. One API key, and all plugins that use it share the same player model. A ban in VoxelWarden (my moderation plugin) is immediately visible to VoxelAnalytics. A player is the same player everywhere, across all your servers, without you doing anything.
The plugin ecosystem grows on top of this — each plugin just gets smarter because it can see what the others know.
How it would work practically:
Plugins i was thinking about:
The point isn't any single plugin — it's that each one gets more useful because it can see what the others know about a player.
Pricing I'm considering — these are rough examples, not final numbers:
I'm still figuring out what actually makes sense here, which is partly why I'm posting. The tiers and limits below are directional, not carved in stone.
The questions I actually want answered:
Not trying to validate my own ideas here. If this is solving a problem nobody has, I want to know now. Brutal honesty appreciated.
submitted by /u/pongy20
[link] [comments]
Continue reading...
I'm working on a project and want honest feedback before I build too much. Looking for people who've actually run servers — not a sales pitch, just a reality check.
The problem I'm trying to solve:
Every plugin manages its own data in isolation. Your ban plugin doesn't know about your stats plugin. Your moderation history lives in one database, your player analytics in another, and if you run a network with multiple servers, you're constantly fighting sync issues or building custom glue code.
The idea:
A cloud platform called VoxelCloud — basically a shared data backbone for Minecraft plugins. One API key, and all plugins that use it share the same player model. A ban in VoxelWarden (my moderation plugin) is immediately visible to VoxelAnalytics. A player is the same player everywhere, across all your servers, without you doing anything.
The plugin ecosystem grows on top of this — each plugin just gets smarter because it can see what the others know.
How it would work practically:
- You create a "server" in the web dashboard → get an API key
- Drop that key into the config of each plugin on your server(s)
- All plugins on that key share data and rate limits
- Works for networks too — multiple MC instances, same key, same data
Plugins i was thinking about:
- VoxelWarden — moderation suite (bans, mutes, appeals, history). Already in development. Because all data is shared, a ban on your Survival server is automatically enforced on your Lobby and Skyblock too — no sync config, no separate databases.
- VoxelAnalytics — player statistics and server insights. Session lengths, peak hours, player retention, churn. And because it shares the same player model as VoxelWarden, you can do things like "show me the average playtime of players who were never moderated" without any manual joins.
- VoxelPerms — cloud-managed permissions. Think LuckPerms, but your permission groups live in the dashboard and sync across all servers instantly. Change a rank on one server, it's everywhere in seconds.
- VoxelReport — in-game player reporting that flows directly into VoxelWarden's moderation queue. Reports include the reporter's history and the reported player's full record — no context switching.
- VoxelChat — chat logging, filter rules, and mute enforcement all in one place. Mutes from VoxelWarden are automatically respected.
- VoxelTickets — player support tickets via in-game commands or a web form, with full context from VoxelWarden and VoxelAnalytics attached automatically.
- VoxelAudit — a tamper-proof log of every admin action across all your servers. Who banned who, when, from which server, why.
The point isn't any single plugin — it's that each one gets more useful because it can see what the others know about a player.
Pricing I'm considering — these are rough examples, not final numbers:
I'm still figuring out what actually makes sense here, which is partly why I'm posting. The tiers and limits below are directional, not carved in stone.
[th]
Tier
[/th][th]
Price
[/th][th]
API Calls/day
[/th][th]
Data history
[/th][td]
Free
[/td][td]
€0
[/td][td]
2,500
[/td][td]
30 days
[/td][td]
Pro
[/td][td]
€9
[/td][td]
100,000
[/td][td]
1 year
[/td][td]
Business
[/td][td]
€29 + usage
[/td][td]
Unlimited
[/td][td]
Unlimited + SLA
[/td]The questions I actually want answered:
- Does this solve a real problem for you, or do you manage fine with standalone plugins today?
- Would you realistically pay €9/month for something like this? What would it need to do to be worth that to you?
- What's your immediate reaction to "cloud-only, no self-hosting"? Dealbreaker?
- Which plugin combination from the list above would make you actually consider switching? Or is there something not listed that would be the real deciding factor?
Not trying to validate my own ideas here. If this is solving a problem nobody has, I want to know now. Brutal honesty appreciated.
submitted by /u/pongy20
[link] [comments]
Continue reading...