mirror of
https://github.com/bloodmc/GriefDefender.git
synced 2025-02-16 01:51:46 +01:00
Updated Commands (markdown)
parent
6b088eb191
commit
0f5d038dc4
50
Commands.md
50
Commands.md
@ -25,6 +25,8 @@ Arguments Key: \<required\> [optional]
|
||||
* [/gd claim spawn](https://github.com/bloodmc/GriefDefender/wiki/Commands#gd-claim-spawn)
|
||||
* [/gd claim transfer [player]](https://github.com/bloodmc/GriefDefender/wiki/Commands#gd-claim-transfer)
|
||||
* [/gd claim we](https://github.com/bloodmc/GriefDefender/wiki/Commands#gd-claim-we)
|
||||
* [/gd claimgroup admin [\<join\>|\<unjoin\>|\<create\>|\<delete\>]](https://github.com/bloodmc/GriefDefender/wiki/Commands#gd-claimgroup-admin)
|
||||
* [/gd claimgroup player [\<join\>|\<unjoin\>|\<create\>|\<delete\>]](https://github.com/bloodmc/GriefDefender/wiki/Commands#gd-claimgroup-player)
|
||||
* [/gd cuboid](https://github.com/bloodmc/GriefDefender/wiki/Commands#gd-cuboid)
|
||||
* [/gd mode basic](https://github.com/bloodmc/GriefDefender/wiki/Commands#gd-mode-basic)
|
||||
* [/gd mode subdivide](https://github.com/bloodmc/GriefDefender/wiki/Commands#gd-mode-subdivide)
|
||||
@ -39,9 +41,10 @@ Arguments Key: \<required\> [optional]
|
||||
### Flags
|
||||
|
||||
* [/gd flag debug](https://github.com/bloodmc/GriefDefender/wiki/Commands#gd-flag-debug)
|
||||
* [/gd flag claim [\<flag\> \<target\> \<value\> [context[key=value]]]](https://github.com/bloodmc/GriefDefender/wiki/Commands#gd-flag-claim)
|
||||
* [/gd flag group \<group\> [\<flag\> \<target\> \<value\> [context[key=value]]]](https://github.com/bloodmc/GriefDefender/wiki/Commands#gd-flag-group)
|
||||
* [/gd flag player \<player\> [\<flag\> \<target\> \<value\> [context[key=value]]]](https://github.com/bloodmc/GriefDefender/wiki/Commands#gd-flag-player)
|
||||
* [/gd flag claim [\<flag\> \<target\> \<value\> [\<contexts\>]]](https://github.com/bloodmc/GriefDefender/wiki/Commands#gd-flag-claim)
|
||||
* [/gd flag definition \<preset:definition\> \<value\> [identifier]](https://github.com/bloodmc/GriefDefender/wiki/Commands#gd-flag-definition)
|
||||
* [/gd flag group \<group\> [\<flag\> \<target\> \<value\> [<\contexts>]]](https://github.com/bloodmc/GriefDefender/wiki/Commands#gd-flag-group)
|
||||
* [/gd flag player \<player\> [\<flag\> \<target\> \<value\> [<\contexts>]]](https://github.com/bloodmc/GriefDefender/wiki/Commands#gd-flag-player)
|
||||
* [/gd flag reset](https://github.com/bloodmc/GriefDefender/wiki/Commands#gd-flag-reset)
|
||||
|
||||
### Options
|
||||
@ -98,6 +101,7 @@ Note: Use `public` if you want to trust all users.
|
||||
### Claims
|
||||
___
|
||||
#### `/gd abandon claim`
|
||||
**Arguments**: `[identifier]`
|
||||
Abandons a claim
|
||||
|
||||
___
|
||||
@ -123,7 +127,7 @@ View a list of claims for sale. Click [Buy] to purchase.
|
||||
___
|
||||
#### `/gd claim contract`
|
||||
**Aliases**: `claimcontract`, `contractclaim`
|
||||
**Arguments**: `<amount> [direction]`
|
||||
**Arguments**: `<amount> [direction] [identifier]`
|
||||
Contracts/Shrinks the claim from the direction you are facing.
|
||||
|
||||
___
|
||||
@ -135,19 +139,19 @@ Creates a claim around the player of the given type. If no claimtype (or an inco
|
||||
___
|
||||
#### `/gd claim expand`
|
||||
**Aliases**: `claimexpand`, `expandclaim`
|
||||
**Arguments**: `<amount> [direction]`
|
||||
**Arguments**: `<amount> [direction] [identifier]`
|
||||
Expands the claim in the direction you are facing.
|
||||
|
||||
___
|
||||
#### `/gd claim farewell`
|
||||
**Arguments**: `<message>`
|
||||
**Arguments**: `<message> [identifier]`
|
||||
Sets the farewell message of your claim
|
||||
|
||||
To unset, `/gd claim farewell clear`
|
||||
|
||||
___
|
||||
#### `/gd claim greeting`
|
||||
**Arguments**: `<message>`
|
||||
**Arguments**: `<message> [identifier]`
|
||||
Sets the greeting message of your claim
|
||||
|
||||
To unset, `/gd claim greeting clear`
|
||||
@ -155,7 +159,7 @@ To unset, `/gd claim greeting clear`
|
||||
___
|
||||
#### `/gd claim info`
|
||||
**Aliases**: `claiminfo`
|
||||
**Arguments**: `[id]`
|
||||
**Arguments**: `[identifier]`
|
||||
|
||||
Gets information about a claim you are standing in or by claim id.
|
||||
|
||||
@ -205,15 +209,29 @@ Teleports you to claim spawn, if available.
|
||||
___
|
||||
#### `/gd claim transfer`
|
||||
**Aliases**: `transferclaim`
|
||||
**Arguments**: `<player>`
|
||||
**Arguments**: `<player> [identifier]`
|
||||
|
||||
Transfer the claim you're standing in to a player.
|
||||
|
||||
___
|
||||
#### `/gd claim we`
|
||||
**Arguments**: `[identifier]`
|
||||
Claims a selection made in WorldEdit.
|
||||
Note: This command will not work unless the server has WorldEdit.
|
||||
|
||||
|
||||
___
|
||||
#### `/gd claimgroup admin`
|
||||
**Arguments**: `join <group> [<identifier>]|unjoin [<identifier>]|create <group>|delete <group>`
|
||||
Used to manage admin claim groups.
|
||||
|
||||
|
||||
___
|
||||
#### `/gd claimgroup player`
|
||||
**Arguments**: `join <group> [<identifier>]|unjoin [<identifier>]|create <group>|delete <group>`
|
||||
Used to manage player claim groups.
|
||||
|
||||
|
||||
___
|
||||
#### `/gd cuboid`
|
||||
**Aliases**: `cuboid`
|
||||
@ -281,21 +299,29 @@ Toggles claim flag debug mode
|
||||
___
|
||||
#### `/gd flag claim`
|
||||
**Aliases**: `cf`
|
||||
**Arguments**: `[<flag> <target> <value> context[key=value]]`
|
||||
**Arguments**: `[<flag> <target> <value> [<\contexts>]]`
|
||||
|
||||
Gets/Sets claim flags in the claim you are standing in.
|
||||
|
||||
|
||||
___
|
||||
#### `/gd flag definition`
|
||||
**Aliases**: `cf`
|
||||
**Arguments**: `<preset:definition> <value> [identifier]`
|
||||
|
||||
Sets claim flag definitions in the claim you are standing in or claim identifier.
|
||||
|
||||
___
|
||||
#### `/gd flag group`
|
||||
**Aliases**: `cfg`
|
||||
**Arguments**: `<group> <flag> <target> <value> context[key=value]]`
|
||||
**Arguments**: `<group> <flag> <target> <value> [<\contexts>]]`
|
||||
|
||||
Gets/Sets flag permission for a group in claim you are standing in.
|
||||
|
||||
___
|
||||
#### `/gd flag player`
|
||||
**Aliases**: `cfp`
|
||||
**Arguments**: `<player> <flag> <target> <value> context[key=value]]`
|
||||
**Arguments**: `<player> <flag> <target> <value> [<\contexts>]]`
|
||||
|
||||
Adds flag permission to player.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user