Inactive [No support][MISC] WelcomeMessage v1.5.3 - Welcome your Player [935]

Discussion in 'Inactive/Unsupported Plugins' started by Cr3dos, May 16, 2011.

  1. Offline

    Cr3dos

    Name: WelcomeMessage
    V: 1.5.3
    Bukkit: 935

    Welcome your Players with a custom message

    Feature
    • Message from a txt-file or config.yml
    • Key words
    • on/off switch by command for Ops /welcome
    • Group support
    Keys
    • {player} -> the player name
    • {players} -> players on the server seperated with ,
    • {aChatColor} -> Color the text
    • {nl} -> new Line (not supported in the File use enter)
    • {maxPlayerCount} -> max Slots
    • {playerCount} -> how many players are online
    Permission
    /wmset WelcomeMessage.setMessage
    /welcome WelcomeMessage.toggleWelcome
    /wmreload WelcomeMessage.reload

    Future
    • ideas?
    Download
    Jar
    Source

    Changelog
    1.0
    • Release
    1.1
    • Permission for /welcome
    1.2
    • Group supprt :-D
    1.2.1
    • {nl} {players}
    1.3
    • /wmset <groupname> <the new Message>
    1.3.1
    • Bug-fixing
    1.4 (Thanks to cbarber on github)
    • Bug-fixing
    • new key words
    1.5.1
    • Bug fixing
    • reload command
    1.5.2 - 3
    • Bug fixing
     
    Nerdvana and Litt like this.
  2. Offline

    Dr0iDzz

    Great this is really easy to use thanks. Great work. here you go [cake]
     
  3. Offline

    MeinerHosen

    Get the permissions support to working and you have all of my *love.



    *My love does not actually constitute a tangible, distributable thing, but more so an an expression of appreciation for your hard work.
     
    Mcmaxx likes this.
  4. Offline

    lilalulelo

    Is it possible to have a list of the supported color keywords ?
     
  5. Offline

    Cr3dos

    AQUA;BLACK;BLUE;DARK_AQUA;DARK_BLUE;DARK_GRAY;DARK_GREEN;DARK_PURPLE;
    DARK_RED;GOLD;GRAY;GREEN;LIGHT_PURPLE;RED; YELLOW;WHITE;

    Thank you for the cake.

    I add Permission for the /welcome command (WelcomeMessage.toggleWelcome)
    I will try to make a welcome message for every group
     
  6. Offline

    lilalulelo

    Thanks for the list !

    A great feature would be to add the possibility to display the online players on connection.

    I like your plugin !
     
  7. Offline

    Cr3dos

    Group support is available, please delete the WelcomeMessage-Folder.
    The config.yml changed.

    The plugin will generate a Default config
     
  8. Offline

    GameFreakDude

    Perfect replacement for me since WelcomeMe became inactive. Only thing it's missing is a command to show the welcome message again; perhaps /welcome message ?
     
  9. Offline

    Lil_Lyon

    I was told by my server to tell you that "onPlayerJoin has been replaced with a new signature, (PlayerJoinEvent)"
     
  10. Offline

    Ratchet

    is this an MOTD thing or does it only show the message to *new* players that join the server, once?
     
  11. Offline

    Cr3dos

    Every time the player join he get the message
    I will add commands for showing the message
    @Li_Lyon I use this signature
     
  12. Offline

    lammz

    hey sorry could u just show me what to type in to make it say "welcome admin [player]" in the colour yellow?
     
  13. Offline

    Cr3dos

    {yellow}Welcome Admin [{player}]
     
  14. Offline

    lilalulelo

    I've got this error with the last version.

    Code:
    [SEVERE] Could not pass event PLAYER_JOIN to WelcomeMessage
    java.lang.NullPointerException
        at me.cr3dossoft.WelcomeMessage.Listener.WMPlayerListener.replacePlayer(WMPlayerListener.java:47)
        at me.cr3dossoft.WelcomeMessage.Listener.WMPlayerListener.onPlayerJoin(WMPlayerListener.java:30)
        at org.bukkit.event.player.PlayerListener.onPlayerJoin(PlayerListener.java:20)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:232)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:289)
        at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:94)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:95)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Here is my config file.

    Code:
    message:
        Immigrant:{yellow}Bienvenue{red}{player}{yellow} ! {nl} Pensez a passer regulierement sur le forum ({aqua}ezar.forumsactifs.com{yellow}){nl} et rejoignez nous sur {aqua}Mumble{yellow} !{nl} Joueurs connectes :{aqua}{players}
        Resident:{yellow}Bienvenue{red}{player}{yellow} ! {nl} Pensez a passer regulierement sur le forum ({aqua}ezar.forumsactifs.com{yellow}){nl} et rejoignez nous sur {aqua}Mumble{yellow} !{nl} Joueurs connectes :{aqua}{players}
        Bourgeois:{yellow}Bienvenue{red}{player}{yellow} ! {nl} Pensez a passer regulierement sur le forum ({aqua}ezar.forumsactifs.com{yellow}){nl} et rejoignez nous sur {aqua}Mumble{yellow} !{nl} Joueurs connectes :{aqua}{players}
        Notable:{yellow}Bienvenue noble{red}{player}{yellow} ! {nl} Vous connaissez deja le forum ({aqua}ezar.forumsactifs.com{yellow}){nl} et {aqua}Mumble{yellow} !{nl} Joueurs connectes :{aqua}{players}
        Dignitaire:{yellow}Bienvenue O grand{red}{player}{yellow} ! {nl} Vous connaissez deja le forum ({aqua}ezar.forumsactifs.com{yellow}){nl} et {aqua}Mumble{yellow} !{nl} Joueurs connectes :{aqua}{players}
        Conseiller:{gold}Saluations conseiller{red}{player}{gold} ! N'abusez pas de vos pouvoirs, et restez a l ecoute du peuple !{nl} Joueurs connectes :{aqua}{players}
        Admins:{gold}Bonjour, grand membre de l'Assemblee {LIGHT_PURPLE}{player}{gold}, les peons a votre service connectes sont :{aqua}{players}
    welcome: 'true'
    
     
  15. Offline

    Cr3dos

    lilalulelo can you update the plugin and check if there is still this error
     
  16. Offline

    lilalulelo

    Still having the same error.
     
  17. Offline

    Lil_Lyon

    If you do not use the colour as the first character in the string it seems to work fine. I ran into the same problem.
    I get this error. (Note that this is on a restart)
    Code:
    2011-05-19 22:47:00 [SEVERE] Could not load 'plugins\WelcomeMessage.jar' in folder 'plugins':
    while parsing a block mapping
     in "<reader>", line 2, column 5:
            Scrub: Welcome to lil' Lyons Min ...
            ^
    expected <block end>, but found Scalar
     in "<reader>", line 3, column 18:
            Admins: {RED}Welcome home Chris. {nl}Players  ...
                         ^
    
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
        at org.bukkit.util.config.Configuration.load(Configuration.java:73)
        at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:158)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:166)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:191)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:115)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    I use the following config and colours work but just not if placed before the first character.
    Code:
    message:
        Scrub: Welcome to lil' Lyons Minecraft server. {nl}{RED}If you are reading this then you cannot place blocks!
        Admins: {RED}Welcome home Chris. {nl}Players online:{players}.
        User: Welcome to {YELLOW}lil' Lyons {WHITE}Minecraft server {player}.{nl}{nl}Use {BLUE}"/giveme" {WHITE}instead of {RED}"/give" {WHITE}for example {BLUE}"/giveme 4 64" {nl}also you can now spawn coloured wool and other blocks with {nl}"damage values" by typing the block number the number them {nl}you want and then the damage value {BLUE}"/giveme 351 64 6", {nl}{GREEN}You can no longer change the time or Teleport{nl}{WHITE}and remember {RED}Big Brother is always watching...
    welcome: 'true'
    I'm using Bukkit 766 and WelcomMessage 1.3
     
  18. Offline

    Suffen

    I'm getting this:

    Code:
    [SEVERE] Nag author: 'cr3dos' of 'WelcomeMessage' about the following: onPlayerJoin has been replaced with a new signature, (PlayerJoinEvent)
    :( *NAG NAG* -- good job btw ^_^
     
  19. Offline

    Cr3dos

    Li_Lyon sorry i misunderstood(new signature) I will check this and the other error

    Edit: FYI: I uploaded the update yesterday
     
  20. Offline

    Cr3dos

    Have you tried to surround the message with ' like true?
     
  21. Offline

    Suffen

    That's what I did with mine and solved that issue ;]
     
  22. Offline

    ThePilotGuy

    I have an idea. What if different permissions user groups could have their own message? And maybe when A user joins for the 1st time, they will get a different message?

    I would definitely use this plugin if that were to be added, since another plugin I use comes with the same functionality as this one.
     
  23. Offline

    Cr3dos

    There is a permission Group support. If the user join the 1st time he is in all probability in the default group
     
  24. Offline

    fishbowlpete

    I am getting the following error with Bukkit 803:
    Code:
    17:08:14 [SEVERE] Could not pass event PLAYER_JOIN to WelcomeMessage
    java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
            at me.cr3dossoft.WelcomeMessage.Listener.WMPlayerListener.onPlayerJoin(W
    MPlayerListener.java:24)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:243)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:310)
            at net.minecraft.server.ServerConfigurationManager.a(ServerConfiguration
    Manager.java:94)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  25. Offline

    Cr3dos

    Update is out
     
  26. Offline

    Leemur

    It will be nice to set 2 message: 1 for welcoming players, 2 for player command (such like "/players" or "/welcome" or better add a variable in config file to change this command as we want.)
    if the first character in welcome message is "{" it will be error.
    And add please a space after comma in {players} to see players online like: Player1, Player2, Player3...
    Thank you.
     
  27. Offline

    Cr3dos

    Sorry for the late answer

    I add the space after the comma
    Is in your config file the message in ' like '{yellow} {player}'
    What do you mean with the command? If I understand you could use the Announce Plugin from Cronikk
     
  28. Offline

    toasten

    Is there any way to reload the message without having to restart the server?
     
  29. Offline

    Cr3dos

    you can use the bukkit /reloadall command.
    I can make a command if you want
     
  30. Offline

    Lil_Lyon

    Code:
    2011-06-01 21:32:10 [INFO] Connection reset
    2011-06-01 21:32:10 [SEVERE]     at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2011-06-01 21:32:10 [SEVERE]     at java.net.SocketOutputStream.write(Unknown Source)
    2011-06-01 21:32:10 [SEVERE]     at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2011-06-01 21:32:10 [SEVERE]     at java.io.BufferedOutputStream.flush(Unknown Source)
    2011-06-01 21:32:10 [SEVERE]     at java.io.DataOutputStream.flush(Unknown Source)
    2011-06-01 21:32:10 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:116)
    2011-06-01 21:32:11 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-06-01 21:32:12 [INFO] shades2553 [/142.68.48.109:60966] logged in with entity id 1684 at (-243.0, 44.03584062504456, -229.5)
    2011-06-01 21:32:12 [SEVERE] java.lang.Exception: Error creating user shades2553 in world alex1_nether due to storage problems!
    2011-06-01 21:32:12 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetUser(ModularControl.java:489)
    2011-06-01 21:32:12 [SEVERE]     at com.nijiko.permissions.ModularControl.getUsr(ModularControl.java:569)
    2011-06-01 21:32:12 [SEVERE]     at com.nijiko.permissions.ModularControl.getPrimaryGroup(ModularControl.java:388)
    2011-06-01 21:32:12 [SEVERE]     at com.nijiko.permissions.ModularControl.getGroup(ModularControl.java:879)
    2011-06-01 21:32:12 [SEVERE]     at me.cr3dossoft.WelcomeMessage.Listener.WMPlayerListener.onPlayerJoin(WMPlayerListener.java:42)
    2011-06-01 21:32:12 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
    2011-06-01 21:32:12 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-06-01 21:32:12 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    2011-06-01 21:32:12 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:123)
    2011-06-01 21:32:12 [SEVERE]     at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
    2011-06-01 21:32:12 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    2011-06-01 21:32:12 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-06-01 21:32:12 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    2011-06-01 21:32:12 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    2011-06-01 21:32:12 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-01 21:32:12 [SEVERE] Caused by: java.io.IOException: Unable to create directory structure for world 'alex1_nether'.
    2011-06-01 21:32:12 [SEVERE]     at com.nijiko.data.StorageFactory.getUserStorage(StorageFactory.java:79)
    2011-06-01 21:32:12 [SEVERE]     at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:89)
    2011-06-01 21:32:12 [SEVERE]     at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:81)
    2011-06-01 21:32:12 [SEVERE]     at com.nijiko.permissions.ModularControl.safeGetUser(ModularControl.java:487)
    2011-06-01 21:32:12 [SEVERE]     ... 14 more
    2011-06-01 21:32:12 [SEVERE] Could not pass event PLAYER_JOIN to WelcomeMessage
    java.lang.NullPointerException
        at me.cr3dossoft.WelcomeMessage.Listener.WMPlayerListener.replacePlayer(WMPlayerListener.java:83)
        at me.cr3dossoft.WelcomeMessage.Listener.WMPlayerListener.sendAMessage(WMPlayerListener.java:61)
        at me.cr3dossoft.WelcomeMessage.Listener.WMPlayerListener.onPlayerJoin(WMPlayerListener.java:47)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:123)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-01 21:32:12 [INFO] Creating user shades2553
    2011-06-01 21:35:16 [INFO] Lil_lyon: Set time to 0
    2011-06-01 21:37:44 [INFO] Lil_lyon: Set time to 0
    2011-06-01 21:38:05 [INFO] Lil_lyon: Set time to 10000
    2011-06-01 21:38:18 [INFO] shades2553 lost connection: disconnect.quitting
    2011-06-01 21:38:18 [INFO] Connection reset
    2011-06-01 21:38:21 [INFO] shades2553 [/142.68.48.109:61025] logged in with entity id 2246 at (-240.69999998807907, 44.0, -225.39069185004962)
    2011-06-01 21:38:21 [SEVERE] Could not pass event PLAYER_JOIN to WelcomeMessage
    java.lang.NullPointerException
        at me.cr3dossoft.WelcomeMessage.Listener.WMPlayerListener.replacePlayer(WMPlayerListener.java:83)
        at me.cr3dossoft.WelcomeMessage.Listener.WMPlayerListener.sendAMessage(WMPlayerListener.java:61)
        at me.cr3dossoft.WelcomeMessage.Listener.WMPlayerListener.onPlayerJoin(WMPlayerListener.java:47)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:123)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-01 21:38:38 [INFO] shades2553 lost connection: disconnect.quitting
    2011-06-01 21:38:38 [INFO] Connection reset
    2011-06-01 21:38:38 [INFO] Lil_lyon: Set time to 5000
    2011-06-01 21:38:40 [INFO] shades2553 [/142.68.48.109:61029] logged in with entity id 2345 at (-1926.726301029743, 38.0, -1772.2193838821927)
    2011-06-01 21:38:54 [INFO] Set time to 500
    2011-06-01 21:39:18 [INFO] Lil_lyon: Set time to 5000
    2011-06-01 21:39:26 [INFO] Lil_lyon: Set time to 10000
    2011-06-01 21:39:39 [INFO] Lil_lyon: Set time to 12000
    2011-06-01 21:39:51 [INFO] Lil_lyon: Set time to 15000
    2011-06-01 21:42:16 [INFO] Creating user Lil_lyon
    2011-06-01 21:42:57 [INFO] Lil_lyon: Teleporting lil_lyon to shades2553.
    2011-06-01 21:43:06 [INFO] Connection reset
    2011-06-01 21:43:06 [INFO] Lil_lyon lost connection: disconnect.quitting
    2011-06-01 21:43:08 [INFO] Lil_lyon [/127.0.0.1:60513] logged in with entity id 2639 at (-247.8072605708015, 40.99340644418286, -224.57884292577347)
    2011-06-01 21:43:08 [SEVERE] Could not pass event PLAYER_JOIN to WelcomeMessage
    java.lang.NullPointerException
        at me.cr3dossoft.WelcomeMessage.Listener.WMPlayerListener.replacePlayer(WMPlayerListener.java:83)
        at me.cr3dossoft.WelcomeMessage.Listener.WMPlayerListener.sendAMessage(WMPlayerListener.java:61)
        at me.cr3dossoft.WelcomeMessage.Listener.WMPlayerListener.onPlayerJoin(WMPlayerListener.java:47)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:123)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    This is a sequence of events that happened when someone logged in and was in the neather.

    Running Welcome Message 1.5, Bukkit 818, Permissions 3.1

    Code:
    2011-06-01 21:56:03 [SEVERE] Could not pass event PLAYER_JOIN to WelcomeMessage
    java.lang.NullPointerException
        at me.cr3dossoft.WelcomeMessage.Listener.WMPlayerListener.replacePlayer(WMPlayerListener.java:83)
        at me.cr3dossoft.WelcomeMessage.Listener.WMPlayerListener.sendAMessage(WMPlayerListener.java:61)
        at me.cr3dossoft.WelcomeMessage.Listener.WMPlayerListener.onPlayerJoin(WMPlayerListener.java:47)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:243)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:123)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    This seems to be the real problem.
     

Share This Page