do not download this, get 1.10.1 instead
This release allows support for 1.21.5!!! Thank you to BuggyAl (github) for porting.
NEW
BlockSoundAds - Blocks the sound ads in lobby that come from the installed server pack
CHANGE
ServerLookup - Deprecated. The mh api has been disallowed to be used by the public
ToggleSpecificAds - Deprecated API usage. Detecting ranks may now be less reliable
BlockRaids - Added extra messages to be blocked + bossbar blocking support
BlockLobbyMapAds - Bossbar blocking support
NEW
ToggleSpecificAds allows toggling which ads are blocked based on their ranks. (default, vip, etc.) This works in junction with BlockLobbyAds. (feature request #27)
BlockChestAds blocks ads seen in the chest ui of the compass server listing. (requested by marcode3 on dc)
CHANGE
The /poinpow help command has been restructured to be more accessible.
BlockLobbyMapAds now also blocks the bossbar/actionbar created by looking at them.
There are internal changes that makes the code better.
This release adds a new command called /lookupserver <serverName>
.
The command looks up minehut servers and gives detailed info about them.
Thank you to BuggyAl for contributing to Poinpow!
NEW
ChatPhraseFilter is a filter that removes messages that matches regex from a list in lobby.
You can create your own powerful regex at https://regex101.com/
Add to the filter by doing /poinpow chat_phrase_filter add "regex"
Thank you nicco1690 for your suggestion.
(if you have any issues please report them to me on discord or github)
Modifications
Regex is now stored in classes instead of being recompiled every time. (gstudiosx suggestion)
BlockLobbyWelcome now checks for if it's in lobby (bruh)