messages are duplicated .-. my group isnt even in the config list so why does it do this, i am op but it shouldnt go twice config: Code (Text): # Use %player% for the players name! Config-Version: '1.3.7' # Don't Touch #The message players get when they first joins FirstJoinMessage: '' #The commands that get run when the player first joins FirstJoinCommands: #Useful to give first join items - '' #Commands that will be run when a player joins Use-JoinCommands: false JoinCommands: - '' #Commands that will be run when a player leave Use-LeaveCommands: false LeaveCommands: - '' Sound: PlayOnJoin: True SoundName: 'ENTITY_ENDERDRAGON_GROWL' # A list of all sounds can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html #Should the player be teleported to spawn each time they join the server. SpawnOnJoin: false #The location for the spawn> you can use /cja setspawn instead of typing it. Spawn: x: y: z: pitch: yaw: world: Groups: default: JoinMessage: '' LeaveMessage: '' hellion: JoinMessage: '&7[&2+&7] %vault_prefix% &r%playername% &ajoined the server!' LeaveMessage: '' vampire: JoinMessage: '&7[&2+&7] %vault_prefix% &r%playername% &ajoined the server!' LeaveMessage: '' demon: JoinMessage: '&7[&2+&7] %vault_prefix% &r%playername% &ajoined the server!' LeaveMessage: '' dragon: JoinMessage: '&6&l» %vault_prefix% &r%playername% &ajoined the server! &6&l«' LeaveMessage: '' mod: JoinMessage: '&6&l» %vault_prefix% &r%playername% &ajoined the server! &6&l«' LeaveMessage: '' admin: JoinMessage: '&6&l» %vault_prefix% &r%playername% &ajoined the server! &6&l«' LeaveMessage: ''
Right ok, I haven't worked in this project for a while but I'll try my best to fix it for you. Few questions to help: What version is your server running? What version of place holder api are you running? Then I'll take a look at it tonight for you
Leonwilber updated Custom Joins! with a new update entry: 1.4.1 Fixed Duplication Bug Read the rest of this update entry...
I am getting these two errors on console: ERROR Could not pass event PlayerQuitEvent to Custom_Joins v1.4.1 ERROR Could not pass event PlayerJoinEvent to Custom_Joins v1.4.1 Config: https://pastebin.com/B6DVsY9f Server Version: Spigot 1.11.2 Problem is probably right under my nose.
Is that the entire error message or is there more, there usually is about 10 lines of text below that message which will help me to diagnose the problem, if you could post it here, that would be great.
https://pastebin.com/DK2RP8in Looking at the error in console, I'm realizing that the error might have to be from PlaceholderAPI. Is that a required plugin for this one to work?
Code (Text): # Use %player% for the players name! Config-Version: 1.3.7 FirstJoinMessage: '' FirstJoinCommands: - '' Use-JoinCommands: false JoinCommands: - '' Use-LeaveCommands: false LeaveCommands: - '' Sound: PlayOnJoin: true SoundName: ENTITY_ENDERDRAGON_GROWL SpawnOnJoin: false Spawn: {} Groups: default: JoinMessage: '' LeaveMessage: '' owner: JoinMessage: '%vault_prefix% &r%player_name% &ajoined!' LeaveMessage: '%vault_prefix% &r%player_name% &cleft!' hellion: JoinMessage: '%vault_prefix% &r%player_name% &ajoined!' LeaveMessage: '%vault_prefix% &r%player_name% &cleft!' vampire: JoinMessage: '%vault_prefix% &r%player_name% &ajoined!' LeaveMessage: '%vault_prefix% &r%player_name% &cleft!' demon: JoinMessage: '%vault_prefix% &r%player_name% &ajoined!' LeaveMessage: '%vault_prefix% &r%player_name% &cleft!' dragon: JoinMessage: '&4&l»&6&l» %vault_prefix% &r%player_name% &ajoined the server! &6&l«&4&l«' LeaveMessage: '&4&l»&6&l» %vault_prefix% &r%player_name% &cleft the server! &6&l«&4&l«' vamprie: JoinMessage: '%vault_prefix%&r%player_name% &ajoined!' LeaveMessage: '%vault_prefix%&r%player_name% &cleft!'
Is this still active? I am trying to have default not have any join/leave messages but every time someone joins a blank space comes up. I would also like to be able to toggle join/leave messages without deleting it
Leonwilber updated Custom Joins! with a new update entry: 1.5 Added Toggle Command Read the rest of this update entry...
Leonwilber updated Custom Joins! | Great Donation Perk! with a new update entry: 1.5.2 - Added More Messages Read the rest of this update entry...