Commit 5a4baa
2025-12-03 20:16:49 Bernardo Zukerman: Add English tutorial content| /dev/null .. tutorial/english.md | |
| @@ 0,0 1,126 @@ | |
| + | # English |
| + | |
| + | # BlockyCRAFT Server Tutorial |
| + | |
| + | Welcome to BlockyCRAFT! This tutorial is designed to guide you through all the unique mechanics and systems of our server. Here you will learn how to protect your land, create groups, place bounties on your enemies, and much more. |
| + | |
| + | --- |
| + | |
| + | ## Authentication - BlockyAuth |
| + | |
| + | To ensure the security of your account and items, we use our own authentication system. |
| + | |
| + | ### Main Commands |
| + | |
| + | - `/register <password>` - Registers your account. Use this the first time you join. |
| + | - `/login <password>` - Logs into your account. Required every time you join the server. |
| + | - `/changepassword <new-password>` - Changes your current password. |
| + | |
| + | ### Important |
| + | |
| + | - You have **3 login attempts** before being kicked. |
| + | - Your inventory is saved and protected. No one can access your items while you are not logged in. |
| + | - Movement, chat, and interactions are blocked until login. |
| + | |
| + | --- |
| + | |
| + | ## Land Protection - BlockyClaim |
| + | |
| + | Protect your buildings and items from other players using our Claim system. The currency used to buy land is **Iron**. |
| + | |
| + | ### How to Create a Protection |
| + | |
| + | 1. Hold a **Golden Shovel** or the configured tool in your hand. |
| + | 2. Right-click on two blocks to define the corners of your area (diagonal). |
| + | 3. Use `/claim confirm <name>` to finalize the purchase. |
| + | |
| + | ### Management |
| + | |
| + | - `/claim buy <amount>` - Buys protection blocks using iron ingots. |
| + | - `/claim balance` - Checks how many protection blocks you have available. |
| + | - `/claim list` - Lists all your claims. |
| + | - `/trust <player>` - Allows a friend to build in your claim. |
| + | - `/untrust <player>` - Removes a friend's permission. |
| + | |
| + | ### Land Market |
| + | |
| + | - `/claim sell <price>` - Puts the current claim up for sale. |
| + | - `/claim acquire <new-name>` - Buys a claim that is for sale. |
| + | - `/claim occupy <new-name>` - Occupies an abandoned claim for a reduced price. |
| + | |
| + | **Group Integration**: If you are part of a Group, all members of your group have automatic permission (Trust) in your claims. You don't need to use `/trust` for them. |
| + | |
| + | --- |
| + | |
| + | ## Groups - BlockyGroups |
| + | |
| + | Join other players, dominate the server, and climb the ranking! |
| + | |
| + | ### Basic Commands |
| + | |
| + | - `/grp create <tag> <name>` - Creates a new group. |
| + | - `/grp invite <player>` - Invites someone to your group. |
| + | - `/grp join <group-name>` - Accepts an invitation. |
| + | - `/grp leave` - Leaves the current group. |
| + | - `/gc <message>` - Sends a message in the exclusive group chat. |
| + | |
| + | ### Management (Leaders/Officers) |
| + | |
| + | - `/grp promote <player> <rank>` - Promotes or demotes members (Member, Officer). |
| + | - `/grp kick <player>` - Removes a player from the group. |
| + | - `/grp leader <player>` - Transfers leadership to another member. |
| + | - `/grp treasurer <player>` - Sets the group treasurer (important for BlockyDeposit). |
| + | - `/grp setbase` - Sets the group base where members can teleport. |
| + | - `/grp pvp <on/off>` - Enables or disables friendly fire between members. |
| + | |
| + | ### Ranking and Base |
| + | |
| + | - `/grp rank` - Views the richest groups on the server based on networth. |
| + | - `/grp base` - Teleports to the group base (30s cooldown if you took recent damage). |
| + | |
| + | --- |
| + | |
| + | ## Bounties - BlockyBounty |
| + | |
| + | Want to see someone eliminated? Put a price on their head! |
| + | |
| + | ### Commands |
| + | |
| + | - `/bounty <player> <amount>` - Places an iron bounty on the player's death. |
| + | - `/bounty list` - Views the list of wanted players. |
| + | - `/bounty remover <player>` - Removes a bounty you placed and retrieves your iron. |
| + | |
| + | ### Details |
| + | |
| + | - If you kill a player with a bounty, the iron goes directly to your inventory. |
| + | - **Group Protection**: You cannot place bounties on members of your own group, and killing group members does not award the bounty. |
| + | |
| + | --- |
| + | |
| + | ## Item Deposit - BlockyDeposit |
| + | |
| + | Export your items out of the server or contribute to your group's fund. |
| + | |
| + | ### Commands |
| + | |
| + | - `/deposit all` - Deposits all items in your inventory that are allowed. |
| + | - `/deposit hand` - Deposits only the item in your hand. |
| + | - `/deposit fund all` - Deposits items directly to your group's treasurer. |
| + | |
| + | ### How it works |
| + | |
| + | - Upon depositing, items are removed from your inventory and a receipt (JSON) is generated or sent to an external system. |
| + | - The **Fund mode** (`fund`) sends items to the control of the Group Treasurer. |
| + | |
| + | --- |
| + | |
| + | ## Help - BlockyHelp |
| + | |
| + | Need to remember a command? |
| + | |
| + | - `/help` - Opens the help menu with the server command list. |
| + | - `/help <page>` - Navigates through help pages. |
| + | |
| + | --- |
| + | |
| + | **Good game and have fun on BlockyCRAFT!** |