Git Product home page Git Product logo

minereset's Introduction

MineReset

MineReset is a fancy tool which allows you to create resettable mines the right way. It has been entirely rewritten in version 3.0.

Commands

/mine create <name>

minereset.command.create

This command must be run in game. It will start the creation wizard to create a mine with the specified name. This will require you to tap two points to be the corner blocks of the mine. Upon tapping the second block, the mine will be created and saved.

/mine set <name> <data>

minereset.command.set

In order for MineReset to reset a mine, it needs to know what blocks to put in it and what how often each block should occur. You must specify this in the form <ID> <PERCENT>. So if I wanted mine A to have 50% stone and 50% air, I would run /mine set A 1 50 0 50. MineReset can handle metadata for blocks in the form <ID>:<METADATA> <PERCENT>.

/mine reset <name>

minereset.command.reset

This command wil trigger a manual reset if there is not already one ongoing. Mines are reset in the following way

  1. Chunks in the mine are collected and turned into raw data.
  2. These chunks are loaded and modfied in a seperate task (PocketMine can keep running at the same time).
  3. The chunks are transferred back to PocketMine and set in bulk.

This means that any changes you make to the chunks while the mine is resetting will have no effect and MineReset will attempt to block you.

/mine reset-all

minereset.command.resetall

This command will dispatch a reset for each mine.

/mine destroy [code]

minereset.command.destroy

This command will irreversible delete a mine. When running this command you will be asked to confirm your action by re-running the command with a confirmation code. If you would like to avoid confirming, you should edit the mines.yml file directly.

/mine list

minereset.command.list

This command will list out all existing mines.

/mine about

minereset.command.about

This command will display a little info blurb downloaded from the web.

minereset's People

Contributors

falkirks avatar dktapps avatar pub4game avatar kris-driv avatar infernus102 avatar jacknoordhuis avatar pranavbhuv avatar jasonw4331 avatar notacoderr avatar poggit-bot avatar

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.