Releases: mehmet-27/PunishManager
Releases · mehmet-27/PunishManager
Release list
PunishManager v1.4.11
PunishManager v1.4.10
Improve Features
- The order of connection listeners has been moved to first for improve compatibility.
- Add usage to ipban command for banning someone with just ip address.
- Fix bug in ipban process.
- Remove unnecessary announce methods from punish revoke listeners.
PunishManager v1.4.7
What's Changed
- Improve Time Specification by @mehmet-27 in #28
- Bug fix by @mehmet-27 in #29
- Update version string by @mehmet-27 in #30
Full Changelog: v1.5.6...v1.4.7
PunishManager v1.5.6
Fix a bug with menus in Bukkit.
PunishManager v1.4.5
Fix a critical error while loading commands.
PunishManager v1.4.4
if a message is left blank it will not be sent to the server.
PunishManager v1.4.3
Fixed a major bug that prevented commands from loading on the Bukkit platform.
PunishManager v1.4.2
New features and bug fix
- Fix not online bug on kick command
- Fix null locale error
- New command replacements feature for renaming commands
- Add new placeholder values to punishments
- Fixed the bug where sometimes the duration of the punish would appear in the wrong language.
PunishManager v1.4.1
new Import punishments feature
- Close datasource on disable.
- Collect some commands under new admin command.
- New import command for importing punishments from other plugins.
- add ondisable methods to velocity
PunishManager v1.4.0
Big update
- Fixed bad mood and began work hard
- Add Velocity support
- Add new methods to MethodProvider
- Create generic command classes for all platforms instead of separate command classes for each platform.
- Update PlayerLocale.java
- Add method to StorageManager for get player with name.
- All punish commands can now be used with uuid instead of only name.
- Add operator_uuid variable to Punishment.java
- Use message language as default language when UUID is unknown.
- Everything in the plugin now works with UUID.
- Update protocolize version to 2.2.2
- Update acf version to 0.5.1-SNAPSHOT
- Optimize get country from ip method
- Fix NPE error on punish command
- Fix not online bug on kick command