Inactive [INFO] CountryLoginMessage v1.6.1 - Alternate login message [1.3.1-R2.0]

Discussion in 'Inactive/Unsupported Plugins' started by xPaw, Apr 7, 2011.

  1. Offline

    xPaw


    This plugin replaces original join message "aaa has joined the game" with customizable message including player's country.
     
    Sergovicy and Color42 like this.
  2. Offline

    thernztrom

    I get the normal minecraft join message and this custom join message when anyone joins my server.
    Could it be any plugin like Essentials that I use which prints out both? Cant see any other plugin I have that could have anything todo with joins except Essentials and OKB3. (Forum Board-Bridge)
     
  3. Offline

    Edeuh

    A support of real name (without prefix and suffix) is planned ?
    It's only for the leave message
     
  4. Hello!
    Do we know if this is compatible with 1185, or ay higher bukkit builds?
     
  5. Offline

    xPaw

    It should work just fine.
     
  6. Thanks, you may want to update that on the post though :)
     
  7. Offline

    ratty

    Whenever mcbans detects someone has an alt and tries to print its message when a user logs in, CountryLoginMessage is unable to send its message and this is on the console

    Code:
    11:58:22 [SEVERE] java.util.ConcurrentModificationException
    11:58:22 [SEVERE]       at java.util.WeakHashMap$HashIterator.nextEntry(WeakHashMap.java:784)
    11:58:22 [SEVERE]       at java.util.WeakHashMap$KeyIterator.next(WeakHashMap.java:817)
    11:58:22 [SEVERE]       at com.google.common.collect.ImmutableSet.create(ImmutableSet.java:289)
    11:58:22 [SEVERE]       at com.google.common.collect.ImmutableSet.copyOfInternal(ImmutableSet.java:239)
    11:58:22 [SEVERE]       at com.google.common.collect.ImmutableSet.copyOf(ImmutableSet.java:213)
    11:58:22 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.getPermissionSubscriptions(SimplePluginManager.java:502)
    11:58:22 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:765)
    11:58:22 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:241)
    11:58:22 [SEVERE]       at ru.xPaw.CLM_PlayerListener$LookupTask.run(CLM_PlayerListener.java:58)
    11:58:22 [SEVERE]       at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    11:58:22 [SEVERE]       at java.lang.Thread.run(Thread.java:636)
    
     
  8. Offline

    xPaw

    @ratty You are not running latest version.
     
  9. Offline

    ratty

    I looked into that, but I am using the newest mcbans (3.1 stable), CountryNoLogin (1.3), and I'm using the RB of bukkit (1185).
    What is out of date? And thanks for the help, I'm glad its a known problem that was fixed. Do I need an unreleased developer build of something?
     
  10. Offline

    xPaw

    Damn magic, i forgot to push new .jar version. I don't have git installed right now, so i can't push new version...

    EDIT: Could you try this version, and see how it goes? http://www.onedayfiles.com/H0OypR/
     
  11. Offline

    ratty

    Code:
    11:21:19 [SEVERE] Could not load 'plugins/CountryLoginMessage.jar' in folder 'plugins':
    java.lang.UnsupportedClassVersionError: ru/xPaw/CountryLoginMessage : Unsupported major.minor version 51.0
    I did some troubleshooting, from what I read, that is caused by using Java 7 to compile it.

    I used jad to decompile that test build you made, then I recompiled it so it works in Java 6, and it is working great now!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
  12. Offline

    xPaw

    You could have just compiled directly from source located at Github, but thanks for report. I will try to get new version out later.
     
  13. Offline

    ratty

    Oh whoops, I didn't even think to try that since the last check in was August 27, and the fact you said you didn't have git installed where you were.
     
  14. Offline

    xPaw

    Well, i had fresh sourcecode commited, but not compiled .jar :(
     
  15. Offline

    ZacTheDead

    Just what i've need (the last one lagged my server) going to edit in some errors (if any)
     
  16. Offline

    jaboy

    When im useing this .... the chat is gone (you cant see players typing)
    but there chat is still visible in the console ... and theres no errors
     
  17. Offline

    Pixiio

    Very nice plugin, thank you!
     
  18. Offline

    ibreaktoucher

    i even dont get a folder :(
     
  19. Offline

    xPaw

    Version 1.5 released
     
  20. Offline

    spydercanopus

    it doesn't know where i am :(
     
  21. Offline

    sirms

    Is it possible to remove the messages all together?
     
  22. Offline

    Buckethead

    i get this n start up

    Code:
    15:44:12 [SEVERE] Error occurred while enabling CountryLoginMessage v1.5.1 (Is it up to date?): Expecting non-static method com.randomappdev.pluginstats.Ping.init(Lorg
    /bukkit/plugin/Plugin;)V
    java.lang.IncompatibleClassChangeError: Expecting non-static method com.randomappdev.pluginstats.Ping.init(Lorg/bukkit/plugin/Plugin;)V
            at ru.xPaw.CountryLoginMessage.Main.onEnable(Main.java:47)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:230)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:970)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:187)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:170)
            at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:355)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:342)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:174)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    also i run 1.1

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
  23. Offline

    Buckethead

    i installed but it dont work. i have new 1846 and all i see in console is this

    00:33:30 [INFO] [CountryLoginMessage] Loading CountryLoginMessage v1.5.2.

    it never says enabled. just loading
     
  24. Offline

    xPaw

    Did you even test it? If there is no error, it should be working
     
  25. Offline

    Buckethead

    ok i got it working. the problem was i was also using DCreason. it has its own login message which i guess overrides.
    i want to use it to though with out its login message. anyone else have this problem and a fix?
     
  26. Offline

    Northface

    When I enter my server there is no message :/
     
  27. Offline

    xPaw

    Updated to 1.2.4
     
  28. Offline

    Buckethead

    does it still need geoiptools cuz it wont matter if this is updated cuz it is not

    nvm devlpoer not doing his job some guy made a custom version ty for at least updating ur plugin :). the little things that count

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
  29. Offline

    xPaw

    Updated to 1.2.5
     
  30. Offline

    Peter See

    Hey, it doesn't work :( When i join my server, it only says "(Player) has joined the server" Please help.
     
  31. Offline

    XxDawnsusxX

    same here
     

Share This Page