Skip to content

Commit

Permalink
Merge pull request #4 from Venomous-Viper1/master
Browse files Browse the repository at this point in the history
Added In game commands index to the guide site.
  • Loading branch information
benrobson authored Nov 11, 2024
2 parents 462d2e6 + d00fa2c commit 6b4c1c2
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/general/add-feature.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
sidebar_position: 5
sidebar_position: 7
---

# Can you add this feature?

While we don't have an official platform dedicated to feature additions at the moment, we are always eager to hear your great ideas. You can share your suggestions with us and the community in various ways.

However, the most preferred channel for sharing your ideas is our Discord server (https://craftingforchrist.net/discord), particularly in the #suggestions channel. We value your input and look forward to hearing your innovative suggestions!
However, the most preferred channel for sharing your ideas is our Discord server (https://craftingforchrist.net/discord), particularly in the #suggestions channel. We value your input and look forward to hearing your innovative suggestions!
4 changes: 2 additions & 2 deletions docs/general/apply-staff.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 4
sidebar_position: 5
---

# Where can I apply for Staff?

Visit our "Apply" page to explore the available positions we are actively seeking to fill: https//craftingforchrist.net/apply
Visit our "Apply" page to explore the available positions we are actively seeking to fill: https//craftingforchrist.net/apply
4 changes: 2 additions & 2 deletions docs/general/faq.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 5
sidebar_position: 8
---

# Frequently Asked Questions
Expand All @@ -20,4 +20,4 @@ Our server upholds the inclusion of the Nether, recognizing its significance in

By maintaining this dimension, players have the opportunity to explore, collaborate, and overcome challenges, aligning with the biblical encouragement to be a light to the world and engage positively with others (Matthew 5:14-16).

Disabling the Nether would not only compromise the core essence of Minecraft's gameplay. Our commitment to preserving the Nether reflects our dedication to creating a dynamic and enriching gaming experience that harmonizes with both Christian values and the fundamental principles of Minecraft.
Disabling the Nether would not only compromise the core essence of Minecraft's gameplay. Our commitment to preserving the Nether reflects our dedication to creating a dynamic and enriching gaming experience that harmonizes with both Christian values and the fundamental principles of Minecraft.
2 changes: 1 addition & 1 deletion docs/general/found-bug.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 4
sidebar_position: 6
---

# I found a bug! How should I report it?
Expand Down
66 changes: 66 additions & 0 deletions docs/general/ingame-commands.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
sidebar_position: 3
---
# Command Index

# Server-Wide Commands
| Command | Description |
| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| /rules | Link to the server rules. |
| /discord | Link to the server discord. |
| /website | Link to the server website. |
| /apply | Link to the applications page. |
| /server \<server\> | Switch to a server (Survival, Hub, Mixed, Events). |
| /msg \<username\> \<message\> | Send a private message to a player. |
| /reply \<message\> | Reply to the user who last sent you a message. |
| /report \<username\> \<reason\> | Report a player you believe is breaking the rules. |
| /ping | Test your connection speed to the server. |

# Survival Commands

| Command | Description |
| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| /spawn | Teleport to world spawn. |
| /sethome \<name\> | Set a player home to your current location. |
| /delhome \<name\> | Delete a player home.
| /home \<name/bed\> | Teleport to your home. |
| /sell hand \<amount\> | While holding diamonds in your hand, convert the desired amount into currency. |
| /bal | Check your currency balance. |
| /baltop | Check the top player balances. |
| /qs create \<price\> \<item\> | Create a playershop. |
| /qs remove | Remove a playershop. |
| /qs item \<item\> | Change the item being sold at a shop. Hold the desired item in your hand or put the item's name in chat. |
| /qs price \<price\> | Change the price of a shop. |
| /qs size \<stack size\> | Change the stack size of a shop. |
| /qs buy/sell | Change the mode of the shop between buying and selling. |
| /qs transferownership | Transfer ownership of a shop to another player. |
| /claim | Enter/exit claim mode. |
| /claimflag | Modify claim flags (settings). |
| /abandonclaim | Remove a claim. |
| /abandonallclaims | Remove all of your claims. |
| /claim info | View information about the current claim at your location. |
| /claim greeting | Modify Claim enter message. |
| /claim farewell | Modify Claim exit message. |
| /claim gui | Change claim interface mode. |
| /trust \<username\> | Allow a player to build in your claim. |
| /untrust \<username\> | Revoke a player's ability to build in your claim. |
| /givepet \<username\> | Transfer ownership of a pet. |
| /quest | View the quest menu. |
| /graves | Display list of current graves. |

Check https://guides.craftingforchrist.net/docs/survival for more information on specific commands.

# Supporter Survival Commands
| Command | Description |
| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| /hat | Display the item in your hand as a hat |
| /trigger as_help | Give yourself the Armor Stand book. |

# Mixed Commands
| Command | Description |
| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| /join \<team\> | Join a team. (Only Supporters can choose their team). |
| /leave | Leave a team. |
| /g \<message\> | Send a message in global chat. |
| /map | View Map information. |
| /rot | View the map rotation. |
2 changes: 1 addition & 1 deletion docs/general/need-help.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 4
---

# Who should I turn to for help?
Expand Down

0 comments on commit 6b4c1c2

Please sign in to comment.