Skip to content

Commit

Permalink
Update 1.3.0 - config_example.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Le00nn authored Aug 23, 2023
1 parent e750ea5 commit 5f014c9
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions config_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,20 @@

### Config

`config` Contains configuration information.
`config` - Contains configuration information.

`config.version` - The current configuration version (1003).

### Settings

`settings` - Contains plugins settings.

`settings.spawns` - Contains settings related to spawns.

`settings.spawns.allowWater` - Setting to disable or enable players spawning in water. false = no water spawns, true = allow water spawns (Default: false).

### Spawns

`spawns` Contains a list of all players that have previously spawned in.
`spawns` - Contains a list of all players that have previously spawned in.

`spawns.*` * represents a player and it will contains their spawn coords set by this plugin.
`spawns.*` - * represents a player and it will contains their spawn coords set by this plugin.

0 comments on commit 5f014c9

Please sign in to comment.