• 1

    posted a message on [Minecraft Bedrock] How to use tellraw command with custom name selectors?

    Hi guys, I want to create a tellraw message with name selector in the text, for example:


    /tellraw @a Welcome back, @s!


    Will say: Welcome back, BlackBurner!


    Is this possible on Bedrock? I know this is possible on Java

    Posted in: Redstone, Commands and Mechanisms
  • 0

    posted a message on It's possible to create a tag with Players Name?

    So... It's resolved :3


    The ID assing system will give every player a uniqueID, and when a player try to protect his house with the book, the book will summon an invisible armor stand and copy the player's ID to the armor stand and, it's ready


    One more question... Just in case... Do you know if it's posible to use selectors for names (in the text, not in the syntax) in Bedrock Tellraw?


    Also, thank you for the ideas :3

    Posted in: Redstone, Commands and Mechanisms
  • 0

    posted a message on It's possible to create a tag with Players Name?

    I will think in other form less complicated

    Posted in: Redstone, Commands and Mechanisms
  • 0

    posted a message on It's possible to create a tag with Players Name?

    Well, what do you think about .mcfunctions


    I'm going to create a function with multiple parts


    For example, will execute your command:

    execute @e[type=armor_stand,scores={uniqueID=1}] ~ ~ ~ execute @e[type=player,scores=!{uniqueID=1}] function protection/kick


    But for all the possibles IDs between 1 and 150


    If the armor stand is loaded (a player is near), the command above will run as the player the command /function protection/kick (that will be a precise teleport system)


    A function that will check if the scores matches and kick the players if they don't have the same ID

    Posted in: Redstone, Commands and Mechanisms
  • 0

    posted a message on It's possible to create a tag with Players Name?

    Any idea right? I think I can use Functions, but I don't know if executing 150 commands will decrease a lot the performance

    Posted in: Redstone, Commands and Mechanisms
  • 0

    posted a message on It's possible to create a tag with Players Name?

    But this will need a command block for all uniqueIDs from 1 to (i don't known, 100 players or more?)


    Isn't possible with one command block for all the future IDs?

    Posted in: Redstone, Commands and Mechanisms
  • 0

    posted a message on It's possible to create a tag with Players Name?

    Yes, but it's possible to do this automatically comparing the player uniqueID with the armor stand uniqueID and leaving the players who doesn't have the same uniqueID?


    For execute the commands I will use the /execute command and I will add a tag for the armor stands with uniqueID, the problem is to check if the player have the same uniqueID of the armor stand(the owner of the area) or if he doesn't have the same uniqueID(a thief) teleport outside the area

    Posted in: Redstone, Commands and Mechanisms
  • 0

    posted a message on It's possible to create a tag with Players Name?

    Well, Today I make a system to assign a unique ID to players with an armor stand, every time a new player enters the realm, the armor stand increases the score IDcounter by one and this is copied to the player ID score.


    Well, now I can summon an armor stand with books and copy the player's ID score to the armor stand and match them.


    And, I have another problem, I don't know how to execute a command as the player's armor stand if the ID score isn't the same.


    Sorry, I'm not good at English, I don't know if I wrote this comment correctly :'(

    I have the unique ID for the player and the armor stand, Now the problem is to compare if the players that are in the area have the same ID, if they ID score don't match, kick them out the zone with /tp command


    I don't know if this is possible on Bedrock Edition

    Posted in: Redstone, Commands and Mechanisms
  • 0

    posted a message on It's possible to create a tag with Players Name?

    It's a survival map for Bedrock Realm or Bedrock Server


    I already have a TP System to Spawn and Player to Player with Books, but I need a Protection System for Players' Houses to prevent stealing :)

    Posted in: Redstone, Commands and Mechanisms
  • 0

    posted a message on It's possible to create a tag with Players Name?

    I want to create a protection system for a Bedrock Realm with Armor Stands, the armor stand will teleport the players without the tag outside the area (the tag it's like and ID), but here is the problem, with a Book or Another Item I will summon an invisible armor stand and add a tag with the nearest player name.


    For example, if the player is named Deku, how can I add the tag "Deku" to him and the armor stand?


    /tag @p add @p gives me an error :(


    Also, this is possible on Java? Or, can I use another system on bedrock to allow only the owner to get in?


    Sorry for my bad English TwT

    Posted in: Redstone, Commands and Mechanisms
  • To post a comment, please .