Giter Site home page Giter Site logo

higher-skies's Introduction

 _   _  _         _                   _____  _     _            
| | | |(_)       | |                 /  ___|| |   (_)           
| |_| | _   __ _ | |__    ___  _ __  \ `--. | | __ _   ___  ___ 
|  _  || | / _` || '_ \  / _ \| '__|  `--. \| |/ /| | / _ \/ __|
| | | || || (_| || | | ||  __/| |    /\__/ /|   < | ||  __/\__ \
\_| |_/|_| \__, ||_| |_| \___||_|    \____/ |_|\_\|_| \___||___/
            __/ |                                               
           |___/
 
===================================================================          
== W A R N I N G: This plugin is experimental! Use at own risk.  ==
===================================================================
           
==== Overview ====
Higher Skies is an experimental bukkit plugin that increases
the apparent height limit in Minecraft by lowering the entire
world.

Higher Skies rewrites each map chunk as it is loaded into memory
by stripping off the bottom few layers of the chunk and then
shifting the entire chunk contents down. Finally, Higher Skies
seals the bottom of the chunk with beadrock and adds a marker
block. The marker block ensures that chunks are only rewritten
once.

The first time Higher Skies starts, it will attempt to rewrite all
the chunks loaded around the world spawn. This process can take
a LONG time and consumes a tremendous amount of memory. During the
process, the server may crash. Anticipating this, Higher Skies
saves its work periodically and will pick up the job near where it
left off at the next server start.

It is not recommended that you use Higher Skies on an in-progress
Minecraft world. This plugin is experimental and chest inventories,
redstone states, minecarts, and world decorations may be destroyed
in the chunk rewriting process. In fresh worlds, chunks are rewritten
and marked with the marker block well before they are within the
reach of a player, so content destruction is not a problem.

==== Installation ====
0. BACK UP YOUR WORLD!
1. Create a new startbukkit.sh file
2. Install HigherSkies.jar into your plugins directory
3. Start your server - the config.yml file will be created
4. Open the config.yml file and set the number of blocks to drop
   your world.
5. Reload the server - Chunk processing will begin

==== startbukkit.sh ====
Higher Skies requires all the optimizations java can muster and a
powerful machine to run it on. Use the following startbukkit.sh
script to set java's initial options.

#!/bin/sh
java -server -native -Xmx2048M -Xms2048M -XX:+UseConcMarkSweepGC 
-XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=2 
-XX:+AggressiveOpts -jar craftbukkit-0.0.1-SNAPSHOT.jar

higher-skies's People

Contributors

rmichela avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

meta1203

higher-skies's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.