Wordle for Hytale
Play the daily word quiz with your friends on Hytale!
Source Code — Documentation — Download
Commands
/wordle-> Opens the Wordle screen where you can play/wordle-admin-> Shows today's solution/wordle-admin reload-> Reloads configuration/wordle-admin set <word>-> Sets current solution to specified word
/wordle-admin set <word>
You may specify any 5-letter word as the solution. It does not have to be in the word list. In order to choose random word form the word list, specify random as the word.
Permissions
iwakuraenterprises.wordle.command.wordle- /wordleiwakuraenterprises.wordle.command.wordle-admin- /wordle-admin, //wordleiwakuraenterprises.wordle.command.wordle-admin.reload- /wordle-admin reload, //wordle reloadiwakuraenterprises.wordle.command.wordle-admin.announce-solution- /wordle-admin set, /wordle-admin announce-solution, //wordle set
Configuration
Configuration can be found in the mods/IwakuraEnterprises_Wordle directory.
game.json
Name | Description | |
|---|---|---|
| Defines what solution provider to use. Currently | |
| Used when | |
| Name of the word list to use. Defaults to | |
| Timezone to use when getting current solution. Solutions are not chosen on random but deterministically based on the date. Timezones are in format like Europe/Prague or GMT+01:00 (see Wikipedia) | |
| Specifies the endpoint where The New York Times publishes solutions based on dates. | |
| Configures announcement when player joins the server. | |
| Configures announcement when new game begins (e.g. next day) | |
| Configures announcement when player finishes wordle. | |
| Enables / disables the announcement | |
| Enables / disables the announcement in chat | |
| Enables / disables the announcement in notification section (bottom right) | |
| List of whitelisted worlds where announcements are allowed. Empty list allows all worlds. |
Custom Word Lists
You may create custom word lists in mods/IwakuraEnterprises_Wordle/wordlists directory. Each wordlist must end with " .wordlist" as the file extension. Each word must be separated by new line. Then you must set the word list's name in the config (without the file extension).
E.g. file test.wordlist:
in game.json:
Player data
As of 1.0.0, player data are now saved in mods/IwakuraEnterprises_Wordle/players directory. This might change in the future. This directory is cleaned when new game begins.
Disclaimer
This project is not affiliated with The New York Times. If one should have any questions or inquires, please don't hesitate to contact me at mayuna@iwakura.enterprises.