1.7.14 - User Request: Add separate actions for first joins
Added a new config option (first-join-actions) that lets you define different actions for when this is the first time a player joins your server. (E.g. for only kicking them once and not each time they don't accept the pack) The syntax is the same as the actions section and the first-join-actions section will completely override the normal actions section if defined and it is the first time a player joins. When using the plugin on BungeeCord you will have to enable the store-joins setting in the config for first join actions to work. This stores all players that have joined your server and is necessary due to the fact that BungeeCord itself does not store this information. (Bukkit does that automatically)