Git Product home page Git Product logo

voyage's Introduction

Voyage

The Minecraft world management solution that's simple to use but powerful when needed.

Dependencies

Voyage takes advantage of other plugins. Please consider adding the following to your server.

Required:

Not required, but enables extra feature:

  • Placeholder API (Placeholder Support)

Commands

World

Creation Flags

--environment:

  • NORMAL
  • NETHER
  • THE_END

--type:

  • DEFAULT
  • FLAT
  • LARGEBIOMES
  • AMPLIFIED

/world info <world name> - View information about world

/world options <world name> <option> <value> - Configure world options

Options and values:

  • time <freeze/unfreeze> - Changes daylight cycle
  • fire <on/off> - Changes fire spread

Entity

/entity select - Select an entity

/entity tphere - Teleport entity to your location.

/entity mount - Mount onto entity

/entity remove - Delete entity

Chunk

/chunk info - View information about the current chunk you're standing in

Generators

Voyage comes with multiple basic built-in generators.

In bukkit.yml, add a worlds configuration section. Then add a subsection with the world name and generator.

Void

worlds:
  world:
    generator: Voyage:void

Superflat

NOTE: The block generation height of the superflat world can be customized by adding :<height as int> to the end of the generator configuration section.

worlds:
  world:
    generator: Voyage:superflat:-60

Moon

worlds:
  world:
    generator: Voyage:moon

Placeholders

%voyage_version% - Returns version of Voyage plugin

%voyage_world_name% - Returns player world name

%voyage_world_seed% - Returns player world seed

%voyage_world_border_size% - Returns world border size

%voyage_world_all_amount% - Returns amount of world folders

%voyage_world_loaded_amount% - Returns amount of loaded worlds

%voyage_chunk_is_slime_chunk% - Returns player chunk slime chunk status

%voyage_chunk_x - Returns player chunk X coordinate

%voyage_chunk_z - Returns player chunk Z coordinate

Datapacks

In vanilla Minecraft, datapacks are put into the desired world's datapacks folder. On Bukkit-based Minecraft servers, they are put into the main world's folder and affect the whole server.

Contributors

Contributions are highly appreciated!

When working with Voyage in your local environment, please compile VexelCore and change Voyage's build.gradle VexelCore dependency to be the locally compiled file path. This solution is temporary while the API gets worked on.

Alternatives

Voyage is awesome, but there are other great open-source plugins to try. Here are a few:

  1. Multiverse
  2. MyWorlds

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.