Inactive [CHAT/INFO] CustomJoinMessage v1.5 - Customize join/leave messages! [1.3.1-R2.0]

Discussion in 'Inactive/Unsupported Plugins' started by Unlucky4ever, Jul 19, 2012.

  1. Offline

    Unlucky4ever

    CustomJoinMessage - Customize join/leave messages!
    Version: v1.5

    BukkitDev | Download CustomJoinMessage | Source Code

    Ever wanted to customize the messages when a specific user joins or leaves the game? With CustomJoinMessage, now you can!

    You can have it say when the owner of the server has come online, and more! It's all configurable and is completely user-based.

    Features:
    • Custom Join Message for a specific user
    • Custom Leave Message for a specific user
    • Custom Kick Message for a specific user
    • Color codes
    • Reload Configuration Commands
    • Permission support (for the commands)
    • Default join/leave/kick messages
    • Default messages for specific groups (Requires Vault)

    Changelog:
    Version 1.5
    • Compiled with Java JDK 1.6 instead of 1.7
    Version 1.4
    • Added group support
    • Added Vault (only requires if you use group support)
    Version 1.3
    • Fixed configuration wiping itself on reload
    • Added Metrics
    Version 1.2
    • Small bugfixes
    • Added configurable default messages
    • Added the ability to turn default messages on or off
    Version 1.1
    • Added permissions
    Version 1.0.2
    • Fixed some minor bugs with the commands
    • Made /cjm reload command op only
    Version 1.0.1
    • Added a reload command
    • Added a command to show the current version
    Version 1.0
    • Initial Release
     
  2. Offline

    md_5

    Approved.
     
  3. Offline

    Utiliteez

    Works great! Thanks!
     
  4. Offline

    Unlucky4ever

    No problem, thanks for downloading!
     
  5. Offline

    Eyelander

    Im having problems, when i put the plugin in servers plugins folder i load plugin but it says its not in the server, i restarted and everything...
     
  6. Offline

    Unlucky4ever

    What other plugins are you using?
     
  7. Offline

    Eyelander

    02:34:51 [INFO] Plugins (3): LockProtection, AntiCreeper3, dynmap
    I also notice it does the same thing for 90% of the plugins i download never load restart / reload, nothing, did i set up bukkit wrong? Or am i missing something...
     
  8. Offline

    McLuke500

    Looks like a good simple plugin
    Add a example of the config with quotes to show how to use it for easy of access and to see how it works.
     
  9. Offline

    Unlucky4ever

    Could be something on your end if most others do it too

    All that is on the BukkitDev page
     
  10. Offline

    Gdk224

    How do you add messages for multiple players? Like how is it set up?
     
  11. Offline

    Unlucky4ever

    See the Configuration page on BukkitDev to learn how to configure it please.
     
  12. Offline

    Gdk224

    i checked it but i dont believe anywhere on there it shows how to put multiple people into it...not that i can see
     
  13. Offline

    Unlucky4ever

    Code:yaml
    1.  
    2. # Use %u to use the user's username
    3. use-default: true
    4. default:
    5. join-message: '%u joined the game.'
    6. leave-message: '%u left the game.'
    7. kick-message: '%u left the game.'
    8. users:
    9. unlucky4ever:
    10. join-message: '&3%u the awesome joined the game.'
    11. leave-message: '&3%u the awesome left the game.'
    12. kick-message: '&3%u the awesome was kicked.'
    13. unlucky4ever:
    14. join-message: '&3%u the awesome joined the game.'
    15. leave-message: '&3%u the awesome left the game.'
    16. kick-message: '&3%u the awesome was kicked.'
    17.  
     
  14. Offline

    Gdk224

    yes i see that but i still do not understand where you put the other usernames and stuff...im sorry but i just don't understand...

    edit: so do you have to put all 3 messages in and you can't only put the join message and then go straight to the next person?
     
  15. Offline

    Unlucky4ever

    In the config.yml that gets generated...

    EDIT: You can add just one of the messages if you want
     
  16. Offline

    Gdk224

    yes sorry i know about editing and stuff i was just not sure how to set it up with more than one person because everytime i tried it took my stuff away and put back in what you had as the example
     
  17. Offline

    Unlucky4ever

  18. Offline

    Gdk224

    thank you i will try that out :)

    I for some reason still can't get two people to work....I can get one player but when I try to add another it just deletes everything I put in and puts back what you have as the example..not sure why...how do I seperate the second one from the first? do I need to put users: again? because I have just been putting it right after the kick-message: '%u blah blah has been kicked' RIGHT HERE: join-message: '%u blah blah'.........RIGHT HERE=Next user's username

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

    Unlucky4ever

    Have you tried deleting the plugin, and the config.yml

    Re-Download the exact one I downloaded, and have it re-create the config.yml?

    EDIT: Download the newest released v1.3, and see if that fixes the problem
     
  20. Offline

    CanKnow

    it doesnt make the folder
    how can i fix it?it look very cool and funny
     
  21. Offline

    Hawkeyezd

    Nice plugin, will try it out tomorrow.
     
  22. Offline

    speedgamer1

    First 1.3 download :3
     
  23. Offline

    Unlucky4ever

    Uploaded version 1.4 :)

    Now has group support! Change the messages for everyone in the group :)

    Requires Vault to use group support (by default it's off)
    To use group support edit the value "use-groups" in the config to true.
     
  24. Offline

    Babadegl

    unfortunately it isnt working for me :(

     
  25. Offline

    Unlucky4ever

    Babadegl

    That means you are running an out of date Java, download and install Java 7 and it should work.
     
  26. Offline

    CraftMastaaaa

    Hi, i'm trying to use this on 1.3.1 but it throws a bunch of errors. Says error occurred while enabling it (is it up to date?) but it also says 'tryied to register com.unlucky4ever.customjoin.playerlistener@1d8185d while not enabled. Could you help please? Dunno whether it's just an update I need or i'm missing something? :L
     
  27. Offline

    Unlucky4ever

    CraftMastaaaa

    What CB Build are you using?
    What plugins are you using?
    Have you tried on a clean install?

    Paste the entire error from the console please.
     
  28. Offline

    CraftMastaaaa

    03:30:19 [INFO] [CustomJoinMessage] Enabling CustomJoinMessage v1.4
    03:30:19 [INFO] [CustomJoinMessage] Permission plugin not found... shutting down
    !
    03:30:19 [INFO] [CustomJoinMessage] Disabling CustomJoinMessage v1.4
    03:30:19 [SEVERE] Error occurred while enabling CustomJoinMessage v1.4 (Is it up
    to date?)
    org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register com
    .unlucky4ever.customjoin.PlayerListener@2e5e71ed while not enabled
    at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginMana
    ger.java:504)
    at com.unlucky4ever.customjoin.CustomJoinMessage.onEnable(CustomJoinMess
    age.java:61)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:365)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247
    )
    at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225)
    at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:380)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)

    That's the error that comes up, I am running the latest RB (1.3.1 R1.0) I have about 35 plugins and I have tried running the server with just this

    EDIT: I tried running the server with just this plugin and still threw the same error
     
  29. Offline

    Unlucky4ever

    That means you are either not using Vault (Which is required if you enabled group support, which you did) or you do not have a permission plugin
     
  30. Offline

    CraftMastaaaa

    I use PermissionsEX, is that compatible? And in which case do I just disable group support?
     

Share This Page