Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: /paper/reference/paper-global-configuration
slug: /paper/configuration/paper-global
keywords:
- paper.yml
- paper.yml settings
Expand All @@ -9,7 +9,7 @@ keywords:

Global configuration options exposed by Paper will affect all worlds on a server, or the server
function itself. For per-world configuration, see the
[Per World Configuration Reference](paper-per-world-configuration.md)
[Per World Configuration Reference](paper-per-world.md)

### use-display-name-in-quit-message

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: /paper/reference/paper-per-world-configuration
slug: /paper/configuration/paper-per-world
keywords:
- paper.yml
- paper.yml world-settings
Expand All @@ -10,7 +10,7 @@ keywords:
World settings are configured on a per-world basis. The child-node _default_ is used for all worlds
that do not have their own specific settings. For more information about how per world configuration
of Paper works, see the [Per World Configuration Guide](../how-to/per-world-configuration.md). For
global config, see the [Paper Global Configuration Reference](paper-global-configuration.md)
global config, see the [Paper Global Configuration Reference](paper-global.md)

### disable-teleportation-suffocation-check

Expand Down
4 changes: 2 additions & 2 deletions docs/paper/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ disables Vanilla's GUI, so you don't get double interfaces when using the comman

For more advanced Java tuning, see [Aikar's Flags](../how-to/aikars-flags.md).

To configure your server, see the [Global Configuration](../reference/paper-global-configuration.md)
and [Per World Configuration](../reference/paper-per-world-configuration.md) pages.
To configure your server, see the [Global Configuration](../configuration/paper-global.md) and
[Per World Configuration](../configuration/paper-per-world.md) pages.

## Updating The Server

Expand Down
2 changes: 1 addition & 1 deletion docs/velocity/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ We now need to configure each server to accept connections from the proxy.

Velocity is a highly configurable proxy. While most users will not need to change everything in the
config, there are tons of options covered
[on the configuration wiki page](../reference/configuration.md) along with an explanation on how
[on the configuration wiki page](../configuration/configuration.md) along with an explanation on how
each option works. However, in this section we will do the bare minimum to get the proxy up and
running.

Expand Down
19 changes: 8 additions & 11 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,8 @@ const sidebars = {
},
{
type: "category",
label: "Reference",
items: [
"paper/reference/paper-global-configuration",
"paper/reference/paper-per-world-configuration",
],
label: "Configuration",
items: ["paper/configuration/paper-global", "paper/configuration/paper-per-world"],
},
],
},
Expand Down Expand Up @@ -78,13 +75,13 @@ const sidebars = {
},
{
type: "category",
label: "Reference",
label: "Configuration",
items: [
"velocity/reference/configuration",
"velocity/reference/commands",
"velocity/reference/server-compatibility",
"velocity/reference/comparison",
"velocity/reference/libraries",
"velocity/configuration/configuration",
"velocity/configuration/commands",
"velocity/configuration/server-compatibility",
"velocity/configuration/comparison",
"velocity/configuration/libraries",
],
},
{
Expand Down