Regular config update
This commit is contained in:
parent
e4cd7b8840
commit
13da53a12f
2 changed files with 65 additions and 56 deletions
|
@ -9,7 +9,7 @@ worlds:
|
||||||
scale: '1.0'
|
scale: '1.0'
|
||||||
respawnWorld: ''
|
respawnWorld: ''
|
||||||
allowWeather: 'true'
|
allowWeather: 'true'
|
||||||
difficulty: EASY
|
difficulty: NORMAL
|
||||||
spawning:
|
spawning:
|
||||||
==: MVSpawnSettings
|
==: MVSpawnSettings
|
||||||
animals:
|
animals:
|
||||||
|
@ -57,7 +57,7 @@ worlds:
|
||||||
scale: '1.0'
|
scale: '1.0'
|
||||||
respawnWorld: ''
|
respawnWorld: ''
|
||||||
allowWeather: 'true'
|
allowWeather: 'true'
|
||||||
difficulty: EASY
|
difficulty: NORMAL
|
||||||
spawning:
|
spawning:
|
||||||
==: MVSpawnSettings
|
==: MVSpawnSettings
|
||||||
animals:
|
animals:
|
||||||
|
@ -95,54 +95,6 @@ worlds:
|
||||||
generator: TerrainControl
|
generator: TerrainControl
|
||||||
playerLimit: '-1'
|
playerLimit: '-1'
|
||||||
allowFlight: 'true'
|
allowFlight: 'true'
|
||||||
world:
|
|
||||||
==: MVWorld
|
|
||||||
hidden: 'false'
|
|
||||||
alias: world
|
|
||||||
color: WHITE
|
|
||||||
style: NORMAL
|
|
||||||
pvp: 'true'
|
|
||||||
scale: '1.0'
|
|
||||||
respawnWorld: ''
|
|
||||||
allowWeather: 'true'
|
|
||||||
difficulty: NORMAL
|
|
||||||
spawning: &id007
|
|
||||||
==: MVSpawnSettings
|
|
||||||
animals:
|
|
||||||
==: MVSpawnSubSettings
|
|
||||||
spawn: 'true'
|
|
||||||
spawnrate: '-1'
|
|
||||||
exceptions: []
|
|
||||||
monsters:
|
|
||||||
==: MVSpawnSubSettings
|
|
||||||
spawn: 'true'
|
|
||||||
spawnrate: '-1'
|
|
||||||
exceptions: []
|
|
||||||
entryfee: &id008
|
|
||||||
==: MVEntryFee
|
|
||||||
amount: '0.0'
|
|
||||||
currency: '-1'
|
|
||||||
hunger: 'true'
|
|
||||||
autoHeal: 'true'
|
|
||||||
adjustSpawn: 'false'
|
|
||||||
portalForm: ALL
|
|
||||||
gameMode: SURVIVAL
|
|
||||||
keepSpawnInMemory: 'false'
|
|
||||||
spawnLocation:
|
|
||||||
==: MVSpawnLocation
|
|
||||||
x: 1385.2648659554345
|
|
||||||
y: 71.04026167783364
|
|
||||||
z: -32.50617928137268
|
|
||||||
pitch: 90.0
|
|
||||||
yaw: 91.80102
|
|
||||||
autoLoad: 'true'
|
|
||||||
bedRespawn: 'true'
|
|
||||||
worldBlacklist: &id009 []
|
|
||||||
environment: NORMAL
|
|
||||||
seed: '7008642968894271479'
|
|
||||||
generator: TerrainControl
|
|
||||||
playerLimit: '-1'
|
|
||||||
allowFlight: 'true'
|
|
||||||
world_the_end:
|
world_the_end:
|
||||||
==: MVWorld
|
==: MVWorld
|
||||||
hidden: 'false'
|
hidden: 'false'
|
||||||
|
@ -191,6 +143,54 @@ worlds:
|
||||||
generator: 'null'
|
generator: 'null'
|
||||||
playerLimit: '-1'
|
playerLimit: '-1'
|
||||||
allowFlight: 'true'
|
allowFlight: 'true'
|
||||||
|
world:
|
||||||
|
==: MVWorld
|
||||||
|
hidden: 'false'
|
||||||
|
alias: world
|
||||||
|
color: WHITE
|
||||||
|
style: NORMAL
|
||||||
|
pvp: 'true'
|
||||||
|
scale: '1.0'
|
||||||
|
respawnWorld: ''
|
||||||
|
allowWeather: 'true'
|
||||||
|
difficulty: NORMAL
|
||||||
|
spawning: &id007
|
||||||
|
==: MVSpawnSettings
|
||||||
|
animals:
|
||||||
|
==: MVSpawnSubSettings
|
||||||
|
spawn: 'true'
|
||||||
|
spawnrate: '-1'
|
||||||
|
exceptions: []
|
||||||
|
monsters:
|
||||||
|
==: MVSpawnSubSettings
|
||||||
|
spawn: 'true'
|
||||||
|
spawnrate: '-1'
|
||||||
|
exceptions: []
|
||||||
|
entryfee: &id008
|
||||||
|
==: MVEntryFee
|
||||||
|
amount: '0.0'
|
||||||
|
currency: '-1'
|
||||||
|
hunger: 'true'
|
||||||
|
autoHeal: 'true'
|
||||||
|
adjustSpawn: 'false'
|
||||||
|
portalForm: ALL
|
||||||
|
gameMode: SURVIVAL
|
||||||
|
keepSpawnInMemory: 'false'
|
||||||
|
spawnLocation:
|
||||||
|
==: MVSpawnLocation
|
||||||
|
x: 1385.2648659554345
|
||||||
|
y: 71.04026167783364
|
||||||
|
z: -32.50617928137268
|
||||||
|
pitch: 90.0
|
||||||
|
yaw: 91.80102
|
||||||
|
autoLoad: 'true'
|
||||||
|
bedRespawn: 'true'
|
||||||
|
worldBlacklist: &id009 []
|
||||||
|
environment: NORMAL
|
||||||
|
seed: '7008642968894271479'
|
||||||
|
generator: TerrainControl
|
||||||
|
playerLimit: '-1'
|
||||||
|
allowFlight: 'true'
|
||||||
test:
|
test:
|
||||||
==: MVWorld
|
==: MVWorld
|
||||||
hidden: 'false'
|
hidden: 'false'
|
||||||
|
@ -201,7 +201,7 @@ worlds:
|
||||||
scale: '1.0'
|
scale: '1.0'
|
||||||
respawnWorld: ''
|
respawnWorld: ''
|
||||||
allowWeather: 'true'
|
allowWeather: 'true'
|
||||||
difficulty: EASY
|
difficulty: NORMAL
|
||||||
spawning:
|
spawning:
|
||||||
==: MVSpawnSettings
|
==: MVSpawnSettings
|
||||||
animals:
|
animals:
|
||||||
|
@ -297,7 +297,7 @@ worlds:
|
||||||
scale: '1.0'
|
scale: '1.0'
|
||||||
respawnWorld: ''
|
respawnWorld: ''
|
||||||
allowWeather: 'false'
|
allowWeather: 'false'
|
||||||
difficulty: PEACEFUL
|
difficulty: NORMAL
|
||||||
spawning:
|
spawning:
|
||||||
==: MVSpawnSettings
|
==: MVSpawnSettings
|
||||||
animals:
|
animals:
|
||||||
|
@ -345,7 +345,7 @@ worlds:
|
||||||
scale: '1.0'
|
scale: '1.0'
|
||||||
respawnWorld: ''
|
respawnWorld: ''
|
||||||
allowWeather: 'false'
|
allowWeather: 'false'
|
||||||
difficulty: EASY
|
difficulty: NORMAL
|
||||||
spawning:
|
spawning:
|
||||||
==: MVSpawnSettings
|
==: MVSpawnSettings
|
||||||
animals:
|
animals:
|
||||||
|
@ -393,7 +393,7 @@ worlds:
|
||||||
scale: '1.0'
|
scale: '1.0'
|
||||||
respawnWorld: ''
|
respawnWorld: ''
|
||||||
allowWeather: 'true'
|
allowWeather: 'true'
|
||||||
difficulty: EASY
|
difficulty: NORMAL
|
||||||
spawning:
|
spawning:
|
||||||
==: MVSpawnSettings
|
==: MVSpawnSettings
|
||||||
animals:
|
animals:
|
||||||
|
@ -441,7 +441,7 @@ worlds:
|
||||||
scale: '1.0'
|
scale: '1.0'
|
||||||
respawnWorld: ''
|
respawnWorld: ''
|
||||||
allowWeather: 'true'
|
allowWeather: 'true'
|
||||||
difficulty: EASY
|
difficulty: NORMAL
|
||||||
spawning: *id007
|
spawning: *id007
|
||||||
entryfee: *id008
|
entryfee: *id008
|
||||||
hunger: 'true'
|
hunger: 'true'
|
||||||
|
|
|
@ -135,6 +135,7 @@ groups:
|
||||||
- donator
|
- donator
|
||||||
- developer
|
- developer
|
||||||
permissions:
|
permissions:
|
||||||
|
- libsdisguises.*
|
||||||
- plots.admin
|
- plots.admin
|
||||||
- ChestShop.admin
|
- ChestShop.admin
|
||||||
- fawe.plotsquared.admin
|
- fawe.plotsquared.admin
|
||||||
|
@ -245,6 +246,7 @@ users:
|
||||||
- builder
|
- builder
|
||||||
- trusted
|
- trusted
|
||||||
- member
|
- member
|
||||||
|
permissions: []
|
||||||
69e63e10-e0a6-4cb0-b519-b0e8f57cc7c9:
|
69e63e10-e0a6-4cb0-b519-b0e8f57cc7c9:
|
||||||
options:
|
options:
|
||||||
name: Ghostise
|
name: Ghostise
|
||||||
|
@ -299,7 +301,7 @@ users:
|
||||||
- member
|
- member
|
||||||
423ab9b6-5518-4fa2-afc3-31143f169a75:
|
423ab9b6-5518-4fa2-afc3-31143f169a75:
|
||||||
options:
|
options:
|
||||||
name: Heisenbirdd
|
name: jaydotexe
|
||||||
group:
|
group:
|
||||||
- gold
|
- gold
|
||||||
- member
|
- member
|
||||||
|
@ -473,6 +475,8 @@ users:
|
||||||
- member
|
- member
|
||||||
options:
|
options:
|
||||||
name: LadyVulcanOne
|
name: LadyVulcanOne
|
||||||
|
permissions:
|
||||||
|
- pex.*
|
||||||
cb93383c-d72b-4605-bdd2-c9c0b44e2b30:
|
cb93383c-d72b-4605-bdd2-c9c0b44e2b30:
|
||||||
group:
|
group:
|
||||||
- member
|
- member
|
||||||
|
@ -749,3 +753,8 @@ users:
|
||||||
worlds:
|
worlds:
|
||||||
gold:
|
gold:
|
||||||
permissions: []
|
permissions: []
|
||||||
|
0097b618-d8f7-48b5-82d7-172ae17fbd5b:
|
||||||
|
group:
|
||||||
|
- member
|
||||||
|
options:
|
||||||
|
name: SlackerPlays
|
||||||
|
|
Loading…
Reference in a new issue