Add v4
This commit is contained in:
parent
043649a2b4
commit
2c5c0f5bc3
2 changed files with 60 additions and 0 deletions
|
@ -422,3 +422,50 @@ worlds:
|
|||
generator: 'null'
|
||||
playerLimit: '-1'
|
||||
allowFlight: 'true'
|
||||
v4:
|
||||
==: MVWorld
|
||||
hidden: 'false'
|
||||
alias: v4
|
||||
color: WHITE
|
||||
style: NORMAL
|
||||
pvp: 'true'
|
||||
scale: '1.0'
|
||||
respawnWorld: ''
|
||||
allowWeather: 'false'
|
||||
difficulty: EASY
|
||||
spawning:
|
||||
==: MVSpawnSettings
|
||||
animals:
|
||||
==: MVSpawnSubSettings
|
||||
spawn: 'false'
|
||||
spawnrate: '-1'
|
||||
exceptions: []
|
||||
monsters:
|
||||
==: MVSpawnSubSettings
|
||||
spawn: 'false'
|
||||
spawnrate: '-1'
|
||||
exceptions: []
|
||||
entryfee:
|
||||
==: MVEntryFee
|
||||
amount: '0.0'
|
||||
hunger: 'false'
|
||||
autoHeal: 'true'
|
||||
adjustSpawn: 'true'
|
||||
portalForm: ALL
|
||||
gameMode: ADVENTURE
|
||||
keepSpawnInMemory: 'false'
|
||||
spawnLocation:
|
||||
==: MVSpawnLocation
|
||||
x: 1385.0
|
||||
y: 71.0
|
||||
z: -33.0
|
||||
pitch: 0.0
|
||||
yaw: 0.0
|
||||
autoLoad: 'true'
|
||||
bedRespawn: 'true'
|
||||
worldBlacklist: []
|
||||
environment: NORMAL
|
||||
seed: '7008642968894271479'
|
||||
generator: 'null'
|
||||
playerLimit: '-1'
|
||||
allowFlight: 'true'
|
||||
|
|
13
WorldGuard/worlds/v4/config.yml
Normal file
13
WorldGuard/worlds/v4/config.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
#
|
||||
# WorldGuard's world configuration file
|
||||
#
|
||||
# This is a world configuration file. Anything placed into here will only
|
||||
# affect this world. If you don't put anything in this file, then the
|
||||
# settings will be inherited from the main configuration file.
|
||||
#
|
||||
# If you see {} below, that means that there are NO entries in this file.
|
||||
# Remove the {} and add your own entries.
|
||||
#
|
||||
|
||||
regions:
|
||||
titles-always-use-default-times: true
|
Loading…
Reference in a new issue