• check_circle Advancements
  • check_circle Functions
  • check_circle Recipes
  • 2,349 views, 1 today
  • 367 downloads, 0 today
  • 7
  • 4
  • 3
Simiae's Avatar Simiae
Level 31 : Artisan Crafter
6
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

Create an account or sign in to comment.

RecReo
05/06/2023 4:43 am
Level 24 : Expert Engineer
RecReo's Avatar
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 31 : Artisan Crafter
Simiae's Avatar
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 24 : Expert Engineer
history
RecReo's Avatar
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
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome