-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yml
169 lines (130 loc) · 3.91 KB
/
config.yml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
# EXP-Build
build:
# Version of your configuration file, normally equivalent to the plugin version.
# For reasons of safety and proper operation, do not modify this value !!!
version: 24
# Prefix plugin :
# Default : "§8[§5§oEXP-Build§8] §l>§l§7 "
# Use string value
prefix: "§8[§5§oEXP-Build§8] §l>§l§7 "
# Open or close the schematic transfer
# Value : Boolean (true or false)
server_1:
statserver: false
name: server_1
server_2:
statserver: false
name: server_2
server_3:
statserver: false
name: server_3
server_4:
statserver: false
name: server_4
# Max file size to transfer (ko)
# Default : 500 | -1 for by-pass
# Use integer value > 1
max_file_size: 500
# Maximum size brush
# Default : 50
# Use integer value
max_brush_rayon: 50
# default brush radius
# Default : 10
# Use integer value
default_brush_rayon: 10
# Default pattern brush
# Default : 1
# Id of block
default_pattern_brush: 1
# Percentage of air in the flower brush
# Default : 10
# Use integer value
default_air_brush: 10
# Max distance to apply brush
# Default : 100
max_brush_distance: 200
# Display bezier line on convex selection
# Default : true
# Use boolean value (true / false)
display_bezier_curve: true
# Type of particle to display
# Default : FLAME
# Use particle value (FLAME / SOUL / CLOUD ...)
particle_bezier_curve_type: FLAME
# Coefficient divide by the distance of the convex selection
# Default : 3
# Use integer value > 0
coefficient_particle_number: 3
# Display line on convex selection
# Default : true
# Use boolean value (true / false)
display_convex_line: true
# Type of particle to display
# Default : FLAME
# Use particle value (FLAME / SOUL / CLOUD ...)
particle_convex_type_line: FLAME
# Particle spacing
# Default : 1
# Use integer value > 0
spacing_between_particles: 1
# Repetition period of the asynchronous particle spawn loop
# Default : 10
# Use integer value > 0
period_particle: 10
# Player can wand click in air
# Default : true
# Use boolean value (true / false)
wand_click_in_air: true
# By default, on-the-fly selection is enabled for the player?
# If wand_click_in_air is true, player execute /expbuild fly_mode for disable/enable
# Default : true
# Use boolean value : (true / false)
default_on_the_fly_selection: true
# Player can clear selection using shift click with wand
# Default : false
# Use boolean value (true / false)
sihft_click_with_wand: false
# Log shortcut action
# Default : true
# Use boolean value (true / false)
logShortcut: true
# Max point number save for Brush line
# Default : 20
# Use integer value
max_point_saved: 20
# Terraforming Tool 1
# Default : ARROW
# Use item name
terraforming_tool_1: SPECTRAL_ARROW
# Terraforming Tool 2
# Default : GUNPOWDER
# Use item name
terraforming_tool_2: CLAY_BALL
# Allows you to share with other players the brush clipboard saved in config (/fw clipboard save)
# Default : false
# Use boolean value (true / false)
share_clipboard_saved: false
# Maximum possible number of blocks removed per tick with the /timelapse command
# Default : 40
# Use integer value > 1
timelapse_max_block_per_tick: 40
# Maximum number of timelapses that can be launched at the same time on a server
# Default : 2
# Use integer value > 0
max_timelapse_in_same_time: 2
# Send "Builder registered" message when a player connects to the server
# Default : true
# Use boolean value (true / false)
send_message_builder_register: true
GOHA:
#Arm length correction factor
arm_correction_factor: 1.5
#Material defined by default, modifiable with the command /goha material <block>
default_material: STONE
#Default organic height
default_orga_height: 50
# Lang
# Default : en (english)
# Possibility : (fr / en )
lang: en