Jump to content

Per World Playerlist


rt4

Recommended Posts

send formatted "%amount of all players in world(""world-name"")%"

^ Give that a try

Junior Mod (01/04/2020) - Resigned 

 Discord » Koronotchi#0001 
Minecraft Username » Koronotchi 

image.png.17a385f298c8969f6b1cf03e27ee50d3.png

 

Link to comment
Share on other sites

  • 2 weeks later...

you mean players will be displayed in tab according to their world?

Like if three are playing and two are in 1 world then only those two get displayed in tab?

First Join: October 21st, 2017
VIPNovember 11th, 2017
PRO: August 29th, 2018
VIP Again: December 3rd, 2018
Legend: Not achieved yet.

 

Link to comment
Share on other sites

I tested this out on my own server, this requires SkQuery.

on join:
	loop all players where [input is not in world("%world%")]:
		hide player from loop-player
		hide loop-player from player
			
on world change:
	reveal all players to player
	reveal player to all players
	loop all players where [input is not in world("%world%")]:
		hide player from loop-player
		hide loop-player from player

Let me know if this doesn't work.

Edited by zoly
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...