You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've gotten rid of build.yml as I decided that its better for me to manually test each release and upload a compiled jar, which of course if not trusted you can compile yourself using the source code.
- Added config.yml, this plugin will now make a folder with the config.yml file where you can edit all the welcome messages.
privatefinalStringmessagePlayer = ChatColor.AQUA + "Welcome " + ChatColor.GREEN + "{playerName}" + ChatColor.AQUA + " to my server! " + ChatColor.GREEN + "Enjoy your stay!";
24
-
privatefinalStringmessageEveryone = ChatColor.AQUA + "{playerName} joined from " + ChatColor.GREEN + "{country}.";
25
-
privatefinalStringmessageError = ChatColor.RED + "Welcome, " + ChatColor.YELLOW + "{playerName}, " + ChatColor.RED + "to the server! It seems you may have joined from localhost or there was an error with the API ip-api.com. Please check your internet connection and firewall settings.";
messagePlayer: '&aWelcome &b{playerName} &ato my server! &bEnjoy your stay!'
2
+
messageEveryone: '&a{playerName} joined from &b{country}.'
3
+
messageError: '&cWelcome, &6{playerName}, &cto the server! It seems you may have joined from localhost or there was an error with the API ip-api.com. Please check your internet connection and firewall settings.'
0 commit comments