Skip to content

KPManager 1.4

Pre-release
Pre-release

Choose a tag to compare

@Kame03 Kame03 released this 15 Jan 17:07
· 42 commits to master since this release

After refactoring this plugin I've forgotten to update the plugin.yml file to include new class names, so some previous releases won't work and I don't recommend using them, there shouldn't be the need to use older releases anyway when you can use the newest updated one which is better in all aspects. I apologize for that.

Added event.setJoinMessage(null); so that the original Minecraft's player has joined message is set to null, because we don't want that, we want to only have our own custom messages from this plugin.
Changes:

  • Line 44 JoinWelcomer.java Condition 'country != null' is always 'true' simplified to '!country.isEmpty()'.
  • Refactored the plugin so that it's inside in.rs.milivojevic.KPManager and changed all classes accordingly.
  • Added event.setJoinMessage(null); so that the original Minecraft's player has joined message is set to null, because we don't want that, we want to only have our own custom messages from this plugin.

Features:

  • Personalized welcome message for each player upon join.
  • Broadcast of player's country of origin to the entire server.

Dependencies

  • OkHttp for making HTTP requests
  • Jsoup for parsing XML responses