* Available in precompiled form and guided setup for Windows 64Bit on the [Releases](https://github.com/Berserker66/MultiWorld-Utilities/releases) page
* Compatible with Python 3.7 and 3.8. Forward Checks for Python 4.0 are done
* Update modules if they are too old to prevent crashes and other possible issues.
* Allows you to generate a Multiworld with individual player mystery weights. Since weights can also be set to 100%, this also allows for individual settings for each player in a regular multiworld.
Basis is a .yaml file that sets these weights. You can find an [easy.yaml](https://github.com/Berserker66/MultiWorld-Utilities/blob/master/easy.yaml) in this project folder to get started
* Additional instructions are at the start of the file. Open with a text editor
* Configuration options can be found in the [host.yaml](https://github.com/Berserker66/MultiWorld-Utilities/blob/master/host.yaml) file
* Allows a new Mode called "Meta-Mystery", allowing certain mystery settings to apply to all players
* For example, everyone gets the same but random goal
* Supports automatic port-forwarding, can be enabled in [host.yaml](https://github.com/Berserker66/MultiWorld-Utilities/blob/master/host.yaml)
* Added commands `/hint` and `!hint`. See [host.yaml](https://github.com/Berserker66/MultiWorld-Utilities/blob/master/host.yaml) for more information
* Updates have been made to the following commands:
*`!players` now displays the number of connected players, expected total player count, and which players are missing
*`forfeit` now works when a player is no longer connected
*`/send`, `/hint`, and various other commands now use "fuzzy text matching". It is no longer required to enter a location, player name or item name perfectly
* When an error is generated due to a broken .yaml file, it now mentions in the error trace which file, line, and character is the culprit
* Option for progressive items, allowing you to turn them off (see [easy.yaml](https://github.com/Berserker66/MultiWorld-Utilities/blob/master/easy.yaml) for more information)
* Option for "timer", allows you to configure a timer to display in game and/or options for timed one hit knock out
* Cheating is now controlled by the server and can be disabled in [host.yaml](https://github.com/Berserker66/MultiWorld-Utilities/blob/master/host.yaml)