#/join Fadenet
1 messages · Page 1 of 1 (latest)
trigger:
if arg-1 contains "smp":
set {_smpPlayers} to size of all players in world "prkourrr"
set {_smpnetherPlayers} to size of all players in world "prkourrr_nether"
set {totalPlayerss} to {_smpPlayers} + {_smpnetherPlayers}
send "%{totalPlayerss}%"
else if arg-1 contains "oneblock":
set {_oneblockPlayers} to size of all players in world "oneblock"
set {_obWorldPlayers} to size of all players in world "obWorld"
set {totalPlayers} to {_oneblockPlayers} + {_obWorldPlayers}
send "%{totalPlayers}%"
else if arg-1 contains "parkour":
set {_parkourPlayers} to size of all players in world "parkour"
set {totalPlayersss} to {_parkourPlayers}
send "%{totalPlayersss}%"
else if arg-1 contains "lobby":
set {_lobbyPlayers} to size of all players in world "world"
set {totalPlayerssss} to {_lobbyPlayers}
send "%{totalPlayerssss}%"```
try lowercase obworld
also you could do {_totalPlayers} for all four
i mean it works
i add an extra s for every totalPlayers
it shows as minecraft:obworld for me
anyways if it works
it works
it shows 4 players in oneblock for me
do it support java and bedrock edition or just java
java and bedrock man, its minehut
ts