Member
Level 61
High Grandmaster System
116

Forum Posts

301 - 320 of 1,041

    ShelLuser
    09/27/2019 4:26 am
    Level 61 : High Grandmaster System
    One or more block types? Because then it would make sense to set up a block tag and then check for that tag. As to running multiple commands: functions are your friend.
    1
    ShelLuser
    09/27/2019 4:23 am
    Level 61 : High Grandmaster System
    It's usually better not to include port numbers if you don't have to, esp. with LAN servers. If this is a regular LAN server then the command would work, but if they use 'share to lan' then a random port number is used which would render the above command useless.
    1
    ShelLuser
    09/27/2019 4:21 am
    Level 61 : High Grandmaster System
    The kill command would never work. Everything that gets dropped on the ground is of type Item (minecraft:item). Easily shown: just drop something on the ground and then use: /data get entity @e[type=minecraft:item,limit=1] and you'll get the data of that specific item you dropped (assuming there's nothing else on the floor ;)).

    If you need a specific kind of item you'd need to use NBT tags to specify the item type.
    2
    ShelLuser
    06/07/2019 5:31 pm
    Level 61 : High Grandmaster System
    Datapacks aren't mods, they can only use the default Minecraft gaming mechanics.

    So: if cakes can't be made stackable using regular commands then a datapack also won't be of any help.
    2
    ShelLuser
    04/20/2019 6:10 pm
    Level 61 : High Grandmaster System
    Well, it also seems to be down for me. Nothing anyone other than the webmaster can do about it unfortunately :(

    actually....

    I think this is because of a DNS error. When I check up on the domain I noticed that it has 2 addresses; one for IPv4 and one for IPv6 (which is the new standard). The weird part though is that it has double entries. Which I think is causing a serious delay.

    Thing is... it took my browser 30 or so seconds but eventually it appeared.

    (edit)

    Nope, there is a problem with the website, I'll share a screenshot:

    Optifine down

    So best you can do is wait...
    1
    ShelLuser
    04/14/2019 10:29 pm
    Level 61 : High Grandmaster System
    I suspect something is seriously amiss with your Windows environment. I mean... if Explorer crashes if you simply run a file as admin then something is not right(tm).

    You may want to look into that issue first.
    1
    ShelLuser
    04/14/2019 10:27 pm
    Level 61 : High Grandmaster System
    I still remember as if it was yesterday...

    I bought Minecraft in December 2014, got myself 1.7.10 as recommended by my gf. One of the best games I ever bought, we're now 4+ years later and even though I did take a break earlier this year (which had its reasons) I never disliked or grew tired of Minecraft itself.

    Minecraft, for me, is one of those games you'll always return to someday.
    3
    ShelLuser
    04/12/2019 7:35 pm
    Level 61 : High Grandmaster System
    Are you using any mods by some chance? Those could affect things too.

    But yeah, generally speaking you should encounter some hostiles. Assuming you don't skip the nights of course.
    2
    ShelLuser
    04/11/2019 5:14 am
    Level 61 : High Grandmaster System
    Fully agreed with ThatTonybo below. The easiest way to get the new launcher is by re-installing Minecraft. Just grab the installer from the official website and run it. You won't lose any data, but it'll replace the old launcher with the current one, then your problems should be over.
    2
    ShelLuser
    04/10/2019 9:28 am
    Level 61 : High Grandmaster System
    I enjoy building a combination of the above.

    My problem is that I'm not very good at building 'nice' stuff, but I am pretty decent with building functional stuff. So I enjoy building stuff which is both functional and hopefully good looking. So basically I enjoy building waste bases; functional outposts from which I can do some solid mining and which can also serve as a house, and as is normal for me it'll be filled up with plenty of redstone items as well :)
    2
    ShelLuser
    04/10/2019 9:25 am
    Level 61 : High Grandmaster System
    Nothing?

    Just be yourself, best you can do.
    2
    ShelLuser
    04/09/2019 10:19 pm
    Level 61 : High Grandmaster System
    Why not throw the idea out in the open to see if anyone is interested?

    No offense but I have been playing this game for ... 5 or so years now and I came across plenty of "revolutionary" ideas which turned out a little lackluster in the end. And I'm sure that I'm not alone here.
    1
    ShelLuser
    04/09/2019 10:16 pm
    Level 61 : High Grandmaster System
    Simple, it does this because you told it to. 'at' in the way you used it means "execute the following command while located at the following location". Note: not the entity needs to be located there, but the command is going to be executed from there.

    What you're looking for is the 'as' option, like this:

    /execute as @p[x=-160,z=68,distance=..1] run say m000

    Example:



    Here I asked Aya to stand on (/near) the block with the lime wool. As you can tell that was located around -160,56,60 (note that I didn't take the 'y' into account in my example). As such Aya will say 'm000' without her doing anything, that's all because of the command I used.

    Hope this can help.
    1
    ShelLuser
    04/09/2019 12:19 pm
    Level 61 : High Grandmaster System
    Reinstalling doesn't accomplish anything. See, the problem is that this would only remove the launcher, but it will leave the .minecraft data folder fully intact. So once you reinstalled you're basically right back where you left off.
    2
    ShelLuser
    04/09/2019 12:18 pm
    Level 61 : High Grandmaster System
    Open a file browser, then go to %appdata%, you'll find a folder called .minecraft in there. Rename it into something else, for example: minecraft.bck.

    Then try to restart your game.

    Do note that this resets everything, so you also have to log into your Minecraft account again. If this works then you can simply move some stuff from your old Minecraft folder into the new. For example your screenshots and such.
    2
    ShelLuser
    04/09/2019 9:52 am
    Level 61 : High Grandmaster System
    I don't think the version should matter, but the amount of years that you actually played the game :)
    2
    ShelLuser
    04/09/2019 9:51 am
    Level 61 : High Grandmaster System
    Does this happen for all your games? You shouldn't have to remove any mods because you can just as easily load another Minecraft version. Which brings me to my question: what mod loaders do you use (Forge, LiteLoader, maybe both?) and if so: what happens when you try to load the vanilla game?
    1
    ShelLuser
    04/06/2019 9:19 am
    Level 61 : High Grandmaster System
    This is by design, spawners are basically 'devices' which will forcefully spawn entities but only if the right conditions are met for those entities. For example: if you place a pig spawner then you'll see pigs spawn no matter what, that's because passive mobs can spawn during daylight.

    And those rules also apply to hostile mobs. If you want to force spawning you'd have to use a command block.
    4
    ShelLuser
    04/01/2019 11:02 am
    Level 61 : High Grandmaster System
    This is some kind of joke, right? April 1st, naah, that was last year! :)
    1
    ShelLuser
    03/28/2019 3:11 am
    Level 61 : High Grandmaster System
    A known issue, datapacks don't work on a per-world basis. Apply it to the world which you configured as your primary world (as listed in your server config), then it'll work.
    1

301 - 320 of 1,041

Welcome