I was looking to use command blocks to to use effects (levitation) on items with @e [name] I cant seem to get it to work. Can I use the [] brackets to name items? thanks
I don't think you can apply effects to items... Are you trying to get that item to float? Or do you want things around that item to float? I.E. A player throws down an item named "float"
That item then gives the player the effect levitation.
We can most likely accomplish both I just don't want to lay out an answer till I know which case.
Hi. yes I am trying to get the item to levitate I want to put a pressure plate on a different command block and then have the item levitate for for a while and then set down on the command block, thus activating that command block. thanks
The issue I found was that because the item always wants to fall it gets a little jumpy motion. Will the player be seeing the item or will it be out of view?
thanks you so much it will be out of view. I am trying to set up a timer. I am wanting the command block to clone a bonus chest( if i can figure out the data id or name).
What about a chest timer? It's super easy to adjust timing and very user friendly. Essentially you have two chests with a hopper between them (stacked on each other). You have a redstone block or torch next to the hopper. Once you delete the block it unfreezes the hopper and your timer starts. Once your top chest is empty it turns off the comparator and that activates an inverter which is your output. I really recommend it.
PS-If you would like, in an hour I could help. Also depending on what you want inside your bonus chests I could probably help you think of something.
My first paragraph was just about the timer. I can help fill chests with random items. Are there custom items you plan on giving? Or are they all items already within the game? I.E No renamed items or things of that nature. Just things like a Diamond Sword?
Nice. It is just normal bonus chest items mostly, adding things like water buckets, cobblestone. Can I send you a private message with more details? Thanks for all the help.
I was looking to use command blocks to to use effects (levitation) on items with @e [name] I cant seem to get it to work. Can I use the [] brackets to name items? thanks
I don't think you can apply effects to items... Are you trying to get that item to float? Or do you want things around that item to float? I.E. A player throws down an item named "float"
That item then gives the player the effect levitation.
We can most likely accomplish both I just don't want to lay out an answer till I know which case.
Hi. yes I am trying to get the item to levitate I want to put a pressure plate on a different command block and then have the item levitate for for a while and then set down on the command block, thus activating that command block. thanks
This was acting a little weird for me but it's a start
In a repeating CB do
/execute @e[name=customItem1] ~~~ teleport @e[name=customItem2] ~~+.01~
Then in a chain CB do
/execute @e[name="customItem2"] ~~~ teleport @e[name="customItem1"] ~~+.01~
The issue I found was that because the item always wants to fall it gets a little jumpy motion. Will the player be seeing the item or will it be out of view?
thanks you so much
it will be out of view. I am trying to set up a timer. I am wanting the command block to clone a bonus chest( if i can figure out the data id or name).
What about a chest timer? It's super easy to adjust timing and very user friendly. Essentially you have two chests with a hopper between them (stacked on each other). You have a redstone block or torch next to the hopper. Once you delete the block it unfreezes the hopper and your timer starts. Once your top chest is empty it turns off the comparator and that activates an inverter which is your output. I really recommend it.
PS-If you would like, in an hour I could help. Also depending on what you want inside your bonus chests I could probably help you think of something.
will that be able to make the chests make random items?
My first paragraph was just about the timer. I can help fill chests with random items. Are there custom items you plan on giving? Or are they all items already within the game? I.E No renamed items or things of that nature. Just things like a Diamond Sword?
Nice. It is just normal bonus chest items mostly, adding things like water buckets, cobblestone. Can I send you a private message with more details? Thanks for all the help.
Most certainly