Search
 
SCRIPT & CODE EXAMPLE
 

JAVA

how to clear scoreboard with offline players java

From Whiptail84 on Reddit: 
https://www.reddit.com/r/MinecraftCommands/comments/lwutom/removing_offline_players_from_scoreboard/

#First copy all online players to a temporary scoreboard
execute as @a run scoreboard players operation @s <tempScoreboardName> = @s <ScoreboardName>

#Delete the original scoreboard
scoreboard objectives remove <ScoreboardName>

#Create the scoreboard again
scoreboard objectives add <ScoreboardName> <trigger>

#Copy all players from temporary scoreboard back
execute as @a run scoreboard players operation @s <ScoreboardName> = @s <tempScoreboardName>
Comment

PREVIOUS NEXT
Code Example
Java :: class java 
Java :: set attribute java 
Java :: code converter python to java 
Java :: why is write replacing my text java 
Java :: scanner class in java 
Java :: Java program to find largest of three numbers using nested if 
Java :: Java Overloading by changing the number of parameters 
Java :: jav convert array as list to array 
Java :: kotlin dependency injection 
Java :: also in java 
Java :: start/php2 
Java :: Draw an item using System.out.println 
Java :: pgzint install windows 10 
Java :: fibonacci for biginteger 
Java :: popcat 
Java :: When different programmers write the same program in differing ways and all get the correct result. what is that known as? 
Java :: ternärer operator java 
Java :: bukkit detect block that nowbal hit 
Java :: java 001 
Java :: Labeled continue Statement Java 
Java :: MinimumAndMaximum 
Java :: check if item lore is something bukkit 
Java :: how to use int 
Java :: bukkit java get max players 
Java :: how to create a 2d arraylist java 
Java :: gson parse json 
Java :: java indexof not found 
Java :: how to make 2d array of strings in java 
Java :: java string extract words 
Java :: java read all text from file 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =