• Advancements
  • Functions
  • Recipes
  • 2,716 views • 4 today
  • 410 downloads • 0 today
  • 7
  • 4
  • 3
Simiae
Level 35 : Artisan Crafter
8
The Simple Datapack that i am currently making so please help me lmao. I am incredible stupid and hopeless that i cannot make Scoreboard ID System
Help me in this reddit post
www.reddit.com/r/MinecraftCommands/comments/139dqpx/portal_gun_scoreboard_id_system/
CompatibilityMinecraft 1.13
toMinecraft 1.19
Tags

  Have something to say?

RecReo
05/06/2023 4:43 am
Level 27 : Expert System
Firstly, set datapack info to, like 50% complete.
I think, it would be really easy with players' UUID
1
Simiae
06/14/2023 2:44 am
Level 35 : Artisan Crafter
Bruhh i thought i removed this off planet minecraft ages ago. Now it has over 300 downloads wtf
1
RecReo
05/06/2023 5:20 am
Level 27 : Expert System
history
That should work
#load functionscoreboard objectives add right dummy
scoreboard objectives add left dummy
scoreboard objectives add player_UUID dummy

#execute as player who launches the portal
execute store result score @s player_UUID run data get entity @s UUID
summon armor_stand ~ ~ ~ {Tags:["portal","new","left *or* right"]}
scoreboard players operation @e[tag=portal,tag=new,tag=right] right = @s player_UUID
execute as @e[tag=portal,tag=!new,tag=right] if score @s right = @e[tag=portal,tag=new,tag=right,limit=1] right run kill @s
1

Welcome