Welcome to CraftersMC Guides, your ultimate companion to navigate the complex systems of CraftersMC SkyBlock. Whether you're a beginner or a seasoned mid-game player, these guides provide you with all the answers and strategies you need to succeed.
Feeling lost? Let this documentation be your go-to resource for understanding what to do next.
CraftersMC is a Minecraft: Bedrock Edition server that offers an immersive SkyBlock game mode. Players begin on their unique islands and can explore various dimensions, level up skills, and unlock collections. The server delivers a dynamic and personalized experience through:
- Custom mobs and battles.
- Specialized weapons and tools.
- Island building and crafting.
- Regular updates featuring new achievements, QoL improvements, and bug fixes.
- Multilingual support, including languages like German and French.
Join an active and diverse community of players as you explore everything CraftersMC SkyBlock has to offer!
The CraftersMC Guides almost covers every aspect of progression in SkyBlock, these are the current tools and guides available:
- Journey Guides
- Rank Sellers Page
- Unicode Guide Page
- Leaderboards Page
- Bank Interest Countdown
- SkyCalendar
- Texture Packs
Our team has developed discord bots to further simplify(make it easy) to use directly from discord.
Bazaar Bot - Invite Link
CraftersMC AI - Coming Soon
This project is brought to you by:
- Coder: TechonTheDev (Discord: techonthedev)
- Coder: Pg Network (Discord: pgnetwork01)
- Writer: ieduoo (Discord: ieduoo)
- Coder: TGJASSIYT (Discord: jassi_xc) [Retired]
- Advisor: Aakash Gupta (Discord: aakashgupta12) [Retired]
We welcome contributions to improve the guide! If you notice any errors or have suggestions, feel free to open an issue or submit a pull request. This guide is under development so do not expect it to be 100% perfect
.
├── functions/ # Cloudflare Pages Functions (API routes)
│ ├── api/ # Utility/history API endpoints
│ ├── bazaar/ # Bazaar-related API endpoints
│ ├── player/ # Player lookup endpoint(s)
│ ├── profile/ # Profile lookup endpoint(s)
│ ├── leaderboard-submisson-api.js
│ ├── network-status.js
│ └── seller-api.js
├── public/ # Frontend source served as static files
│ ├── assets/ # Images, icons, media, and grouped art assets
│ ├── css/ # Page and component stylesheets
│ ├── guide/ # Guide pages
│ ├── img/ # Item and feature image library
│ ├── js/ # Client-side JavaScript
│ ├── market/ # Market data files
│ ├── sellers/ # Seller profile pages/templates
│ ├── tools/ # Tool/calculator pages
│ └── *.html # Main site pages and route entry points
├── wrangler.toml # Cloudflare Pages/Workers config
├── LICENSE
└── README.md
functions/: Backend API logic for Cloudflare Pages Functions.functions/api/: General API helpers and history-related endpoints.functions/bazaar/: Bazaar item endpoints.functions/player/andfunctions/profile/: Player/profile fetch routes.public/: Static site content (HTML/CSS/JS/assets) deployed to Pages.public/assets/andpublic/img/: Media files used by pages and tools.public/css/: Styling for pages, layouts, and UI components.public/js/: Interactive frontend scripts and page-specific logic.public/guide/: Written guide pages for progression/help.public/tools/: Calculators and utility tools.public/sellers/: Seller pages and related templates/config.public/market/: Market data consumed by tools/pages.
- Open the repository on GitHub.
- Go to the
Issuestab. - Click
New issue. - Choose a template (if available) or start a blank issue.
- Add a clear title, expected behavior, actual behavior, and screenshots/logs.
- Submit the issue.
- Fork the repository (if you are not a direct contributor).
- Create a branch from
mainwith a descriptive name. - Commit your changes with clear commit messages.
- Push the branch to your fork/repository.
- Open
Pull requestson GitHub and clickNew pull request. - Set
base: mainandcompare: your-branch. - Add a summary of changes, testing notes, and linked issue(s), then create the PR.
Join our discord server to get updates of the project and give us your feedbacks there too! Link: https://discord.gg/tbHbnvdXKR
This project is licensed under the GNU General Public License. See the LICENSE file for details.
Note
We are not affiliated with Minecraft, Microsoft, or TEON CREATIVE.