With MWeb, you can create internet links to files on your server. These links can be public or restricted, with options like user/IP restrictions, time limits, and maximum downloads.
MWeb also zips folders automatically or manually, allowing for easy sending as resource packs to players. With MWeb, server administrators can seamlessly share resources and folders, improving file management.
MWeb also zips folders automatically or manually, allowing for easy sending as resource packs to players. With MWeb, server administrators can seamlessly share resources and folders, improving file management.
Whitelist Commands & Permissions
• Open Whitelist Manager
Open the whitelist manager GUI. All actions are still permission restricted
Permission ⇒mweb.whitelist.list
/ws whitelist
Permission ⇒mweb.whitelist.list
• Add New Whitelist
Create a new file whitelist with custom propeties
Permission ⇒mweb.whitelist.custom
/ws whitelist add <file> <access> [<restriction>] [<timeout>]
<access> ⇒
GLOBAL - Everyone can access the linkUSER_RESTRICTED - Only available for selected userPASSPHRASE_RESTRICTED - Only available with selected passphrase
[<restriction>] ⇒
User name or passphrase
[<timeout>] ⇒
Whitelist timeout. Enter a time like 2m5s to deactivate the link after 2:05min
Permission ⇒mweb.whitelist.custom
• Remove Whitelist
Remove an existing whitelist. You can disable it instead in the GUI editor
Permission ⇒mweb.whitelist.delete
/ws whitelist remove <id>
<id> ⇒
The whitelist/download id. Hover over the suggestions to see the path
Permission ⇒mweb.whitelist.delete
• Get Whitelist Link
Get the link of an existing whitelist. If a passphrase is needed, it's included in the link!
Permission ⇒mweb.whitelist.info
/ws whitelist get <id>
<id> ⇒
The whitelist/download id. Hover over the suggestions to see the path
Permission ⇒mweb.whitelist.info
• Send Resourcepack
Send a archive or folder to players as a resourcepack!
Permission ⇒mweb.texturepack.send
/ws texturepack <path> <target> [<force>]
<path> ⇒
Path to the resource pack that should be send
<target> ⇒
All target players that should receive the resource pack
[<force>] ⇒
Force targets to use this resource pack. Players still can quit instead
Permission ⇒mweb.texturepack.send
• GUI Shortcuts
Shortcut permissions used in the whitelist GUI
none
Global Links ⇒
mweb.whitelist.global
Private Links ⇒
mweb.whitelist.privat
Edit File Links ⇒
mweb.whitelist.edit
Manager Commands & Permissions
• Open File Manager
Open the file manager GUI. All actions are still permission restricted
Permission ⇒mweb.manage.list
/ws manage
Permission ⇒mweb.manage.list
• Rename File
Rename a selected file or folder
Permission ⇒mweb.manage.rename
/ws manage rename <file> <new-name>
<file> ⇒
Path to the file that should be renamed
<new-name> ⇒
The new name. It can not contain any file restricted characters!
Permission ⇒mweb.manage.rename
• Delete File
Delete a selected file or folder (with all content)
Permission ⇒mweb.manage.delete
/ws manage rename <file>
<file> ⇒
Path to the file that should be deleted
Permission ⇒mweb.manage.delete
• Zip Folder
Zip a selected folder (with all content) to a new archive
Permission ⇒mweb.manage.zip
/ws manage zip <file>
<file> ⇒
Path to the folder that should be zipped
Permission ⇒mweb.manage.zip
• Unzip Folder
Unzip a selected archive (with all content) to a new folder
Permission ⇒mweb.manage.zip
/ws manage unzip <file>
<file> ⇒
Path to the archive that should be unzipped
Permission ⇒mweb.manage.zip
Settings Commands & Permissions
• Get/Set Port
Get or set the access port. The port must be open and unused
Permission ⇒mweb.settings
/ws settings port [<port>]
[<port>] ⇒
The new port that should be used. Needs a restart!
Permission ⇒mweb.settings
• Get/Set Logging
Get or set if all requests should be logged
Permission ⇒mweb.settings
/ws settings logaccess [<state>]
[<state>] ⇒
True or false
Permission ⇒mweb.settings
• Get/Set Proxy
Get or set the proxy. This instantly changes all links
Permission ⇒mweb.settings
/ws settings proxy [<proxy>]
[<proxy>] ⇒
The new redirect. Add http:// or https:// at the beginning
Permission ⇒mweb.settings
• Set Language
Set a language. This will change all messsages and text used by MWeb
Permission ⇒mweb.settings
/ws settings language [<lang>]
[<lang>] ⇒
The new language code. If custom, use the file name (without ending)
Permission ⇒mweb.settings
• Get/Set Debug
Enable or disable the debug mode. Should only be used if advised from support
Permission ⇒mweb.settings
/ws settings debug [<state>]
[<state>] ⇒
True or false
Permission ⇒mweb.settings