Skip to content

Commit

Permalink
Fix character display syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jarne committed Jan 27, 2024
1 parent 11100ec commit 8757448
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
8 changes: 4 additions & 4 deletions docs/worlds/commands/control-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@ sidebar_position: 8

Learn more about control lists [here](./set#control-list-flags).

## /worlds set <flag> list add <item#62;
## /worlds set <flag> list add <item>

Add an item to a control list

Examples:

`/worlds set build list add 5` - Add block ID 5 (wood planks) to build/break control list of this world

## /worlds set <flag#62; list remove <item#62;
## /worlds set <flag> list remove <item>

Remove an item from a control list

Examples:

`/worlds set command list remove me` - Remove the `me` command from the commands control list in this world

## /worlds set <flag#62; list reset
## /worlds set <flag> list reset

Reset a control list (remove all items)

Examples:

`/worlds set build list reset` - Reset build control list (remove all block ID's) for this world

## /worlds set <flag#62; list show
## /worlds set <flag> list show

Show items of a control list

Expand Down
8 changes: 4 additions & 4 deletions docs/worlds/commands/copy-rename.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ sidebar_position: 6

# Copy and rename

## /worlds copy <from#62; <to#62;
## /worlds copy <from> <to>

Copy a world

| Info | Value |
| ------------- | ------------------------------------ |
| Permission | worlds.admin.copy |
| Short command | /worlds cp <from#62; <to#62; |
| Short command | /worlds cp <from> <to> |

Examples:

`/worlds copy theoldworld anotherworld` - Copy the world "theoldworld" to the world "anotherworld"

## /worlds rename <from#62; <to#62;
## /worlds rename <from> <to>

Rename a world

| Info | Value |
| ------------- | ------------------------------------ |
| Permission | worlds.admin.rename |
| Short command | /worlds rn <from#62; <to#62; |
| Short command | /worlds rn <from> <to> |

Examples:

Expand Down
8 changes: 4 additions & 4 deletions docs/worlds/commands/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ sidebar_position: 3

# Create new world

## /worlds create <worldname#62;
## /worlds create <worldname>

Create a new world.

| Info | Value |
| ------------- | ------------------------- |
| Permission | worlds.admin.create |
| Short command | /ws cr <worldname#62; |
| Short command | /ws cr <worldname> |

Examples:

`/worlds create mycoolworld` - Create a world with the name "mycoolworld"

## /worlds create <worldname#62; <type#62;
## /worlds create <worldname> <type>

Create a world with the given name and world generator type (can be `NORMAL`, `FLAT`, `NETHER`, or any other valid generator registered by a plugin).

| Info | Value |
| ------------- | --------------------------------------- |
| Permission | worlds.admin.create |
| Short command | /ws cr <worldname#62; <type#62; |
| Short command | /ws cr <worldname> <type> |

Examples:

Expand Down
8 changes: 4 additions & 4 deletions docs/worlds/commands/set.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ List all flags and their values in a world

Examples: `/worlds set show`

### /worlds set permission <permissionstring#62;
### /worlds set permission <permissionstring>

Set a permission which is needed to join the world (cannot be set on default world)

Examples:

`/worlds set permission you.arecool` - Only players with the permission `you.arecool` are allowed to join the world

### /worlds set gamemode <gamemodename#62;
### /worlds set gamemode <gamemodename>

Set the world's game mode (possible values are `survival`, `creative`, `adventure` or `spectator`)

Expand All @@ -59,7 +59,7 @@ Examples:
- `command` set to `black` doens't allow executing commands which are on the black list
- `drop` set to `white` only allows dropping items which are on the white list

**Command: /worlds set <flag#62; <value#62;**
**Command: /worlds set <flag> <value>**

Examples:

Expand All @@ -73,7 +73,7 @@ The following flags are normal flags without support for control lists: see [her

They can be set to `true` (allow) or `false` (deny).

**Command: /worlds set <flag#62; <value#62;**
**Command: /worlds set <flag> <value>**

Examples:

Expand Down
8 changes: 4 additions & 4 deletions docs/worlds/commands/teleport.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@ sidebar_position: 5

# Teleporting

## /worlds teleport <worldname#62;
## /worlds teleport <worldname>

Teleport into a world

| Info | Value |
| ------------- | ----------------------------- |
| Permission | worlds.admin.teleport.self |
| Short command | /worlds tp <worldname#62; |
| Short command | /worlds tp <worldname> |

Examples:

`/worlds teleport mycoolworld` - Teleport into the world with the name "mycoolworld"

While the permission `worlds.admin.teleport.self` is usually used for admins, allowing them to teleport into any world, you can also allow players to teleport themself into specific worlds. To allow teleporting into the world "MyCoolWorld", e.g., assign the permission `worlds.teleport.world.mycoolworld` (world name must be written lowercase!) to your players.

## /worlds teleport <player#62; <worldname#62;
## /worlds teleport <player> <worldname>

Teleport another player into a world

| Info | Value |
| ------------- | --------------------------------------------- |
| Permission | worlds.admin.teleport.self |
| Short command | /worlds tp <player#62; <worldname#62; |
| Short command | /worlds tp <player> <worldname> |

Examples:

Expand Down
2 changes: 1 addition & 1 deletion docs/worlds/commands/unset.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 9

# Unset flags

## /worlds unset <flag#62;
## /worlds unset <flag>

Remove the value of this flag, behave like it wasn't set (see [here](./../flags) for available flag names)

Expand Down
12 changes: 6 additions & 6 deletions docs/worlds/commands/world-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,40 @@ sidebar_position: 4

# Removing, loading and unloading

## /worlds remove <worldname#62;
## /worlds remove <worldname>

Remove a world

| Info | Value |
| ------------- | ------------------------- |
| Permission | worlds.admin.remove |
| Short command | /ws rm <worldname#62; |
| Short command | /ws rm <worldname> |

Examples:

`/worlds remove mycoolworld` - Remove the world with the name "mycoolworld"

## /worlds load <worldname#62;
## /worlds load <worldname>

Load a world

| Info | Value |
| ------------- | ------------------------- |
| Permission | worlds.admin.load |
| Short command | /ws ld <worldname#62; |
| Short command | /ws ld <worldname> |

Examples:

`/worlds load mycoolworld` - Load the world with the name "mycoolworld"

## /worlds unload <worldname#62;
## /worlds unload <worldname>

Unload a world

| Info | Value |
| ------------- | -------------------------- |
| Permission | worlds.admin.unload |
| Short command | /ws uld <worldname#62; |
| Short command | /ws uld <worldname> |

Examples:

Expand Down

0 comments on commit 8757448

Please sign in to comment.