Don't want to read everything? Click on the spoiler below for a compact feature overview.
For developers that are interested into the MWeb API, scroll down to the bottom.
And for the more technical features, you can also...
The detailed description & guide is sorted into the following categories
To view all permissions and further help, visit mutils.net/mweb
This project cost a lot of work, any support is highly appreciated!
Creating a simple download link isn't more then one click!
/ws whitelist or /ws -> manage download access)You can create a global link or personal link (only usable by you) directly from the navigator by using your 1 & 2 hotkey. After processing (bigger folders take some time to zip) a new link is generated for you. Click on copy to copy the link in your clipboard and share it with anyone or paste it in your browser!
You can create multiple links for the same file. Press your 4 hotkey on a file or folder to manage all links. Here you can toggle, remove or even edit existing links.
!Preview is loading...
(the preview use mweb.mutils.net as proxy. This is not a default behaviour)
MWeb also adds helpful and simple file editing tools to make publishing easier! Open the mange GUI with /ws
Additionally you can directly see file information like file size, file type (highlighted with item color), last edited and the path. !Preview is loading...
Send resource pack folders or archives directly to other players with one click. That allows you to modify your resource pack and update players instantly without the need of packing & uploading.
/ws texturepack "<path>" <target>You can also force players to use the resource pack by adding true at the end of the command.
E.g. /ws texturepack "rp/test" @a true
!Preview is loading...
MWeb is completely customizable and adapt to your needs. To make everything possible, MWeb starts a web server in the background to manage all requests. That also means you need a second open port. If you don't know what that is or have troubles to set it up ask us at our discord server.
Important - Every action is restricted to a certain permission (docs) to secure your files. OP bypasses all permissions! We highly recommend you to use permission manager like luckperms!
You don't want the number ip in your link? Use a proxy manager like nginx and enter it in the mweb config. Need help? Like before you can ask us.
You want to use features from MWeb in your plugin/mod? With our API you can create and manage* links and even use our resource pack feature to dynamically create and send resource packs! Get the best experience by using Kotlin (using our api in java works too but is less enjoyable)
dependencies {
compileOnly("de.miraculixx:mweb:1.1.0")
}
The API is located at maven central. Do not shade it into your project!

Create links to your server files to share them! Links can be global, ip/user limited, timed and more. Easily zip folders and even send them to players as texturepacks! Custom Web Server responses - Part of MUtils