All Projects → matcracker → BlocksConverter

matcracker / BlocksConverter

Licence: GPL-3.0 license
A PocketMine-MP plugin allows you to convert Minecraft PC maps to MCPE/Bedrock maps or vice-versa.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to BlocksConverter

sublime-atomizr
Convert Sublime Text completions into Atom (or Visual Studio Code) snippets, and vice versa.
Stars: ✭ 12 (-74.47%)
Mutual labels:  converter, conversion
Unitsnet
Makes life working with units of measurement just a little bit better.
Stars: ✭ 641 (+1263.83%)
Mutual labels:  converter, conversion
Length.js
📏 JavaScript library for length units conversion.
Stars: ✭ 292 (+521.28%)
Mutual labels:  converter, conversion
vectorexpress-api
Vector Express is a free service and API for converting, analyzing and processing vector files.
Stars: ✭ 66 (+40.43%)
Mutual labels:  converter, conversion
cpc
Text calculator with support for units and conversion
Stars: ✭ 89 (+89.36%)
Mutual labels:  converter, conversion
dftools
Tools for Star Wars: Dark Forces assets.
Stars: ✭ 18 (-61.7%)
Mutual labels:  converter, conversion
Oas Kit
Convert Swagger 2.0 definitions to OpenAPI 3.0 and resolve/validate/lint
Stars: ✭ 516 (+997.87%)
Mutual labels:  converter, conversion
qTsConverter
A simple tool to convert qt translation file (ts) to other format (xlsx / csv) and vice versa
Stars: ✭ 26 (-44.68%)
Mutual labels:  converter, conversion
Kepubify
Fast, standalone EPUB to KEPUB converter CLI app / library (and a few other utilities).
Stars: ✭ 225 (+378.72%)
Mutual labels:  converter, conversion
Hrconvert2
A self-hosted, drag-and-drop, & nosql file conversion server that supports 62x file formats.
Stars: ✭ 132 (+180.85%)
Mutual labels:  converter, conversion
bitsnpicas
Bits'N'Picas - Bitmap & Emoji Font Creation & Conversion Tools
Stars: ✭ 171 (+263.83%)
Mutual labels:  converter, conversion
bank2ynab
Easily convert and import your bank's statements into YNAB. This project consolidates other conversion efforts into one universal tool.
Stars: ✭ 197 (+319.15%)
Mutual labels:  converter, conversion
xsampa
X-SAMPA to IPA converter
Stars: ✭ 20 (-57.45%)
Mutual labels:  converter, conversion
quill-markdown-toolbar
A Quill.js module for converting markdown text to rich text format
Stars: ✭ 13 (-72.34%)
Mutual labels:  converter, conversion
instagram json viewer
Transforms Instagram's *.json / backup data - that you get via the Data Download Tool - to a readable format!
Stars: ✭ 41 (-12.77%)
Mutual labels:  converter, backup
Remarshal
Convert between CBOR, JSON, MessagePack, TOML, and YAML
Stars: ✭ 421 (+795.74%)
Mutual labels:  converter, conversion
csv2html
Convert CSV files to HTML tables
Stars: ✭ 64 (+36.17%)
Mutual labels:  converter, conversion
discoursegraphs
linguistic converter / merging tool for multi-level annotated corpora. graph-based (using Python and NetworkX).
Stars: ✭ 47 (+0%)
Mutual labels:  converter, conversion
Ec2 Spot Converter
A tool to convert AWS EC2 instances back and forth between On-Demand and Spot billing models.
Stars: ✭ 108 (+129.79%)
Mutual labels:  converter, conversion
fp-units
An FP-oriented library to easily convert CSS units.
Stars: ✭ 18 (-61.7%)
Mutual labels:  converter, conversion

BlocksConverter

   Discord

BlocksConverter is a PocketMine-MP plugin that allows you to translate blocks from MC: Java Edition to Bedrock or vice-versa.

Supported world conversion

From To Supported
Java 1.13+ PocketMine No
Java 1.12 or lower PocketMine Yes

Important

This plugin could take some time when converting worlds. While the conversion, don't try to stop or turn off the server until it's finished.

Commands

/convert

Allows to convert a single world or a queue of world to the platform destination (bedrock or java).

Syntax: /convert <world_name|queue> [backup=true|false] [platform=bedrock|java] [force=true|false]

Permission: blocksconverter.command.convert

Command parameters:

  • <world_name|queue>: it's a mandatory parameter, it requires the name of world to be converted or "queue" to convert a list of worlds. (See /convertqueue for more information)
  • [backup=true|false]: it's an optional parameter, when the value is "true" it creates a backup of your world before the conversion otherwise not. (Default "true")
  • [platform=bedrock|java]: it's an optional parameter, when the value is "bedrock" it converts the world from java to bedrock, when "java" it converts from bedrock to java. (Default "bedrock")
  • [force=true|false]: it's an optional parameter, when the value is "true" you will force the conversion to run (at your own risk!) otherwise not. (Default "false")

/convertqueue

Allows managing worlds to be converted. It's useful when you need to convert more than one world.

Syntax: /convertqueue <add|remove|status> [world_name|all]

Permission: blocksconverter.command.convertqueue

Command alias: /cq

Command parameters:

  • add: It adds one or all worlds in queue before the conversion.
  • remove: It removes one or all worlds from the queue.
  • status: It shows the status of current queue.

/toolblock

Allows showing information about the block you are targeting. (Useful to detect the block ID to replace with).

Permission: blocksconverter.command.toolblock

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].