Inactive [ADMN/CHAT/INFO] Announcements v0.6 - Custom messages on Join, Left, Kick, Ban and much more! [1597]

Discussion in 'Inactive/Unsupported Plugins' started by Lucke1234, Aug 21, 2011.

     
  1. Offline

    Lucke1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Announcements - Custom Messages On Join, Left, Kick, Ban, Pardon and more:

    Version: 0.6

    Moved to BukkitDev!

    This post has been edited 20 times. It was last edited by Lucke1234 Jan 21, 2012.
    Averus and lucoatom like this.
  2.  
  3. Offline

    Medessec

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I'd like to see that the custom kick/ban messages also include the reason, although this might require some integration with Essentials?
  4. Offline

    Lucke1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    No

    This post has been edited 1 time. It was last edited by Lucke1234 Jan 12, 2012.
  5. Offline

    Lucke1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It will be in version 0.5
    I thought that was included in orginal server, but no.
    So it won't be in v. 0.5 :(

    This post has been edited 2 times. It was last edited by Lucke1234 Jan 12, 2012.
  6. Offline

    jespertheend

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    maybe you should change 0.3 to 0.4 in the title
  7. Offline

    Medessec

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    schweet.
  8. Offline

    JC6139

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Is there a way you can modify it for different logins using the GroupManager? Example, say I have an Admin, I'm the Owner and so forth. Is there a way to make custom login messages for each Admin, Owner, Mod and so on and so forth?
  9. Offline

    Lucke1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Woops, thanks!
  10. Offline

    Lucke1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    No, it is not possible to do that yet.
  11. Offline

    Medessec

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Also-if you could incorporate a way to allow the original set colors for ranks to show in the login, logout custom messages... that'd be friggin awesome
  12. Offline

    Lucke1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    and very complicated to create, maybe in the future ;)
  13. Offline

    TheGrimBear

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Well done not a major plugin but very very useful thanks
    Lucke1234 likes this.
  14. Offline

    Lucke1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Update v0.5 will probably be after Bukkit is updated for Minecraft 1.0.0. Please report all bugs you find.

    This post has been edited 1 time. It was last edited by Lucke1234 Nov 19, 2011.
  15. Offline

    14stephen14

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I am an op and when i log in i get both messages. "welcome admin.....ect" and "an admin has logged in". what is going wrong here? any ideas?
  16. Offline

    Lucke1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Please wait to the plugin is updated.
    I think that issue will be fixed.

    Thanks for using my plugin.
  17. Offline

    14stephen14

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thanks
  18. Offline

    The Zombie Blarger

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i think it should be possible.. (forgive any mistakes i make, im new to java) If you have the configuration file set up to have groups listed (this is very rudimentary, since i dont know if its possible to check if a user is part of a group) for instance, (in the config)
    groups:
    admin:
    leave:
    join:
    op:
    leave:
    join:
    player:
    leave:
    join:

    Etc. Get the list of keys for groups, set it to an array, and whenever the player join/leave listener triggers, have it check:
    for(int i=0;i<keyArray.length;i++){
    if(player.hasPermission("groups."+keyArray){
    //send a message to all players getConfiguration().getString("groups.admin.join/leave") etc
    break;
    }
    }
    Or something like that. However, there probably WOULD be issue with permission inheritence... but im positive theres a way around it!
  19. Offline

    Lucke1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I'm also new to Java and this is my first plugin, but maybe in the future I will try out GroupManager and learn how to handle it with my plugin.

    This post has been edited 1 time. It was last edited by Lucke1234 Jan 12, 2012.
  20. Offline

    Jobsti

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Heyho, an update would be very nice!

    Request:
    Permission.Nodes. so we could set custom messages for some Groups.
    Why? Our users could directly see on Userjoin, if it's a guest or a member, admin, mod etc.

    Info:
    I'm using your plugin since v 0.1, Iove it, thanks for it!

    This post has been edited 2 times. It was last edited by Jobsti Dec 2, 2011.
    Lucke1234 likes this.
  21. Offline

    Lucke1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Update 0.5 includes
    • Bugfixes
    • Left messages for OPs
    • ReasonĀ“s for kick
    • and more
    The update will be released with next recommended build for Bukkit.
    Permissions compatibility will probably come soon. :)

    This post has been edited 2 times. It was last edited by Lucke1234 Jan 12, 2012.
  22. Offline

    jmbftw

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Will this plugin be affected by message changer lite?
  23. Offline

    Lucke1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yes, the plugins almost do the same thing.
  24. Offline

    jmbftw

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ok thanks
  25. Offline

    Lucke1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    But you can try if the server stop message work.
    I think my plugin's messages overrides his plugin“s messages, so please try the next version of my plugin when I release it. ;)

    This post has been edited 1 time. It was last edited by Lucke1234 Jan 12, 2012.
  26. Offline

    Don Redhorse

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    could well be.. I'm just wondering why you would need both?
  27. Offline

    Lucke1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    My plugin dosen't change the server stop message (yet ;)).

    This post has been edited 1 time. It was last edited by Lucke1234 Jan 12, 2012.
  28. Offline

    Don Redhorse

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ah... well copy the code from "my" plugin.. frozenbrain figured out how to do it.. it is not nice but it works..
    Lucke1234 likes this.
  29. Offline

    Lucke1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @Don Redhorse
    But on the other side, I have done everything myself yet :cool:.

    This post has been edited 3 times. It was last edited by Lucke1234 Jan 12, 2012.
  30. Offline

    Don Redhorse

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    no probs... that is what oss is about... giving credit and reusing code... and if not reusing at least using other code to get the idea on how to solve a problem and make the code better..
  31. Offline

    Lucke1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ok, thanks!
  32. Offline

    kevingb83

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Can you mix permission for grades please

Share This Page