Disable hunger in museum & dynmap fix

This commit is contained in:
Chromachine 2019-09-21 16:34:41 +00:00
parent 26f8543655
commit 889206413f
No known key found for this signature in database
GPG key ID: E3A2A1CAA522AE6E
5 changed files with 100 additions and 23 deletions

View file

@ -213,7 +213,7 @@ worlds:
entryfee: entryfee:
==: MVEntryFee ==: MVEntryFee
amount: '0.0' amount: '0.0'
hunger: 'true' hunger: 'false'
autoHeal: 'true' autoHeal: 'true'
adjustSpawn: 'true' adjustSpawn: 'true'
portalForm: ALL portalForm: ALL
@ -237,7 +237,7 @@ worlds:
v2: v2:
==: MVWorld ==: MVWorld
hidden: 'false' hidden: 'false'
alias: '' alias: v2
color: WHITE color: WHITE
style: NORMAL style: NORMAL
pvp: 'true' pvp: 'true'
@ -260,7 +260,7 @@ worlds:
entryfee: entryfee:
==: MVEntryFee ==: MVEntryFee
amount: '0.0' amount: '0.0'
hunger: 'true' hunger: 'false'
autoHeal: 'true' autoHeal: 'true'
adjustSpawn: 'true' adjustSpawn: 'true'
portalForm: ALL portalForm: ALL
@ -307,7 +307,7 @@ worlds:
entryfee: entryfee:
==: MVEntryFee ==: MVEntryFee
amount: '0.0' amount: '0.0'
hunger: 'true' hunger: 'false'
autoHeal: 'true' autoHeal: 'true'
adjustSpawn: 'true' adjustSpawn: 'true'
portalForm: ALL portalForm: ALL

View file

@ -0,0 +1,40 @@
version: 0.24
#
# Default template for "Nether" environment worlds (deftemplatesuffix="vlowres")
# Uses the HDMap renderer with view from the SE with the "vlowres" resolution (2 pixels per block edge)
#
# This file MAY need to be replaced during an upgrade - rename file to 'custom-nether-vlowres.txt' if you wish to customize it
#
templates:
# Nether world template (HDMap vlowres)
nether-vlowres:
enabled: true
# Number of extra zoom-out levels for world (each level is twice as big as the previous one)
extrazoomout: 2
#center:
# x: 0
# y: 64
# z: 0
maps:
- class: org.dynmap.hdmap.HDMap
name: flat
title: "Flat"
prefix: flat
perspective: iso_S_90_vlowres
shader: stdtexture
lighting: nethershadows
# Map background color (day or night)
background: "#300806"
# Adjust extra zoom in levels - default is 2
mapzoomin: 2
# - class: org.dynmap.hdmap.HDMap
# name: nether
# title: "Surface"
# prefix: nt
# perspective: iso_SE_60_vlowres
# shader: stdtexture
# lighting: nethershadows
# # Map background color (day or night)
# background: "#300806"
# # Adjust extra zoom in levels - default is 2
# mapzoomin: 2

View file

@ -25,21 +25,21 @@ templates:
lighting: shadows lighting: shadows
# Adjust extra zoom in levels - default is 2 # Adjust extra zoom in levels - default is 2
mapzoomin: 2 mapzoomin: 2
- class: org.dynmap.hdmap.HDMap # - class: org.dynmap.hdmap.HDMap
name: surface # name: surface
title: "Surface" # title: "Surface"
prefix: t # prefix: t
perspective: iso_SE_60_vlowres # perspective: iso_SE_60_vlowres
shader: stdtexture # shader: stdtexture
lighting: shadows # lighting: shadows
# Adjust extra zoom in levels - default is 2 # # Adjust extra zoom in levels - default is 2
mapzoomin: 2 # mapzoomin: 2
- class: org.dynmap.hdmap.HDMap # - class: org.dynmap.hdmap.HDMap
name: cave # name: cave
title: "Cave" # title: "Cave"
prefix: ct # prefix: ct
perspective: iso_SE_60_vlowres # perspective: iso_SE_60_vlowres
shader: cave # shader: cave
lighting: default # lighting: default
# Adjust extra zoom in levels - default is 2 # # Adjust extra zoom in levels - default is 2
mapzoomin: 2 # mapzoomin: 2

View file

@ -0,0 +1,37 @@
version: 0.24
#
# Default template for "The End" environment worlds (deftemplatesuffix="vlowres")
# Uses the HDMap renderer with view from the SE with the "vlowres" resolution (2 pixels per block edge)
#
# This file MAY need to be replaced during an upgrade - rename file to 'custom-the_end-vlowres.txt' if you wish to customize it
#
templates:
# The End world template (HDMap vlowres)
the_end-vlowres:
enabled: true
# Number of extra zoom-out levels for world (each level is twice as big as the previous one)
extrazoomout: 2
#center:
# x: 0
# y: 64
# z: 0
maps:
- class: org.dynmap.hdmap.HDMap
name: flat
title: "Flat"
prefix: flat
perspective: iso_S_90_vlowres
shader: stdtexture
lighting: brightnight
# Adjust extra zoom in levels - default is 2
mapzoomin: 2
# - class: org.dynmap.hdmap.HDMap
# name: the_end
# title: "Surface"
# prefix: st
# perspective: iso_SE_60_vlowres
# shader: stdtexture
# lighting: brightnight
# # Adjust extra zoom in levels - default is 2
# mapzoomin: 2

View file

@ -8,7 +8,7 @@ do
fi fi
done done
find . -path './Movecraft/types/*.craft' -exec git add -f '{}' \; find . -path './Movecraft/types/*.craft' -exec git add -f '{}' \;
git add -f 'dynmap/configuration.txt' 'dynmap/worlds.txt' 'dynmap/templates/normal-vlowres.txt' git add -f 'dynmap/configuration.txt' 'dynmap/worlds.txt' 'dynmap/templates/custom-normal-vlowres.txt' 'dynmap/templates/custom-nether-vlowres.txt' 'dynmap/templates/custom-the_end-vlowres.txt'
git add -f 'MythicMobs/*' ':!:MythicMobs/SavedData/*' git add -f 'MythicMobs/*' ':!:MythicMobs/SavedData/*'
git add -f ':(glob)Jobs/*.yml' ':!:Jobs/furnaceBrewingStands.yml' git add -f ':(glob)Jobs/*.yml' ':!:Jobs/furnaceBrewingStands.yml'
git add -f 'Towny/settings/townyperms.yml' git add -f 'Towny/settings/townyperms.yml'