blob: 0755fcb1930040a73f2c6dff46d2b39948090ae5 [file] [log] [blame]
RafaƂ Hirsz12ab93a2020-05-16 21:02:52 +02001{
2 regions: {
3 "uuid-migration": {
4 "perform-on-next-start": false,
5 "keep-names-that-lack-uuids": true,
6 },
7 "use-creature-spawn-event": true,
8 sql: {
9 use: false,
10 dsn: "jdbc:mysql://localhost/worldguard",
11 username: "worldguard",
12 password: "worldguard",
13 "table-prefix": "",
14 },
15 "use-paper-entity-origin": false,
16 enable: true,
17 "invincibility-removes-mobs": false,
18 "cancel-chat-without-recipients": true,
19 "nether-portal-protection": false,
20 "fake-player-build-override": true,
21 "explosion-flags-block-entity-damage": true,
22 "high-frequency-flags": false,
23 "protect-against-liquid-flow": false,
24 wand: "minecraft:leather",
25 "max-claim-volume": 30000,
26 "claim-only-inside-existing-regions": false,
27 "location-flags-only-inside-regions": false,
28 "max-region-count-per-player": {
29 default: 7,
30 },
31 },
32 "auto-invincible": false,
33 "auto-invincible-group": false,
34 "auto-no-drowning-group": false,
35 "use-player-move-event": true,
36 "use-player-teleports": true,
37 "use-particle-effects": true,
38 security: {
39 "deop-everyone-on-join": false,
40 "block-in-game-op-command": false,
41 "host-keys-allow-forge-clients": false,
42 },
43 "host-keys": {},
44 "summary-on-start": true,
45 "op-permissions": true,
46 "build-permission-nodes": {
47 enable: false,
48 "deny-message": "&eSorry, but you are not permitted to do that here.",
49 },
50 "event-handling": {
51 "block-entity-spawns-with-untraceable-cause": false,
52 "interaction-whitelist": [],
53 "emit-block-use-at-feet": [],
54 "ignore-hopper-item-move-events": false,
55 },
56 protection: {
57 "item-durability": true,
58 "remove-infinite-stacks": false,
59 "disable-xp-orb-drops": false,
60 "disable-obsidian-generators": false,
61 },
62 gameplay: {
63 "block-potions": [],
64 "block-potions-overly-reliably": false,
65 "disable-conduit-effects": false,
66 },
67 simulation: {
68 sponge: {
69 enable: false,
70 radius: 3,
71 redstone: false,
72 },
73 },
74 default: {
75 "pumpkin-scuba": false,
76 "disable-health-regain": false,
77 },
78 physics: {
79 "no-physics-gravel": false,
80 "no-physics-sand": false,
81 "vine-like-rope-ladders": false,
82 "allow-portal-anywhere": false,
83 "disable-water-damage-blocks": [],
84 },
85 ignition: {
86 "block-tnt": false,
87 "block-tnt-block-damage": false,
88 "block-lighter": false,
89 },
90 fire: {
91 "disable-lava-fire-spread": false,
92 "disable-all-fire-spread": false,
93 "disable-fire-spread-blocks": [],
94 "lava-spread-blocks": [],
95 },
96 mobs: {
97 "block-creeper-explosions": false,
98 "block-creeper-block-damage": false,
99 "block-wither-explosions": false,
100 "block-wither-block-damage": false,
101 "block-wither-skull-explosions": false,
102 "block-wither-skull-block-damage": false,
103 "block-enderdragon-block-damage": false,
104 "block-enderdragon-portal-creation": false,
105 "block-fireball-explosions": false,
106 "block-fireball-block-damage": false,
107 "anti-wolf-dumbness": false,
108 "allow-tamed-spawns": true,
109 "disable-enderman-griefing": false,
110 "disable-snowman-trails": false,
111 "block-painting-destroy": false,
112 "block-item-frame-destroy": false,
113 "block-armor-stand-destroy": false,
114 "block-plugin-spawning": true,
115 "block-above-ground-slimes": false,
116 "block-other-explosions": false,
117 "block-zombie-door-destruction": false,
118 "block-creature-spawn": [],
119 },
120 "player-damage": {
121 "disable-fall-damage": false,
122 "disable-lava-damage": false,
123 "disable-fire-damage": false,
124 "disable-lightning-damage": false,
125 "disable-drowning-damage": false,
126 "disable-suffocation-damage": false,
127 "disable-contact-damage": false,
128 "teleport-on-suffocation": false,
129 "disable-void-damage": false,
130 "teleport-on-void-falling": false,
131 "reset-fall-on-void-teleport": false,
132 "disable-explosion-damage": false,
133 "disable-mob-damage": false,
134 "disable-death-messages": false,
135 },
136 "chest-protection": {
137 enable: false,
138 "disable-off-check": false,
139 },
140 crops: {
141 "disable-creature-trampling": false,
142 "disable-player-trampling": false,
143 },
144 weather: {
145 "prevent-lightning-strike-blocks": [],
146 "disable-lightning-strike-fire": false,
147 "disable-thunderstorm": false,
148 "disable-weather": false,
149 "disable-pig-zombification": false,
150 "disable-villager-witchification": false,
151 "disable-powered-creepers": false,
152 "always-raining": false,
153 "always-thundering": false,
154 },
155 dynamics: {
156 "disable-mushroom-spread": false,
157 "disable-ice-melting": false,
158 "disable-snow-melting": false,
159 "disable-snow-formation": false,
160 "disable-ice-formation": false,
161 "disable-leaf-decay": false,
162 "disable-grass-growth": false,
163 "disable-mycelium-spread": false,
164 "disable-vine-growth": false,
165 "disable-crop-growth": false,
166 "disable-soil-dehydration": false,
167 "snow-fall-blocks": [],
168 },
169 blacklist: {
170 "use-as-whitelist": false,
171 logging: {
172 console: {
173 enable: true,
174 },
175 database: {
176 enable: false,
177 dsn: "jdbc:mysql://localhost:3306/minecraft",
178 user: "root",
179 pass: "",
180 table: "blacklist_events",
181 },
182 file: {
183 enable: false,
184 path: "worldguard/logs/%Y-%m-%d.log",
185 "open-files": 10,
186 },
187 },
188 },
189 "custom-metrics-charts": true,
190}