So i'm looking for a way to make the announce-format go like this Welcome {player} to "server name" you are the {AmountOfPlayersJoined} player to join! Anybody know how to do this.
Just edit the essentials welcome message? The last thing, i do think it could work if someone made a plugin for it so it would be displayed in the welcome message.. But i dont think it would be easy even if it SOUNDS easy, but im not a dev so im just assuming its hard. You could ask a dev to create one for you / eventually pay for one thats not going to be realesed to others? (Like most popular servers do.. and they pay big! XD)
Essentials has a few tags of its own. You can use the following tags in the configuration files: Display name: {PLAYER} Username: {USERNAME} IP: {IP} Address: {ADDRESS} Balance: {BALANCE} Unread mails: {MAILS} Current world: {WORLD} Worlds list: {WORLDS} Number of online players: {ONLINE} Number of unique players who joined the server: {UNIQUE} Player list: {PLAYERLIST} Time of server: {TIME} Date of server: {DATE} Time of world PM/AM: {WORLDTIME12} Time of world: {WORLDTIME24} Date of world: {WORLDDATE} Plugin list: {PLUGINS} Version of Craftbukkit: {VERSION}
Surely if you know the Tags you would just do it as the tags say, 'Welcome, {PLAYER} <msg> You Are The {UNIQUE}th Player To Join!' I think is what you're aiming for.