Skip to content

CraftersMC-Guides-Project/guides-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11,554 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CraftersMC Guides

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.

What is CraftersMC?

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!

Features of This Guide

The CraftersMC Guides almost covers every aspect of progression in SkyBlock, these are the current tools and guides available:

Available Tools:

Technologies Used

HTML5 CSS3 JavaScript
JSON GitHub CloudFlare

Discord Bots

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

Credits

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]

Contribute

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

File Tree

.
├── 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

Folder Guide

  • functions/: Backend API logic for Cloudflare Pages Functions.
  • functions/api/: General API helpers and history-related endpoints.
  • functions/bazaar/: Bazaar item endpoints.
  • functions/player/ and functions/profile/: Player/profile fetch routes.
  • public/: Static site content (HTML/CSS/JS/assets) deployed to Pages.
  • public/assets/ and public/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.

How to Create an Issue

  1. Open the repository on GitHub.
  2. Go to the Issues tab.
  3. Click New issue.
  4. Choose a template (if available) or start a blank issue.
  5. Add a clear title, expected behavior, actual behavior, and screenshots/logs.
  6. Submit the issue.

How to Create a Pull Request

  1. Fork the repository (if you are not a direct contributor).
  2. Create a branch from main with a descriptive name.
  3. Commit your changes with clear commit messages.
  4. Push the branch to your fork/repository.
  5. Open Pull requests on GitHub and click New pull request.
  6. Set base: main and compare: your-branch.
  7. Add a summary of changes, testing notes, and linked issue(s), then create the PR.

Support Server

Join our discord server to get updates of the project and give us your feedbacks there too! Link: https://discord.gg/tbHbnvdXKR

License

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.

About

Source code of the CraftersMC Guides website, open to contributions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors