-
Notifications
You must be signed in to change notification settings - Fork 104
/
Copy pathconfig.yml
61 lines (61 loc) · 1 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
general:
flashLength: 1
verboseLogging: false
autoModeReset: 30
redstoneDistance: 9
groupsAllowed: 60
materials:
- name: STONE
strength: 25
requirements: 1
flasher: STONE
- name: IRON_INGOT
strength: 250
requirements: 1
flasher: IRON_BLOCK
- name: DIAMOND
strength: 1800
requirements: 1
flasher: DIAMOND_BLOCK
additionalSecurable:
- BED_BLOCK
- BOOKSHELF
- BEACON
- ANVIL
nonReinforceable:
- SAPLING
- GRASS
- DEAD_BUSH
- PISTON_EXTENSION
- PISTON_MOVING_PIECE
- RED_ROSE
- YELLOW_FLOWER
- BROWN_MUSHROOM
- RED_MUSHROOM
- TNT
- FIRE
- CROPS
- SNOW
- ICE
- CACTUS
- SUGAR_CANE_BLOCK
- PORTAL
- CAKE_BLOCK
- PUMPKIN_STEM
- MELON_STEM
- VINE
- NETHER_WARTS
- ENDER_PORTAL
naturalReinforcements:
database:
driver: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/bukkit
username: bukkit
password: ''
isolation: SERIALIZABLE
logging: false
rebuild: false
enablefilelog: false
caching:
max_age: 300000
max_chunks: 10000