This version doesn't contain any major code changes from the previous version.
- add new command:
/editban <player> <addbantime|reducebantime> <time>
- add new command:
/banlog <player>
- See how often a player was banned - add new command:
/baninfo <player>
- See informations of an banned player - some little bug fixes
- Version bump
This version doesn't contain any major code changes from the previous version.
- add Discord-Webhook support
- add Icon
- Version bump
This version doesn't contain any major code changes from the previous version.
- add Pardon (Unban) Command
- add Discord-Webhook Message for unbanning
- add Ban, BanEdit and Pardon Event
- Discord-Webhooks will now only send on (not cancelled) event calling
- Version bump
This version does contain many major code changes from the previous version. This version is a very big feature-update.
- add new command:
/banip <ip> [reason: ...] [time: ...]
- Ban a Ip-Address - add new command:
/editipban <ip> <addbantime|reducebantime> <time>
- Edit a IP-Ban - add new command:
/pardonip <ip>
- Unban a IP-Address - add new command:
/kick <player>
- Kick a player from the server - add new command:
/betterban
- Open the BetterBan-Form - add IpBan, IpBanEdit, IpPardon and Kick Event
- add Discord-Webhook Messages for the new functions
- add Forms
- when the
config.yml
is outdated, the config data will be renamed tooldconfig.yml
and a new config.yml will be created now - Version bump
This version does contain many major code changes from the previous version. This version only a little bug fix update.
- fixed an
Internal Server Error
on/baninfo
(#12) - fixed an
Internal Server Error
on/banlog
(same as #12) - Fix a fucking Poggit bug, DiscordWebhookAPI will now add to the .phar files on poggit... OUFFF
- Version bump
This version does contain many major code changes from the previous version. This version only a little bug fix update.
- fixed missing permissions for forms and commands
- Version bump
This version does contain many major code changes from the previous version. This version is a bug-fix and feature update.
- [NEW] - add MySQL support for bans (#8) (Thank you very much @Tobias-2006)
- [NEW] -
/baninfo
: Added a new message, when the player isn't banned (#17) - [FIX] - added missing permissions
- [VERSION] - Version bump
- [NEW] Added support for PocketMine-MP 4
- [CHANGE] Code changes for PM4
- [FIX] - Reason will no longer duplicated (#28)
- [VERSION] - Version bump
- [FIX] - BetterBan's ban-reason will now be the reason if a player is banned.
- [VERSION] - Version bump
- [NEW] - If pmforms virion cannot be found, BetterBan will now throw an exception
- [API change] [FIX & CHANGE] - Changed
IpAdress
->IpAddress
insupercrafter333\BetterBan\Events\BBEditipbanEvent
andsupercrafter333\BetterBan\Events\BBPardonIpEvent
- [UPDATE] - Use inet_pton() instead of preg_match() for IP bans and unbans
- [UPDATE] - BetterBan is now using some more PHP 8.0+ functions
- [FIX] - Fixed some command translations and usages
- [VERSION] - Version bump
- [FIX] - BetterBan's ban-reason will now be the reason if a player is banned.
- [FIX] - Ban-reasons will no longer repeat on ban players (#33)
- [FIX] - added forgotten permissions to the
/baninfo
-command and/banlog
-command - [CHANGE] - removed hardcoded permissions from the default-pmmp-commands and replaced them by using the
DefaultPermissionNames
-Class - [UPDATE] - little code cleanup
- [POCKETMINE-MP VERSION] - added support for PocketMine-MP v5.0.0
- [POCKETMINE-MP VERSION] - removed support for every PocketMine-MP 4.x.x version
- [FIX] - fixed #38