mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-16 04:21:31 +01:00
Fix test failing with lowercase enum
This commit is contained in:
parent
2356bfa7fc
commit
4f28d38dc1
@ -6,20 +6,20 @@ world:
|
||||
auto-heal: true
|
||||
auto-load: true
|
||||
bed-respawn: true
|
||||
difficulty: NORMAL
|
||||
difficulty: normal
|
||||
entry-fee:
|
||||
enabled: false
|
||||
amount: 0.0
|
||||
currency: '@vault-economy'
|
||||
environment: NORMAL
|
||||
gamemode: SURVIVAL
|
||||
environment: normal
|
||||
gamemode: survival
|
||||
biome: '@vanilla'
|
||||
generator: ''
|
||||
hidden: false
|
||||
hunger: true
|
||||
keep-spawn-in-memory: true
|
||||
player-limit: -1
|
||||
portal-form: ALL
|
||||
portal-form: all
|
||||
pvp: true
|
||||
respawn-world: ''
|
||||
scale: '1.0'
|
||||
@ -45,20 +45,20 @@ world_nether:
|
||||
auto-heal: true
|
||||
auto-load: true
|
||||
bed-respawn: true
|
||||
difficulty: NORMAL
|
||||
difficulty: normal
|
||||
entry-fee:
|
||||
enabled: false
|
||||
amount: 0.0
|
||||
currency: '@vault-economy'
|
||||
environment: NETHER
|
||||
gamemode: SURVIVAL
|
||||
environment: nether
|
||||
gamemode: survival
|
||||
biome: '@vanilla'
|
||||
generator: ''
|
||||
hidden: false
|
||||
hunger: true
|
||||
keep-spawn-in-memory: true
|
||||
player-limit: -1
|
||||
portal-form: ALL
|
||||
portal-form: all
|
||||
pvp: true
|
||||
respawn-world: ''
|
||||
scale: 8
|
||||
|
@ -6,20 +6,20 @@ world_nether:
|
||||
auto-heal: true
|
||||
auto-load: true
|
||||
bed-respawn: true
|
||||
difficulty: NORMAL
|
||||
difficulty: normal
|
||||
entry-fee:
|
||||
enabled: false
|
||||
amount: 0.0
|
||||
currency: '@vault-economy'
|
||||
environment: NETHER
|
||||
gamemode: SURVIVAL
|
||||
environment: nether
|
||||
gamemode: survival
|
||||
biome: '@vanilla'
|
||||
generator: ''
|
||||
hidden: false
|
||||
hunger: true
|
||||
keep-spawn-in-memory: true
|
||||
player-limit: -1
|
||||
portal-form: ALL
|
||||
portal-form: all
|
||||
pvp: true
|
||||
respawn-world: ''
|
||||
scale: 8.0
|
||||
|
@ -6,20 +6,20 @@ world:
|
||||
auto-heal: true
|
||||
auto-load: true
|
||||
bed-respawn: true
|
||||
difficulty: NORMAL
|
||||
difficulty: normal
|
||||
entry-fee:
|
||||
enabled: false
|
||||
amount: 0.0
|
||||
currency: '@vault-economy'
|
||||
environment: NORMAL
|
||||
gamemode: SURVIVAL
|
||||
environment: normal
|
||||
gamemode: survival
|
||||
biome: '@vanilla'
|
||||
generator: ''
|
||||
hidden: false
|
||||
hunger: true
|
||||
keep-spawn-in-memory: true
|
||||
player-limit: -1
|
||||
portal-form: ALL
|
||||
portal-form: all
|
||||
pvp: true
|
||||
respawn-world: ''
|
||||
scale: 1.0
|
||||
@ -45,20 +45,20 @@ world_nether:
|
||||
auto-heal: true
|
||||
auto-load: true
|
||||
bed-respawn: true
|
||||
difficulty: NORMAL
|
||||
difficulty: normal
|
||||
entry-fee:
|
||||
enabled: false
|
||||
amount: 0.0
|
||||
currency: '@vault-economy'
|
||||
environment: NETHER
|
||||
gamemode: SURVIVAL
|
||||
environment: nether
|
||||
gamemode: survival
|
||||
biome: '@vanilla'
|
||||
generator: ''
|
||||
hidden: false
|
||||
hunger: true
|
||||
keep-spawn-in-memory: true
|
||||
player-limit: -1
|
||||
portal-form: ALL
|
||||
portal-form: all
|
||||
pvp: true
|
||||
respawn-world: ''
|
||||
scale: 8.0
|
||||
@ -85,19 +85,19 @@ newworld:
|
||||
auto-load: true
|
||||
bed-respawn: true
|
||||
biome: '@vanilla'
|
||||
difficulty: NORMAL
|
||||
difficulty: normal
|
||||
entry-fee:
|
||||
enabled: false
|
||||
amount: 0.0
|
||||
currency: '@vault-economy'
|
||||
environment: NORMAL
|
||||
gamemode: SURVIVAL
|
||||
environment: normal
|
||||
gamemode: survival
|
||||
generator: '@error'
|
||||
hidden: false
|
||||
hunger: true
|
||||
keep-spawn-in-memory: true
|
||||
player-limit: -1
|
||||
portal-form: ALL
|
||||
portal-form: all
|
||||
pvp: true
|
||||
respawn-world: ''
|
||||
scale: 1.0
|
||||
|
Loading…
Reference in New Issue
Block a user