From ad9684e0fcb5e0451bd7852140f52688a51be3e3 Mon Sep 17 00:00:00 2001 From: cjburkey01 Date: Fri, 21 Jun 2024 04:58:45 +0000 Subject: [PATCH] deploy: 605472f1dcbe159416b4d3f4ec147255c45118af --- 404.html | 2 +- player/Commands.html => ForPlayers.html | 96 +++++++++++++++++-------- Home.html | 9 ++- index.html | 9 ++- searchindex.js | 2 +- searchindex.json | 2 +- server/Configuration.html | 2 +- server/Downloads.html | 6 +- server/Installation.html | 6 +- server/MainConfigFile.html | 2 +- server/RanksConfig.html | 2 +- server/Setup.html | 6 +- server/WorldProfileConfigs.html | 2 +- 13 files changed, 95 insertions(+), 51 deletions(-) rename player/Commands.html => ForPlayers.html (62%) diff --git a/404.html b/404.html index 55fae9b..c9680e6 100644 --- a/404.html +++ b/404.html @@ -82,7 +82,7 @@ diff --git a/player/Commands.html b/ForPlayers.html similarity index 62% rename from player/Commands.html rename to ForPlayers.html index 5c295ee..1a52686 100644 --- a/player/Commands.html +++ b/ForPlayers.html @@ -3,7 +3,7 @@ - Commands - ClaimChunk + For Players - ClaimChunk @@ -13,29 +13,29 @@ - - - - + + + + - - + + - - - + + + - - + + @@ -81,7 +81,7 @@ @@ -141,10 +141,10 @@

ClaimChunk

// The path to the root, taking the current // language into account. - let full_path_to_root = "../"; + let full_path_to_root = ""; // The page path (mdbook only gives us // access to the path to the Markdown file). - let path = "player/Commands.md".replace(/\.md$/, ".html"); + let path = "ForPlayers.md".replace(/\.md$/, ".html"); for (let lang of langList.querySelectorAll("a")) { if (lang.id == "en") { lang.href = `${full_path_to_root}${path}`; @@ -168,7 +168,7 @@

ClaimChunk

- + @@ -197,18 +197,56 @@

ClaimChunk

-

Commands for Players

-

TODO!

+

For Players

+

If at any point you need in-game advice, the /chunk help command lists +other commands you have access to on your server, though they are not the +easiest to read in that form.

+

If you want to avoid using commands, most common operations can be performed +in the GUI, accessible via the /chunk gui command.

+

Claiming and Unclaiming

+

Unsurprisingly, /chunk claim and /chunk unclaim work how they sound. +If your server has economy support enabled, you'll need to have enough money to +claim. When unclaiming a chunk, your server may also have refunding enabled, +which will return some amount of money.

+

To unclaim all chunks in the world you're standing in, use +/chunk unclaim all. To unclaim all of your chunks in all worlds, use +/chunk unclaim all true.

+

If your server has auto-claiming enabled, you can use /chunk auto to start +automatically claiming chunks you walk into, provided that they aren't already +claimed and you have enough money to make the purchase.

+

Chunk Info

+

You can use /chunk list to view a list of the chunks you own, and +/chunk info to see information about the chunk you're currently standing in.

+

You can use /chunk name to set/reset your chunk's display name in other +player's on-screen popups. If you type /chunk name <new name>, the name will be +updated; if you don't provide a name, the display name will be reset and your +in-game player name will be shown.

+

To show an outline around the chunk you're standing in, use /chunk show, and +to outline nearby claimed chunks, use /chunk show claimed

+

If you would like to see a list of nearby chunks that are owned by other +players, you can use /chunk scan <distance in chunks>

+

Permissions and Other Players

+

Similar to plugins like Factions, you can control what other players +are allowed to do in your chunks. To set which permissions that players will +have in your chunks, you can use /chunk default access <flags>. If you want +to set how players can interact with a specific chunk, you can use +/chunk default access here <flags> to change access flags for the chunk +you're currently standing in. If you want to control how a specific player can +access a specific chunk, use /chunk access <player name> <flags> while +standing in that chunk.

+

You can give a specific claimed chunk to another player by using +/chunk give <player name> to transfer ownership of the chunk you're standing +in.

@@ -237,13 +275,13 @@

Com - - - + + + - - - + + + diff --git a/Home.html b/Home.html index b9cf827..ff0fd3e 100644 --- a/Home.html +++ b/Home.html @@ -81,7 +81,7 @@ @@ -200,18 +200,21 @@

ClaimChunk

Home

To change language, click on the globe above ↗

+

Want to help translate? Head on over to the claimchunk-site repo to see instructions, or contact me via our Discord or my email at bulletlanguage@gmail.com.

Hi there! This is the main user-facing website (apart from GitHub) where you can find links to download the plugin or read this wiki and learn how to use it.

← Check out the sidebar for a list of what's documented here on the site for players and server admins.

+

Players! Check Here!

+

Click here to view the commands you'll want to know as a player.