CraftersMC SkyBlock Documentation

The comprehensive guide and reference library for CraftersMC SkyBlock players, traders, and developers.

Whether you are just starting your island, advancing through slayer bosses, optimizing accessory reforges, or building integrations with the CraftersMC REST API, this documentation contains all verified strategies, event timers, and technical references.

lightbulb
Quick Tip: Press / anywhere on the page to focus the global search bar and instantly filter guides and tools.

menu_book Progression & Gameplay Guides

Detailed walkthroughs covering each stage of the game.

Early-game setup: Island layout, early coin generation, fairy souls, and minion automation.
Dragon armor progression, weapon upgrades, Combat skill leveling, and minion slot expansion.
Boss mechanics, gear loadouts, and spawn locations for Zombie, Spider, and Wolf slayers.
Endgame combat setups, high-tier slayer farming, pet level optimization, and economy management.
Optimal reforge stones for common, uncommon, rare, epic, and legendary talismans.
How to use buy and sell orders, understand order book spreads, and make coins with margin flipping.
Quick reference answers for common questions regarding CraftersMC custom features and mechanics.
Minecraft color code guide and custom unicode symbols for Book & Quills and item signs.

build Live Interactive Tools

Real-time trackers, directories, and utilities built for CraftersMC players.

Inspect real-time player data, SkyBlock profiles, skills, slayers, minions, and collections via the API.
Live countdown timers for Season of Jerry, Spooky Festival, Traveling Zoo, and Ethan's Contests.
Community-verified list of trusted rank and gem sellers with scam prevention guidelines.
Check top player placements across collections, skills, slayer XP, bank networth, and boss records.
Curated list of Bedrock resource packs customized for CraftersMC weapons and armor.
Reforge stat calculators, minion inventory filling timers, and skill XP calculators.
Comprehensive slash command syntax and documentation for the official CraftersMC Discord bot.

code Developer Platform & REST API

Technical documentation and NBT specifications for bots, websites, and community tools.

Interactive reference for Server Status, Voters, Players, Bazaar, Auctions, Profiles, and Settings.
Specifications for Base64 GZIP decompression across player inventories, wardrobe, equipment, and quiver.
Searchable lookup table mapping Bedrock numerical IDs directly to vanilla Minecraft identifiers.
Quick Example: Fetch Server Status (Node.js)
const res = await fetch("https://api.craftersmc.net/v1/network/status", {
  headers: { "X-API-Key": "YOUR_API_KEY" }
});
const data = await res.json();
console.log(`Online Players: ${data.playerCount}/${data.maxPlayerCount} | SkyBlock: ${data.games.SKYBLOCK.modes.hub}`);

people Project Contributors

The authors and developers of the CraftersMC Guides project.

ieduoo
ieduoo
Lead Writer & Author (Discord)
Pg Network
Pg Network
Full-Stack & Bot Developer (GitHub)
TechonTheDev
TechonTheDev
Backend & Website Developer (GitHub)