Skip to content

Commit

Permalink
Update 配置文件.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haha252 authored Feb 5, 2024
1 parent 0aab702 commit 3fa9a99
Showing 1 changed file with 1 addition and 59 deletions.
60 changes: 1 addition & 59 deletions wiki/zh_CN/all_files/配置文件.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,65 +4,7 @@

plugins/Skyllia/config.toml

```toml
config-version = 1
verbose = false

[island-starter]

[island-starter.example-schem]

[island-starter.example-schem.worlds]

[island-starter.example-schem.worlds.sky-overworld]
name = "example-schem"
schematic = "./schematics/default.schem"

[settings]

[settings.player]

[settings.player.island]

[settings.player.island.delete]
clear-inventory = true
clear-enderchest = true
clear-experience = true

[worlds]

[worlds.sky-overworld]
environment = "NORMAL"
portal-tp = "sky-overworld"

[sgbd]

[sgbd.mariadb]
hostname = "127.0.0.1"
password = "azerty"
database = "sky_folia"
host = "3306"
maxPool = 5
username = "root"
useSSL = false
timeOut = 500

[island]

[island.create]
default-schem-key = "example-schem"

[island-types]

[island-types.example]
size = 50.0
name = "example"
max-members = 3

[config]
max-island = 1_000_000

```
请访问原语言文档以获取最新的配置文件!

plugins/Skyllia/language.toml (支持 MiniMessage)

Expand Down

0 comments on commit 3fa9a99

Please sign in to comment.