PLAYER GAMES · CREATOR HUB

Production-grade
game mods, generated by AI.

An end-to-end engineering pipeline for Minecraft and Hytale. Describe the gameplay you want, choose your model, and ship a compiled JAR with source, validated against a real server.

Active creators

20,000+

Mods shipped

10,000+last 6 mo

Avg. build time

26m 38s

Server-boot pass rate

98.2%Minecraft mods

ENGINEERED FOR THE PLATFORMS YOU SHIP ON

FABRIC/NEOFORGE/SPIGOT/PAPER/COBBLEMON/HYTALE/PIXELMON/BUKKIT/FABRIC/NEOFORGE/SPIGOT/PAPER/COBBLEMON/HYTALE/PIXELMON/BUKKIT/
NEWLOOM · DESKTOP LAUNCHER

Your library, your worlds, your party.

Loom is the desktop launcher. Spin up instances for any Minecraft version, on any loader. Pull your Creator Hub mods straight into the library. Roll a setup out to your friends in a party and launch in lockstep — no Discord folder hunting, no version mismatch, no “did you install Iris?”.

LIBRARY

Your Creator Hub mods

INSTANCES

Fabric · Forge · NeoForge

PARTIES

Sync + launch together

WORLDS

Cloud-synced across devices

Loom · v1.0connected
HU
FF
CS
LOOM

Hurricane Crew

4/4 online · Connected

Invite
Deployment

Hurricane Pack

v3 · fabric/1.21.1

Deploy new version Launch now
Party chat

tanner · synced, ready when you are

miyu · hold on — installing optifine

rho_42 · lol bring snacks

you · launching in 10

Message Hurricane Crew…
Members 4
T

tanner

Synced

M

miyu

Syncing…

R

rho_42

Online

S

salt.miner

Offline

01THE STUDIO

A studio that thinks like an engineer, not a wizard.

Each generation runs through the same disciplined pipeline: specification, parallel synthesis, server validation, and iteration. You see every step, you keep the source, and you control the model.

Models

GPT 5.4 · Opus 4.6 · Ultra

Loaders

Fabric · NeoForge · Spigot

Output

JAR + full source

Validation

Live Minecraft server

Open the studio
creator-hub / minecraft / hurricane-pluginlive
R
When an OP runs /hurricane, spawn a 45-block-high vortex that picks up surrounding blocks, rotates them, and slowly drifts for 45 seconds.
AI
Synthesizing a Spigot plugin for Paper 1.21.1. Three parallel variants will compete on stability.

→ scaffolding plugin.yml · pom.xml

→ generating HurricaneCommand.java

→ wiring particle + block-pickup logic

✓ variant A · compiled (4.2s) · 218 KB

✓ variant B · compiled (3.9s) · 224 KB

⟳ variant C · server validation in progress

Iterate on this plugin…

VARIANTS

2/3 PASSING
A

HurricanePlugin-A.jar

218 KB

PASS
B

HurricanePlugin-B.jar

224 KB

PASS
C

HurricanePlugin-C.jar

RUN

SERVER LOG · papermc-1.21.1

[20:14:02] Loaded HurricanePlugin v0.1.0

[20:14:02] Registered /hurricane · OP-only

[20:14:08] /hurricane invoked by Steve

[20:14:08] Vortex tick scheduler: ACTIVE

[20:14:53] Despawn · 412 blocks rotated · 0 errors

HurricaneCommand.javaJava 21 · Paper 1.21.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package games.player.hurricane;

import org.bukkit.command.Command;
import org.bukkit.entity.Player;

// Spawns a rotating vortex at the player's location.
public final class HurricaneCommand {
  private static final int HEIGHT = 45;
  private static final int RADIUS = 15;
  private static final int DURATION_TICKS = 900;

  public boolean onCommand(Player op) {
    if (!op.isOp()) return false;
    Vortex.spawn(op.getLocation(), HEIGHT, RADIUS, DURATION_TICKS);
    op.sendMessage("Hurricane spawned · 45s");
    return true;
  }
}
BUILD OK · 4.2s · 218 KBvariant A of 3
02THE ENGINE

Source code, not a black box.

