View difference between Paste ID: NW69LL6S and KSReCNSg
SHOW: | | - or go back to the newest paste.
1
regions:
2
    use-scheduler: true
3
    use-creature-spawn-event: true
4
    sql:
5
        use: false
6
        dsn: jdbc:mysql://localhost/worldguard
7
        username: worldguard
8
        password: worldguard
9
    enable: true
10
    invincibility-removes-mobs: false
11
    high-frequency-flags: false        
12
    wand: 334
13
    max-claim-volume: 30000                       
14
    claim-only-inside-existing-regions: false
15
    max-region-count-per-player:
16
        default: 7                               
17
auto-invincible: false                            
18
use-player-move-event: true
19
security:                                         
20
    deop-everyone-on-join: false                  
21
    block-in-game-op-command: false               
22
host-keys: {}
23
summary-on-start: true
24
op-permissions: true
25
protection:                                       
26
    item-durability: true                     
27
    remove-infinite-stacks: false                
28
    disable-xp-orb-drops: true                
29
    disable-obsidian-generators: false            
30
gameplay:                                         
31
    block-potions: []                            
32
  block-potions-overly-reliably: false          
33
simulation:                                       
34
    sponge:
35
        enable: true                              
36
        radius: 3                                 
37
        redstone: false                           
38
default:                                          
39
    pumpkin-scuba: false                          
40
    disable-health-regain: false                  
41
physics:                                          
42
    no-physics-gravel: true                    
43
    no-physics-sand: true                        
44
    vine-like-rope-ladders: false                 
45
    allow-portal-anywhere: false                 
46
    disable-water-damage-blocks: []              
47
ignition:                                         
48
    block-tnt: false                              
49
    block-tnt-block-damage: false                  
50
    block-lighter: false                           
51
fire:                                             
52
    disable-lava-fire-spread: true                
53
    disable-all-fire-spread: true                 
54
    disable-fire-spread-blocks: []                
55
    lava-spread-blocks: []                       
56
mobs:                                             
57
    block-creeper-explosions: false               
58
    block-creeper-block-damage: false             
59
    block-wither-explosions: false                
60
    block-wither-block-damage: true               
61
    block-wither-skull-explosions: false          
62
    block-wither-skull-block-damage: true         
63
    block-enderdragon-block-damage: false         
64
    block-enderdragon-portal-creation: false
65
    block-fireball-explosions: false              
66
    block-fireball-block-damage: true           
67
    anti-wolf-dumbness: false
68
    disable-enderman-griefing: true               
69
    block-painting-destroy: false
70
    block-item-frame-destroy: true                
71
    block-plugin-spawning: true
72
    block-other-explosions: true               
73
    block-zombie-door-destruction: false         
74
    block-above-ground-slimes: false              
75
    block-creature-spawn: []                     
76
player-damage:                                    
77
    disable-fall-damage: true                   
78
    disable-lava-damage: true                    
79
    disable-fire-damage: true                    
80
    disable-lightning-damage: true              
81
    disable-drowning-damage: true             
82
    disable-suffocation-damage: true             
83
    disable-contact-damage: false                 
84
    teleport-on-suffocation: true                
85
    disable-void-damage: false 
86
    teleport-on-void-falling: false
87
    disable-explosion-damage: true               
88
    disable-mob-damage: true                     
89
    disable-death-messages: true                
90
chest-protection:                                
91
    enable: true                                 
92
    disable-off-check: true
93
crops:                                            
94
    disable-creature-trampling: true           
95
    disable-player-trampling: true               
96
weather:                                          
97
    prevent-lightning-strike-blocks: []
98
    disable-lightning-strike-fire: true          
99
    disable-thunderstorm: true                   
100
    disable-weather: false                        
101
    disable-pig-zombification: false              
102
    disable-powered-creepers: false              
103
    always-raining: false                         
104
    always-thundering: false                     
105
dynamics:                                         
106
    disable-mushroom-spread: false                
107
    disable-ice-melting: true                    
108
    disable-snow-melting: true                   
109
    disable-snow-formation: false                 
110
    disable-ice-formation: true                  
111
    disable-leaf-decay: true                    
112
    disable-grass-growth: true                   
113
    disable-mycelium-spread: true                
114
    disable-vine-growth: true                    
115
blacklist:
116
    use-as-whitelist: false
117
    logging:
118
        console:
119
            enable: true
120
        database:
121
            enable: false
122
            dsn: jdbc:mysql://localhost:3306/minecraft
123
            user: root
124
            pass: ''
125
            table: blacklist_events
126
        file:
127
            enable: false
128
            path: worldguard/logs/%Y-%m-%d.log
129
            open-files: 10