| 
														
															@@ -3,19 +3,28 @@ def playerIcons(poi): 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         poi['icon'] = "http://overviewer.org/avatar/%s" % poi['EntityId'] 
														 | 
														
														 | 
														
															         poi['icon'] = "http://overviewer.org/avatar/%s" % poi['EntityId'] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         return "Last known location for %s" % poi['EntityId'] 
														 | 
														
														 | 
														
															         return "Last known location for %s" % poi['EntityId'] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+def signFilter(poi): 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    if poi['id'] == 'Sign': 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        return "\n".join([poi['Text1'], poi['Text2'], poi['Text3'], poi['Text4']]) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 worlds['minecraft'] = "/home/minecraft/server/world" 
														 | 
														
														 | 
														
															 worlds['minecraft'] = "/home/minecraft/server/world" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 outputdir = "/home/minecraft/render/" 
														 | 
														
														 | 
														
															 outputdir = "/home/minecraft/render/" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+markers = [ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    dict(name="Players", filterFunction=playerIcons), 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    dict(name="Signs", filterFunction=signFilter) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 renders["day"] = { 
														 | 
														
														 | 
														
															 renders["day"] = { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     'world': 'minecraft', 
														 | 
														
														 | 
														
															     'world': 'minecraft', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     'title': 'Day', 
														 | 
														
														 | 
														
															     'title': 'Day', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     'rendermode': 'smooth_lighting', 
														 | 
														
														 | 
														
															     'rendermode': 'smooth_lighting', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    'markers': [dict(name="Players", filterFunction=playerIcons)] 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    'markers': markers 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 } 
														 | 
														
														 | 
														
															 } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 renders["night"] = { 
														 | 
														
														 | 
														
															 renders["night"] = { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     'world': 'minecraft', 
														 | 
														
														 | 
														
															     'world': 'minecraft', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     'title': 'Night', 
														 | 
														
														 | 
														
															     'title': 'Night', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     'rendermode': 'smooth_night', 
														 | 
														
														 | 
														
															     'rendermode': 'smooth_night', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    'markers': [dict(name="Players", filterFunction=playerIcons)] 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    'markers': markers 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 } 
														 | 
														
														 | 
														
															 } 
														 |