KPManager 1.4
Pre-release
Pre-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