So I'm making a skyblock and I'm making it 100% with command blocks. I'm needing a way to check if a player already has a skyblock, if they do, they are teleported to their skyblock. But If they don't, it created one for the player?
There is no way I could 100% help you unless I joined your world, gave a video tutorial (which I can't do because I don't have a good editing software or screen recorder), or create a REALLY REALLY long list.
When a player shall create their skyblock, a command should give them a tag. Here's more how I imagine it should work.
Enter /scoreboard players tag @p add HasSkyblock (HasSkyblock can be replaced with whatever you want. :P) as one of the command blocks when a player clicks a button (or something else) to create a skyblock.
When you want to test if the player has a skyblock, have a command block do something like this: /testfor @p[tag=HasSkyblock].
I cannot make a command block create a skyblock without telling you over 100 commands to run.
I do not know how a skyblock will be placed in a random coordinates.
Rollback Post to RevisionRollBack
Don't ask how I know your IP address, your ISP, your OS, and your web browser. (I work for the CIA)
I am a decent commander, but I have recently switched over to having interests in building because when I make command stuff, nobody cares :(.
To post a comment, please login or register a new account.
So I'm making a skyblock and I'm making it 100% with command blocks. I'm needing a way to check if a player already has a skyblock, if they do, they are teleported to their skyblock. But If they don't, it created one for the player?
This is definitely not an easy task.
There is no way I could 100% help you unless I joined your world, gave a video tutorial (which I can't do because I don't have a good editing software or screen recorder), or create a REALLY REALLY long list.
When a player shall create their skyblock, a command should give them a tag. Here's more how I imagine it should work.
Enter /scoreboard players tag @p add HasSkyblock (HasSkyblock can be replaced with whatever you want. :P) as one of the command blocks when a player clicks a button (or something else) to create a skyblock.
When you want to test if the player has a skyblock, have a command block do something like this: /testfor @p[tag=HasSkyblock].
I cannot make a command block create a skyblock without telling you over 100 commands to run.
I do not know how a skyblock will be placed in a random coordinates.
Don't ask how I know your IP address, your ISP, your OS, and your web browser. (I work for the CIA)
I am a decent commander, but I have recently switched over to having interests in building because when I make command stuff, nobody cares :(.