# Product Pricing

We offer per-server licenses for individual mods - such as GGyms or BetterBreeding. We also offer [Ko-Fi membership options](https://ko-fi.com/roanokedevelopment) which give access to multiple mods (while subscription is active).

**All of our mods are server-side only, you should never share them with players/modpacks.  All of our mods are for Fabric -  we do not support (Neo)Forge. While our mods may work with Arclight (or any Hybrid), we do not explicitly support it.**

### Product Pricing (25nd March 2026)

This is the current up to date list of our mods & pricing, feel free to open a ticket to ask any questions.&#x20;

<table><thead><tr><th width="185.4666748046875">Mod</th><th width="67.38330078125">Price</th><th width="160.683349609375" data-type="checkbox">Cross-Server Support</th><th data-type="checkbox">Cross-Server Messaging</th><th data-type="checkbox">Included with Supporter Sub</th><th data-type="checkbox">Included with Patron Sub</th></tr></thead><tbody><tr><td>Crafting Store</td><td>Free</td><td>false</td><td>false</td><td>true</td><td>true</td></tr><tr><td>Cobblemon Tools</td><td>Free</td><td>false</td><td>false</td><td>true</td><td>true</td></tr><tr><td>BetterBreeding</td><td>£60</td><td>false</td><td>false</td><td>true</td><td>true</td></tr><tr><td>Haberdashery (ShopGUI+)</td><td>£50</td><td>false</td><td>false</td><td>true</td><td>true</td></tr><tr><td>Gift Box</td><td>£50</td><td>false</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Boosters</td><td>£60</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td>TextureCoupons</td><td>£40</td><td>false</td><td>false</td><td>false</td><td>false</td></tr><tr><td>ArceusTasks</td><td>£80</td><td>false</td><td>false</td><td>false</td><td>false</td></tr><tr><td>BetterCrates</td><td>£60</td><td>true</td><td>true</td><td>false</td><td>false</td></tr><tr><td>Teams</td><td>£100</td><td>true</td><td>true</td><td>false</td><td>false</td></tr><tr><td>GGyms</td><td>£100</td><td>true</td><td>true</td><td>false</td><td>false</td></tr><tr><td>RGTS</td><td>£120</td><td>true</td><td>true</td><td>false</td><td>false</td></tr><tr><td>PPokedex</td><td>£40</td><td>true</td><td>true</td><td>false</td><td>false</td></tr><tr><td>Cobblemon Bank</td><td>£80</td><td>true</td><td>true</td><td>false</td><td>false</td></tr><tr><td>WonderTrade</td><td>£50</td><td>false</td><td>true</td><td>false</td><td>false</td></tr><tr><td>LazyNPCs</td><td>£50</td><td>false</td><td>false</td><td>false</td><td>false</td></tr><tr><td>CobbledSpawners</td><td>£60</td><td>false</td><td>false</td><td>false</td><td>false</td></tr><tr><td>CobbledSync</td><td>£200</td><td>true</td><td>false</td><td>false</td><td>true</td></tr><tr><td>Oxygen</td><td>£200</td><td>true</td><td>false</td><td>false</td><td>true</td></tr></tbody></table>

### Membership Subscriptions

Becoming a Roanoke Development Supporter/Patron via Ko-Fi not only funds our open source & free development, but also gives you access to premium mods & features for a lower monthly price, vs buying permanent licenses.

You can view our membership options, prices, and subscribe on [our Ko-Fi page](https://ko-fi.com/roanokedevelopment).&#x20;

#### Supporter

Supporters get free access to **Gift Box, Boosters, Haberdashery (ShopGUI+ alternative) and BetterBreeding**. This is a perfect start for new servers looking to have essential features (Breeding & Shops), monetise their servers (Boosters), and to manage tournament/event rewards (Gift Box).

#### Patron

This tier is for larger networks, and gives access to our cross-server solutions. With a Cross-Server setup, you run multiple backend servers, and tie them together with server-side mods to make the player experience seamless. Our flagship mods all support full cross-server functionality for our Patrons, including teleportation, data storage, and messaging. Only mods that manage player state need a cross-server solution, hence BetterBreeding/CobbledSpawners being marked as not having support.&#x20;

Patron's get access to **Oxygen**, a cross-server fork of EEssentials with extra premium features baked in, like player warps. Read more on it's page: [Oxygen](/mods/mods/oxygen.md)

Patron's also get exclusive access to **CobbledSync**, which handles storing, providing, and syncing Cobblemon data across a network. Read more on it's page: [CobbledSync](/mods/mods/cobbledsync.md)

**An active Patron subscription is required to use cross-server features in mods like GGyms, RGTS, PPokedex.**&#x20;

You **can buy a permanent license to CobbledSync and/or Oxygen** that requires no active subscription to use.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roanoke.dev/mods/product-pricing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
