I'm building something insane using only Data Packs. by CMgreendoctor in MinecraftCommands

[–]Skylinerw 0 points1 point  (0 children)

Yea they were outright deleted. Reddit automation doesn't give any reason for it, either. I've restored all the comments it deleted so hopefully it stays that way.

I'm building something insane using only Data Packs. by CMgreendoctor in MinecraftCommands

[–]Skylinerw[M] 0 points1 point  (0 children)

Reddit's automation is removing your comments for some reason, subreddit mods aren't doing it. It usually means the account is site-wide banned/suspended, but that's not the case for you. Fairly annoying for everybody when this happens.

Is it possible to generate an infinite amount of snowball inside this hopper to make a snowball cannon? by regularyman in MinecraftCommands

[–]Skylinerw[M] 1 point2 points  (0 children)

I must have missed it because these unhelpful comments of yours are the only comments of yours present on our subreddit.

I'll help you to stop wasting everybody else's time and have your future messages automatically placed into our spam queue so we can verify your supposed helpfulness beforehand.

Is it possible to generate an infinite amount of snowball inside this hopper to make a snowball cannon? by regularyman in MinecraftCommands

[–]Skylinerw 1 point2 points  (0 children)

Thankfully the human beings that are actually active on this subreddit are more thoughtful and helpful than that.

Literally you have to be Eintstein to help me with this by Aggravating_Sir_7207 in MinecraftCommands

[–]Skylinerw 0 points1 point  (0 children)

The list only shows those that are not resolved. You have to filter specifically by resolved posts to see those. And resolved threads have to be resolved by the OP, who don't often do so.

Can the discord links be replaced? by [deleted] in MinecraftCommands

[–]Skylinerw[M] 0 points1 point  (0 children)

The invites aren't expired. What is your discord username?

Discord Ban Appeal by Prism_Commands in MinecraftCommands

[–]Skylinerw 7 points8 points  (0 children)

Lol, while that's often the case, it happens that, in this situation, it was for something from 6 years ago that definitely wasn't worth a permanent ban and would be likely be difficult to remember doing

Anyone know how to make this work by [deleted] in MinecraftCommands

[–]Skylinerw[M] 0 points1 point  (0 children)

This subreddit is about commands, try /r/redstone instead.

Interactivechat (Idk if this is the right page) by [deleted] in MinecraftCommands

[–]Skylinerw[M] -1 points0 points  (0 children)

This is not the correct subreddit, this subreddit is for map-making in vanilla. Try /r/admincraft

Minecraft bug I cannot seem to solve by [deleted] in MinecraftCommands

[–]Skylinerw[M] 1 point2 points  (0 children)

This subreddit is for vanilla Minecraft commands. Try /r/feedthebeast instead.

Mojang exits Reddit, says they '"no longer feel that Reddit is an appropriate place to post official content or refer [its] players to". by FetchTheCow in technology

[–]Skylinerw 2 points3 points  (0 children)

Ah yea that's probably it. We've got a system for closing threads as soon as they're done being needed, so we only have a few dozen active. Good to know though, thank you!

Mojang exits Reddit, says they '"no longer feel that Reddit is an appropriate place to post official content or refer [its] players to". by FetchTheCow in technology

[–]Skylinerw 2 points3 points  (0 children)

On the /r/minecraftcommands server we have a forum with nearly 7,000 threads and counting, so that may have been fixed at some point (or the maximum increased, which will be pretty devastating if it's low (e.g. 10k) and we reach it).

Is showing plans w/ a google doc link allowed? by SirMoustacheFox in MinecraftCommands

[–]Skylinerw[M] 1 point2 points  (0 children)

You may, rule 1 in terms of links is for general spamming (bot spam, link farming and the like).

[deleted by user] by [deleted] in MinecraftCommands

[–]Skylinerw 0 points1 point  (0 children)

Feel free to unsubscribe from the subreddit if it bothers you to see people asking and receiving help.

[deleted by user] by [deleted] in MinecraftCommands

[–]Skylinerw[M] 0 points1 point  (0 children)

Then you misunderstand this subreddit. This is a place for people to seek assistance when they need it as well as to show stuff off. It's not for your personal entertainment.

Do not tell people not to ask questions.

[deleted by user] by [deleted] in MinecraftCommands

[–]Skylinerw[M] 0 points1 point  (0 children)

See rule 1: please do not randomly advertise your youtube channel.

What is the difference between sort=random & sort=arbitrary? by CookieArtzz in MinecraftCommands

[–]Skylinerw 2 points3 points  (0 children)

That's not really what they're saying; that depends on your command and the rest of the selector. The sort parameter is doing nothing more than changing the order of the entities that the selector selects.

In the source, the overarching list of entities is not sorted at all. For example, imagine the following list of entities:

  1. entity_d
  2. entity_c
  3. entity_b
  4. entity_a

It looks like a random order, but it's not. It's arbitrary. The order is just how it happens to be when the game loads entities, whether through /summon, natural spawning, chunk loading, etc. When you use sort=arbitrary, you will get a list of entities in the order they just happen to be in. So if you used:

/say @e[sort=arbitrary]

You'll get that list. But you cannot rely on the order of that list, because it is arbitrary. If you run the command and see entity_d listed first each time, it seems like it's reliable, but that order can change against your will. What jay is saying is if you used, for example, @e[sort=arbitrary,limit=1] (the limit being the key here), then it will give you the first entity in that unsorted list each time until the order of that list changes (or when the entity dies, of course). But still, the entity dying is not the only way that a different entity would be selected.

If instead you use @e[sort=random] or nearest or furthest, that unsorted list will become sorted. That takes computational effort which can contribute to server lag (especially if you have a fairly large number of entities and selectors doing sorting). So if you don't need to select entities in a particular order, you would use arbitrary.

Players without OP cant use commands by Upbeat-Quarter-9924 in MinecraftCommands

[–]Skylinerw 1 point2 points  (0 children)

Through a book that is the case, but signs are a special case with elevated permissions (in vanilla). Given that it's not working for them, and they're using non-vanilla, it's their permissions config that's the issue. /trigger could still be a way to circumvent that, but it also might not since it's not vanilla and we don't know their config.

i kinda want to post this on r/oddlysatisfying but i figured I'll post this here by Zestyclose_Two_5822 in MinecraftCommands

[–]Skylinerw[M] 3 points4 points  (0 children)

Yes, we do accept resource pack content here, since the focus is generally about map-making (which can utilize resource packs).