• 0

    posted a message on Is this bow possible?

    So I've been trying to get a bow with the following enchants...


    Power 5

    Punch 2

    Infinity

    Mending

    Flame

    Unbreaking 3


    So pretty much a God bow.


    Everytime I try to combine two bows or a bow and a book, I can combine them but I'll lose out on one of the enchantments (usually mending). Is this possible to get? Can you only get 5 enchants on a bow? Thanks.

    Posted in: Survival Mode
  • 0

    posted a message on Help needed with TP Facing Command

    Thanks man! Really helped me out here!

    Posted in: Commands, Command Blocks and Functions
  • 0

    posted a message on Help needed with TP Facing Command

    Right so I need to face an armor stand called 1 to an armor stand with a tag, that is also 1. Here is the command I used...


    /tp @e[type=armor_stand,name=1] ~ ~ ~ facing entity @e[limit=1,type=armor_stand,tag=1]


    I later learned that the syntax for tp has changed. When using relative positioning it is relative to the executor, not the target. This command would teleport the armor stand named 1 to me, the executor. My thought would be to have the command ran off the armor stand. Although this produced the same outcome:


    /execute as @e[type=armor_stand,name=1] run tp @s ~ ~ ~ facing entity @e[limit=1,type=armor_stand,tag=1]


    What command can I use to face the armor stand towards the other one without teleporting it to me?

    Posted in: Commands, Command Blocks and Functions
  • 1

    posted a message on [Help] 1.14 Iron Golem Farm

    Recently I built this: Although, after waiting for 36000+ ticks, no iron golems are spawning. I am well aware I don't have a 1:1 ratio of beds to villagers but this shouldn't matter.


    Shots:


    What I have tried (in a creative testing world): add more villagers, remove water and some various other things here and there. So what requirement am I missing out for these iron golems to spawn? I sieved through the Minecraft wiki page on iron golems and seem to be meeting each requirement.


    World Download (Named Survival: Can be switched to creative by opening up the world to LAN and turning cheats on)

    Posted in: Discussion
  • 0

    posted a message on Replaceitem with dyed armor?

    Is it possible to use /replaceitem in bedrock edition to add a dyed armor to someone's equipment slot?


    Thanks

    Posted in: Redstone, Commands and Mechanisms
  • 0

    posted a message on Realms Issues (Resolved)

    I canceled it and now I can download it.

    Posted in: Minecraft (Bedrock) Support
  • 0

    posted a message on Realms Issues (Resolved)

    Thanks, man. I'll also give it a shot, let me know if it works.

    Posted in: Minecraft (Bedrock) Support
  • 0

    posted a message on Realms Issues (Resolved)

    I bought another realm for this month. At first, yesterday that is, everything was fine. Later today, I could not download the world. It would get stuck at 0MB/0MB and it would never change. I waited an hour, an even reset my PC and Wifi Router. I tried to download the world on my Xbox and the same thing happened. No luck. Now I have tried to replace the world, that also got stuck. So I pressed cancel. Now I can't join, reset the world, replace it, download it, or even play it. How can I fix this?


    Thanks

    Posted in: Minecraft (Bedrock) Support
  • 0

    posted a message on Help with Iron Golem Farm

    I have been working on an Iron Golem farm and it doesn't work. I have created this farm before, and it has worked. I have 10 villagers, 24 doors that have access to the sun. What am I doing wrong? (See video link)


    Posted in: Survival Mode
  • 0

    posted a message on Looking for Dedicated Map Makers

    Need someone willing to help me make a map in Minecraft. I have a lot of experience with command blocks and am looking to add games and other big or small projects to my server.


    Requirements:

    ~ A base knowledge of commands (I can help you learn)

    ~ A dedication to play frequently

    ~ Minecraft with the latest snapshot installed

    ~ Discord / another form of communication with a MIC!


    A small project I worked on:


    Let me know if interested!


    The server will be on and updated to the latest snapshot

    Posted in: Looking For
  • 0

    posted a message on Assistance Needed With 1.13 Commands

    Thanks, but this doesn't show me how I can go about changing the rotation of an entity... Would you give me an example?

    Posted in: Commands, Command Blocks and Functions
  • 0

    posted a message on Assistance Needed With 1.13 Commands

    I've made and been part of many projects in Minecraft. Well, before 1.13 that is. With the latest snapshot out, I can not seem to get a grasp on some commands.


    Firstly, how would I go about changing the direction a player is facing?

    In 1.12, you could simply add <x-rot> and <y-rot> after you specify where you want the player/entity to be teleported to.

    For example: /tp @e[tag=sell] 0 12 0 0 0, no longer works


    Secondly, anyway I can go about moving an entity with the wasd keys? I've seen it done before but never have seen a video of it. I have tried but have used many commands. Also, how can you do this without your screen jittering?


    Any help is appreciated!

    Posted in: Commands, Command Blocks and Functions
  • 0

    posted a message on Problems with Command Blocks (Time)

    So I'm trying to make a scoreboard that displays the in game ticks, seconds, and hours per day. So a digital clock, but as a scoreboard. I already have the ticks working and have the seconds. This is what I have so far for the seconds...


    /scoreboard players set 20 operations 20 (20 is a fake player set to 20)

    /scoreboard players operation time operations = time clock

    /scoreboard players operation time operations /= 20 operations

    /scoreboard players operation seconds clock = time operations


    Currently this works. Although I want it to be so after 60 seconds it resets. So I decided I will do it and add another variable secs, seconds reset after 60.So I tried this and it didn't work.


    /scoreboard players set 60 operations 60

    /scoreboard players operation seconds clock = seconds operations

    /scoreboard players operation seconds operations %= 60 operations

    /scoreboard players operation secs clock = seconds operations


    Although this doesn't work. I used mod (%) as it is the remainder. Any ideas? Or ways to complete redo this?

    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Command dont wanna work for me D:

    So I was writing a command and was wondering how I can fix it...

    /execute @e[type=ArmorStand,CustomNameVisible:1,CustomName:Random] ~ ~ ~ /setblock ~ ~-2 ~ redstone_block


    Error: [00:14:36] The entity UUID provided is in an invalid format

    Posted in: Commands, Command Blocks and Functions
  • To post a comment, please .