chaseoes / FirstJoinPlus

Customize all aspects of new players joining for the first time.
http://dev.bukkit.org/bukkit-plugins/firstjoinplus/
11 stars 16 forks source link

Not broadcasting when new player joins! #50

Open Koogle1000 opened 7 years ago

Koogle1000 commented 7 years ago

For some reason when a new player joins my server it does broadcast the "Weclome Player to server" message thing to the other players only to the new player. The issue is it does not broadcast when a new player joins for the first time to the server.

My Config: http://hastebin.com/arobujebug.erl

chaseoes commented 7 years ago

Can you explain some more? What happens when a new player joins? Do any of the other settings work?

Koogle1000 commented 7 years ago

When a new player joins it sends the message to them of this: send-messages: enabled: true messages:

And it gives them the kit (If i had it enabled) but it does not broadcast the message to the server:

first-join-message: enabled: true message: '&bByteMc &8» &7Welcome &b%player_display_name &7To Prison! (%total_players)'

I would appreicate it you could look through the config maybe I have settings in there that are causing the issue?