Description
Ever wanted to play the world famous game Wordle for Pixelmon? With PokeWordle you can! This highly configurable 1.16.5 forge mod gives your server a fun and challenging mini game for everyone to enjoy!
Preview:
Requirements:
- Pixelmon Reforged 1.16.5: latest version
Configurations:
All config files are located in /config/pokewordle/
Settings:
The settings config file changes the functional parts of the mod. This includes how long the cooldown will be after completion. Also the reward after successfully completing the wordle is located in this config file.
Language:
By default, all messages are configured in English. The configurable messages are divided in two parts: GUI and Chat.
Usage:
/wordle - Start and continue your Wordle (permission level 0, minecraft.command.wordle)
/wordle clear [username] - Clear a player's wordle data (permission level 4, minecraft.command.wordle)
Developer:
Three MinecraftForge events are available on the Minecraft Forge event bus. Apart from the events, no further API methods are supported.
- 1. StartedWordleEvent : posted when a player started a new wordle, event is cancelable
- 2. WordleCompletedEvent.Success: posted when a player successfully completed the wordle
- 3. WordleCompletedEvent.Failed: posted when a player was unable to solve the wordle in the configurable amount of attempts.


