All Projects → falkirks → MineReset

falkirks / MineReset

Licence: MIT license
Powerful mine resetting tool

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to MineReset

CommandShop
Players have to pay items or money to use specific commands! A PocketMine plugin.
Stars: ✭ 32 (-27.27%)
Mutual labels:  pocketmine, mcpe, pocketmine-plugins
Volt
A painless web server for PocketMine-MP
Stars: ✭ 24 (-45.45%)
Mutual labels:  pocketmine, mcpe, pocketmine-plugins
SAC
An AntiCheat software for PockeMine-MP made to detect unfair gamplay advantages.
Stars: ✭ 52 (+18.18%)
Mutual labels:  pocketmine, mcpe, pocketmine-plugins
fireworks
Adds Fireworks to Pocketmine
Stars: ✭ 17 (-61.36%)
Mutual labels:  pocketmine, pocketmine-plugins
Functions
Create your own commands with ease! For PocketMine, a Minecraft PE server software
Stars: ✭ 17 (-61.36%)
Mutual labels:  pocketmine, mcpe
Capital
An extensible economy API for PocketMine-MP.
Stars: ✭ 31 (-29.55%)
Mutual labels:  pocketmine, pocketmine-plugins
BuilderTools
🪓 Powerful World Editor plugin for PocketMine servers
Stars: ✭ 74 (+68.18%)
Mutual labels:  pocketmine, pocketmine-plugins
Extropy
Custom version of PocketMine-MP for the @ConflictPE network! 🚀🕹️
Stars: ✭ 16 (-63.64%)
Mutual labels:  pocketmine, mcpe
devirion
Plugin used for debugging virions or plugins that use virions.
Stars: ✭ 35 (-20.45%)
Mutual labels:  pocketmine, pocketmine-plugins
FactionsPE
Most advanced factions plugin for PocketMine-MP
Stars: ✭ 46 (+4.55%)
Mutual labels:  pocketmine, mcpe
InvSee
A PocketMine-MP plugin that lets you view and modify offline and online players' inventories in real-time!
Stars: ✭ 19 (-56.82%)
Mutual labels:  pocketmine, mcpe
LibSkin
Virion for working with player skins & PocketMine plugin for stealing other player's skins
Stars: ✭ 20 (-54.55%)
Mutual labels:  pocketmine, pocketmine-plugins
ProfileUI
Get any player's profile on a Modal Form! MCPE v1.2! PMMP support only!
Stars: ✭ 20 (-54.55%)
Mutual labels:  pocketmine, mcpe
UHC
A UHC plugin for MCPE v1.2.x
Stars: ✭ 15 (-65.91%)
Mutual labels:  pocketmine, mcpe
Emotes
This plugin allows players to use their favorite emotes on the server!
Stars: ✭ 15 (-65.91%)
Mutual labels:  pocketmine, mcpe
Specter
Super simple debugging for PocketMine.
Stars: ✭ 73 (+65.91%)
Mutual labels:  pocketmine, pocketmine-plugins
BlockSniper
An advanced (brush) world editing plugin for PocketMine-MP
Stars: ✭ 77 (+75%)
Mutual labels:  pocketmine, pocketmine-plugins
Other-Plugins
A collection of all the plugins which I used to work on but no longer maintain
Stars: ✭ 26 (-40.91%)
Mutual labels:  pocketmine, pocketmine-plugins
EggWars
EggWars minigame for PocketMine
Stars: ✭ 32 (-27.27%)
Mutual labels:  pocketmine, pocketmine-plugins
Pocketmine Mp
A server software for Minecraft: Bedrock Edition in PHP
Stars: ✭ 2,594 (+5795.45%)
Mutual labels:  pocketmine

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].