JoinMessageChanger
JoinMessageChanger allows you to change the join and leave messages that are displayed when a player connects or disconnects from the server. You can change this messages in the configuration file.
Features
- change the join message
- change the leave message
- add a first join message
- color code support
- compatible with Java 6 and Java 7
Installation
- copy JoinMessageChanger.jar into your plugins folder
- restart your server to generate the config file
- change the config as needed (if you make any changes restart your server once more to make the changes take effect)
Commands
- No commands
Permissions
- No permissions
Configuration
- The messages sent can be altered in the configuration (located in the plugin data folder, as config.yml) file:
config: PlayerJoinMessage: '&a<player> joined the game.' PlayerQuitMessage: '&a<player> left the game.' FirstJoinMessage: '&a<player> is new on the server.' EnableFirstJoinMessage: true
- These can be changed at will. If you disable the first join message by writing
EnableFirstJoinMessage: false
- the join message will be sent instead the first join message.
- The following codes can be used in the configuration:
- All fomatting codes, for red use for example '&c<player> joined the game'. You can see all formatting codes here.
- <player> - this will be replaced with the name of the player who is joining or leaving the server
Known Bugs
- No known bugs.
Download
- Newest Version: 1.2
- Download: Click here
- Compatible with Bukkit 1.6.4
- Changelog v1.2:
- bugfix: if a player was kicked from the server the default leave message was sent
- removed commands /joinmessagechanger and /joinmessagechanger update
- If you have found bugs or if you have a feature request, you can write here.
Donate
If you like this plugin, you can support my work by donating. To donate just click on the following link: Donate


-
View User Profile
-
Send Message
Posted May 28, 2016Work with 1.9 ??
-
View User Profile
-
Send Message
Posted Nov 12, 2013Hi,
I knew, the plugin is called JoinMessageChanger, but I'm missing other messages. For example:
DeathMessages
ServerFull
WhiteList
What do you think about implentation?
Hallo,
ich weiß, daß das Plugin JoinMessageChanger heißt, aber mit fehlen ein paar Meldungen. Z.B..:
Todesnachrichten
ServerVoll
WhiteList
Was hältst du davon diese einzubauen?
-
View User Profile
-
Send Message
Posted Nov 8, 2013@MariusLange
Wenn bei mir User Joinen lagt es ca. für 10 Sekunden und dann hört es auf! Woran liegt das?
-
View User Profile
-
Send Message
Posted Jun 29, 2013Kannst du villeicht das noch so machen,das man die
WhiteListMessage ändern kann auch die Serverfull Message Server Close Nachricht
Das währe denn das perfekte Plugin
-
View User Profile
-
Send Message
Posted Feb 23, 2013I suggest adding custom join messages for certain groups. Also, maybe even death messages, jail messages, kick messages, ban messages, and tempban messages so it could be an all-in-one plugin. :)
-
View User Profile
-
Send Message
Posted Feb 19, 2013@MariusLange
Guut, danke :)
-
View User Profile
-
Send Message
Posted Feb 19, 2013@Coldazz
Ja, füge ich in der nächsten Version hinzu :)
-
View User Profile
-
Send Message
Posted Feb 19, 2013@MariusLange
Könntest du auch machen das man die nachricht einstellen kann die nur einem neuen spieler gezeigt wird?
-
View User Profile
-
Send Message
Posted Feb 19, 2013@jeremy657
The plugin now also runs under Java 6!
Das Plugin läuft nun auch unter Java 6!
-
View User Profile
-
Send Message
Posted Feb 17, 2013@jeremy657
Sorry, this plugin is only for Java 7 and you have Java 6. I strive to find a solution.
-
View User Profile
-
Send Message
Posted Feb 16, 2013it doesnt work error message is:
2013-02-16 14:21:23 [SEVERE] Could not load 'plugins/JoinMessageChanger_v1.0.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/mariuslange/startmessagechanger/main : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugins(CraftServer.java:239) at org.bukkit.craftbukkit.v1_4_R1.CraftServer.<init>(CraftServer.java:217) at net.minecraft.server.v1_4_R1.PlayerList.<init>(PlayerList.java:55) at net.minecraft.server.v1_4_R1.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_4_R1.DedicatedServer.init(DedicatedServer.java:104) at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:399) at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849) Caused by: java.lang.UnsupportedClassVersionError: me/mariuslange/startmessagechanger/main : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:247) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ... 9 more 2013-02-16 14:21:23 [SEVERE] Could not load 'plugins/OpTalk.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/github/hatixon/adminchat/Loader : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugins(CraftServer.java:239) at org.bukkit.craftbukkit.v1_4_R1.CraftServer.<init>(CraftServer.java:217) at net.minecraft.server.v1_4_R1.PlayerList.<init>(PlayerList.java:55) at net.minecraft.server.v1_4_R1.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_4_R1.DedicatedServer.init(DedicatedServer.java:104) at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:399) at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849) Caused by: java.lang.UnsupportedClassVersionError: com/github/hatixon/adminchat/Loader : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:247) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173)
-
View User Profile
-
Send Message
Posted Feb 16, 2013Color support would be nice,
-
View User Profile
-
Send Message
Posted Feb 15, 2013Cool, wann wird der erste download veröffentlicht? :)