Skip to content

Commit

Permalink
Add info for players
Browse files Browse the repository at this point in the history
  • Loading branch information
cjburkey01 committed Jun 21, 2024
1 parent 45093e5 commit 605472f
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 9 deletions.
54 changes: 54 additions & 0 deletions src/ForPlayers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# 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.
6 changes: 6 additions & 0 deletions src/Home.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Home

> To change language, click on the globe <i class="fa fa-globe"></i> above &UpperRightArrow;
>
> Want to help translate? Head on over to the [claimchunk-site](https://github.com/cjburkey01/claimchunk-site) repo to see instructions, or contact me via [our Discord](https://discord.gg/swW8xX665Z) or my email at [`[email protected]`](mailto:[email protected]).
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.

&LeftArrow; 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](./ForPlayers.md) to view the commands you'll want to know as a player.
7 changes: 1 addition & 6 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@

---

# For Players

* [Commands](./player/Commands.md)

---

# Getting ClaimChunk

* [Downloads & Snapshots](./server/Downloads.md)
Expand All @@ -20,6 +14,7 @@

# Using ClaimChunk

* [For Players](./ForPlayers.md)
* [Permissions & Setup](./server/Setup.md)
* [Configuration](./server/Configuration.md)
* [Main Config File](./server/MainConfigFile.md)
Expand Down
3 changes: 0 additions & 3 deletions src/player/Commands.md

This file was deleted.

0 comments on commit 605472f

Please sign in to comment.