Every generation ships the full project — pom, gradle, Java sources, resources. You can audit it, extend it, fork it, or hand it to your engineering team. Nothing is locked behind our runtime.

Auditable from the start

Every file generated is yours to read, sign, and ship.

Parallel variants

Up to four candidates per prompt — pick the best, discard the rest.

Iterative refinement

Chat with the engine after compile. Tweak commands, behaviors, particles, and rebuild in seconds.

03CAPABILITIES

The whole engineering surface, exposed.

Generation is a system, not a single prompt. We instrument every layer — model selection, synthesis, validation, repair, and iteration — and give you the controls.

MODELS

Frontier models, your choice

Ultra is our default. Bring your own OpenRouter key to access GPT 5.4, Opus 4.6, DeepSeek V3.2, MiMo-V2-Pro — at provider cost.

SYNTHESIS

Up to 4 parallel variants

Generate A/B/C/D simultaneously. Compare, vote, ship the winner.

VALIDATION

Server validation, every build

Mods boot against a real Paper/Fabric/NeoForge server. Failures are caught before you download.

RELIABILITY

Smart bug detection

When a regression is spotted, three repair variants are generated so you can test and merge the fix that works.

OWNERSHIP

Full source ownership

Every JAR ships with its source. Audit, sign, extend, or hand to your team. No vendor lock.

ITERATION

Real-time iteration

Chat with the engine after compile. Refine command names, particle counts, balance — and rebuild in seconds.

04IN PRODUCTION

Real prompts. Real builds. Real servers.

Browse the marketplace
SPIGOT · 1.21.1live capture

Hurricane command

When an OP types /hurricane, spawn a 45-block vortex that picks up surrounding blocks and rotates them for 45 seconds.

Generated in 28m 14s · 218 KB

SPIGOT · 1.21.1live capture

Casino chest

Add a /casino command that drops an animated holographic chest. Right-click rolls for rewards via an inventory UI.

Generated in 22m 51s · 312 KB

05BY THE NUMBERS

Telemetry from the last 6 months.

Numbers we publish, not numbers we polish. Refreshed periodically from the production pipeline.

10,000+

Mods compiled

Plus 8,000+ iterations across Minecraft & Hytale

98.2%

Server-boot success

Minecraft mods only · Hytale validation in progress

26:38

Avg. build time

Prompt → compiled JAR

4.8

Trustpilot rating

Verified customer reviews

UPDATED 2026-05-17 · 09:00 UTCSOURCE — INTERNAL TELEMETRY
06THE MARKETPLACE

Browse what the community is shipping.

Filter by loader, pick a build, install it. Or open the full feed and explore everything live in production.

Open community feed
CUSTOMER FIELD NOTES

From the operators who run on it.

4.8 / 5 on Trustpilot
I've had zero issues working with Player Games. The team actually uses feedback to improve — server quality has been excellent, even on our Palworld base.

Julio L.

UNITED STATES

MAR 3

Made a support query and got a response within a day that resolved my issue. Very accommodating and patient.

Ayem D.

PHILIPPINES

FEB 23

The owner was incredibly supportive — available almost 24/7 to keep things running. Highly recommend for Cobblemon and modded servers.

Arthur M.

UNITED STATES

JAN 21

07FROM SOLO TO STUDIO

One creator tonight, a studio next quarter.

Player Games is built first for the player who wants to ship a single mod this weekend. The same engine scales to studios running creator programs and managing servers at production volume.

RecommendedFOR CREATORS

Open the studio, ship tonight.

The default path. Type a prompt, pick a model, download a JAR. No team required.

OnboardingSign in · generate · download
ModelsUltra + bring-your-own-key
SourceFull project, every build
DistributionMarketplace listing in one click
SupportDiscord community + ticket queue
FOR STUDIOS

Production capacity for teams.

When one creator becomes a creator program. Dedicated infrastructure, identity, and compliance, with a direct line to our engineering team.

DeploymentDedicated / on-prem
CapacityReserved GPU minutes
IdentitySSO · SAML · SCIM
ComplianceAudit logs · DPA
SupportShared Slack channel

CHOOSE YOUR GAME

Open the studio.
Ship today.

Minecraft and Hytale, full source, real validation, your model of choice. The pipeline is open — pick the door you want to walk through.