-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
37 lines (30 loc) · 924 Bytes
/
config.yml
File metadata and controls
37 lines (30 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#####################################
# This plugin Code by MinecraftDawn #
#####################################
#前綴
Prefix: '[PersonalWorld]'
#語言
Language: aa
#個人世界資料夾存放位置
#All personal world Directory path
#Example 'home'
WorldPath: 'home'
#在玩家登入時創造個人世界
#Create a personal on players login on server
#Example: true
AutoCreateWorld: true
#創造世界時,會從以下世界名稱複製後創建一個新的個人世界
#注意!你需要有一個世界資料夾在Minecraft根目錄
#Copy a world data to new personal world
#Warning!You need a world in Minecraft root folder
CopyWorld:
#Example: false
Enable: false
#Example: 'DefaultWorld'
CopyWorldName: 'DefaultWorld'
#當玩家登出時卸載個人世界
#When the player logout,unload his personal world
AutoUnloadWorld: true
#Version
#版本
Version: 1.0.0