Skip to content

Releases: mehmet-27/PunishManager

PunishManager v1.4.11

Choose a tag to compare

@mehmet-27 mehmet-27 released this 12 Jun 20:18
7151a9e

Fix IP length bug

PunishManager v1.4.10

Choose a tag to compare

@mehmet-27 mehmet-27 released this 06 Mar 19:10
48124cf

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

Choose a tag to compare

@mehmet-27 mehmet-27 released this 10 Dec 19:20
4368dce

What's Changed

Full Changelog: v1.5.6...v1.4.7

PunishManager v1.5.6

Choose a tag to compare

@mehmet-27 mehmet-27 released this 30 Nov 10:18

Fix a bug with menus in Bukkit.

PunishManager v1.4.5

Choose a tag to compare

@mehmet-27 mehmet-27 released this 28 Nov 22:18

Fix a critical error while loading commands.

PunishManager v1.4.4

Choose a tag to compare

@mehmet-27 mehmet-27 released this 15 Nov 18:34

if a message is left blank it will not be sent to the server.

PunishManager v1.4.3

Choose a tag to compare

@mehmet-27 mehmet-27 released this 15 Nov 18:30

Fixed a major bug that prevented commands from loading on the Bukkit platform.

PunishManager v1.4.2

Choose a tag to compare

@mehmet-27 mehmet-27 released this 02 Oct 13:35
e568a2e

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

Choose a tag to compare

@mehmet-27 mehmet-27 released this 18 Sep 00:14

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

Choose a tag to compare

@mehmet-27 mehmet-27 released this 14 Aug 23:00

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