All Projects → ifvictr → Mwt

ifvictr / Mwt

A basic set of web-based tools for Minecraft and things related to it.

Labels

Projects that are alternatives of or similar to Mwt

Zeps Gui
L'interface d'un outil de calcul d'itinéraires, principalement utilisé pour se repérer dans le Netherrail de Zcraft. Nécessite https://github.com/zDevelopers/ZePS-Core .
Stars: ✭ 5 (-54.55%)
Mutual labels:  minecraft
Vehicles
[WIP | Pre-Release] A PocketMine-MP plugin that brings vehicles to your server !
Stars: ✭ 17 (+54.55%)
Mutual labels:  minecraft
Drivebackupv2
Uploads Minecraft backups to Google Drive/OneDrive or by (S)FTP
Stars: ✭ 26 (+136.36%)
Mutual labels:  minecraft
Spigot Js
Play with Nashorn and Spigot at the same time.
Stars: ✭ 6 (-45.45%)
Mutual labels:  minecraft
Nodemc
Meta repository for information on the project as a whole
Stars: ✭ 16 (+45.45%)
Mutual labels:  minecraft
Minecraft Lzh
A resourcepack that adds Classical Chinese to Minecraft.
Stars: ✭ 20 (+81.82%)
Mutual labels:  minecraft
Nukkit
Cloudburst Nukkit - Nuclear-Powered Minecraft: Bedrock Edition Server Software
Stars: ✭ 776 (+6954.55%)
Mutual labels:  minecraft
Chameleoncreepersmod
Minecraft Mod that makes creepers harder to see by tinting their color based on their surroundings - over 120k downloads!
Stars: ✭ 9 (-18.18%)
Mutual labels:  minecraft
Magistics
Logistical magic!
Stars: ✭ 16 (+45.45%)
Mutual labels:  minecraft
Customstuff4
A Minecraft mod for adding content
Stars: ✭ 24 (+118.18%)
Mutual labels:  minecraft
Antilaby
AntiLaby plug-in for Bukkit
Stars: ✭ 6 (-45.45%)
Mutual labels:  minecraft
Ships 2ndgen
Ships 5+ source code
Stars: ✭ 6 (-45.45%)
Mutual labels:  minecraft
Checkolotl
checkolotl is an account checker made in python3.6
Stars: ✭ 22 (+100%)
Mutual labels:  minecraft
Applied Energistics 2
A Minecraft Mod about Matter, Energy and using them to conquer the world..
Stars: ✭ 827 (+7418.18%)
Mutual labels:  minecraft
Macrokey
A mod that allows you to bind keys
Stars: ✭ 8 (-27.27%)
Mutual labels:  minecraft
Mcaselector
A tool to select chunks from Minecraft worlds for deletion or export.
Stars: ✭ 798 (+7154.55%)
Mutual labels:  minecraft
Feather
A Minecraft server implementation in Rust
Stars: ✭ 896 (+8045.45%)
Mutual labels:  minecraft
Fruitphone
An immersive Waila-compatible information mod. Maintained by Falkreon.
Stars: ✭ 10 (-9.09%)
Mutual labels:  minecraft
Ratchetandclankmod
Stars: ✭ 8 (-27.27%)
Mutual labels:  minecraft
Confiscate
Discover duplication glitches, abusive staff giving items, x-ray or simply poor server economy.
Stars: ✭ 23 (+109.09%)
Mutual labels:  minecraft

mwt

Minecraft Web Tools

A basic set of tools for Minecraft and the stuff having to do with it. Running at https://mwt.ifvictr.com.

Tools

  • et
    • bytescale
    • hostname2ip
    • ip2hostname
    • pwgen
    • string2hash
  • mc
    • name2uuid
    • query
    • skinview
    • uuid2name
  • pm
    • downloadcount
    • plugininfo
    • userplugins

Usage

You can deploy mwt locally by running the following:

$ git clone https://github.com/ifvictr/mwt
$ cd mwt
$ php -S localhost:<port>

The following extensions were loaded for the web server (but not all were used):

Array ( 
    [0] => Core 
    [1] => date 
    [2] => ereg 
    [3] => libxml 
    [4] => openssl 
    [5] => pcre 
    [6] => dom 
    [7] => filter 
    [8] => hash 
    [9] => SPL 
    [10] => PDO 
    [11] => readline 
    [12] => Reflection 
    [13] => session 
    [14] => standard 
    [15] => xml 
    [16] => mysqlnd 
    [17] => cli_server 
    [18] => bz2 
    [19] => curl 
    [20] => gd 
    [21] => json 
    [22] => SimpleXML 
    [23] => sockets 
    [24] => zip 
    [25] => zlib 
    [26] => mhash
    [27] => mbstring
)
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].