Skip to content

Commit

Permalink
revert styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kralverde committed Oct 14, 2024
1 parent c2be6af commit 47208e9
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/config/basic.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
# Basic Configuration
### Basic Configuration

Representing `configuration.toml`

## Server Address
### Server Address

The address to bind the server to

```toml
server_address=0.0.0.0
```

## Seed
### Seed

The seed for world generation

```toml
seed=
```

## Max players
### Max players

The maximum number of players allowed on the server

```toml
max_players=10000
```

## View distance
### View distance

The maximum view distance for players

```toml
view_distance=10
```

## Simulation distance
### Simulation distance

The maximum simulation distance for players

```toml
simulation_distance=10
```

## Default difficulty
### Default difficulty

The default game difficulty

Expand All @@ -57,31 +57,31 @@ Normal
Hard
```

## Allow nether
### Allow nether

Whether the Nether dimension is enabled

```toml
allow_nether=true
```

## Hardcore
### Hardcore

Whether the server is in hardcore mode.

```toml
hardcore=true
```

## Online Mode
### Online Mode

Whether online mode is enabled. Requires valid Minecraft accounts

```toml
online_mode=true
```

## Encryption
### Encryption

Whether packet encryption is enabled

Expand All @@ -92,15 +92,15 @@ Whether packet encryption is enabled
encryption=true
```

## Motd
### Motd

The server's description displayed on the status screen.

```toml
motd=true
```

## Default gamemode
### Default gamemode

The default game mode for players

Expand All @@ -116,7 +116,7 @@ Adventure
Spectator
```

## IP Scrubbing
### IP Scrubbing

Whether to scrub player IPs from logs

Expand Down

0 comments on commit 47208e9

Please sign in to comment.