Project

General

Profile

Feature/Suggestion #491

Updated by Slind over 8 years ago

h1. Claim Downloader 

 One command to get your claim from the server into a single player world. 

 h2. Why? 

 * Continue playing when the server shuts down 
 * Test setups and debug systems local with access to cheat/game mode 
 * Keep playing while being offline (client -> server sync not allowed, but it allows heavy planning) 

 h2. Resolves 

 * Need for manual base downloads on server reset 
 * Base downloads while server is running which are not offered due to work involved 
 * Possible reduction of server issue reports due to easy local testing 

 h2. Advantages 

 * No client restart required 
 * No need for fiddling around with the files and getting them to the right place 

 h2. Requirements 

 * Server Mod 
 > * access to claim information or bukkit plugin as bridge 
 > * handshake with client mod, to make sure it is present 
 > * extract chunks from region, copy player file and level.dat 
 > * send data to client mod 
 * Client Mod 
 > * accept and verify downloads 
 > * create new single player saves based on them

Back