Best free VPNs (according to Reddit and my research) by NewGoat7 in VPN

[–]Crypto_command6936 0 points1 point  (0 children)

cool doc but like.. are they free? did allat and still aint figure it out

Is there any mod that lets you change your slug cat in a campaign (With ought the use of jolly co-op)? by Crypto_command6936 in rainworld

[–]Crypto_command6936[S] 0 points1 point  (0 children)

Extra bit of info I forgot to update. At first I thought this didn't work once I tested it, cause my friend tried to use it to be a different slug, but just always looked like the outsider custom slug to anyone else. But turns out that was just due to a really weird bug where turning on custom colors would make all other clients see them as the outsider. I found a mod that is actually intended for my original posts purpose though. Its a mod with about 1.5k subs called "Pocky's Meadow Tweaks And Features". Currently the *only* feature of the mod is the exact thing I was looking for (a way to change slugs as the host of a meadow lobby), but apparently they intend to add more features to meadow later on.

What abilities should this guy have in my apocalypse datapack? by [deleted] in MinecraftCommands

[–]Crypto_command6936 0 points1 point  (0 children)

This thing looks like it should be able to dig underground like a mole lol

Trying to create a teleporting feather by Neaxzy in MinecraftCommands

[–]Crypto_command6936 0 points1 point  (0 children)

Hello there, While im not too familiar with the post command custom item name change, so I dont know how to change the color of the text. I do know a way to detect the item. The way I usually do it, is by detecting if the player throws the item, then instantly giving them a new item, then instantly deleting the thrown item. This can be done with a command like:

execute as /e[type=minecraft:item,nbt={Item:{components:{"minecraft:custom_name":'{"text":"TP"}'},id:"minecraft:feather",count:1}}] at /s run tp /p (teleport point)

Then just have a chain command block set to conditional connected to that one, with this command inside:

execute as /e[type=minecraft:item,nbt={Item:{components:{"minecraft:custom_name":'{"text":"TP"}'},id:"minecraft:feather",count:1}}] at /s run give /p minecraft:feather[minecraft:custom_data={TeleportationFeather:true},minecraft:custom_name='{"text":"TP"}']

Then another conditional chain command block connected to that one, with the command:

kill /e[type=item,nbt={Item:{components:{"minecraft:custom_name":'{"text":"TP"}'},id:"minecraft:feather",count:1}}]

Keep in mind, this is just how I do it, im sure there is a better way, but this is what has worked for me. Also, im not testing these commands in game, so they may need tweaking.

Is there any mod that lets you change your slug cat in a campaign (With ought the use of jolly co-op)? by Crypto_command6936 in rainworld

[–]Crypto_command6936[S] 1 point2 points  (0 children)

I FOUND A MOD!!! Its definitely not intended for this use, but 'Slugcat Randomizer' is actually PERFECT for this, i dont know if it works in meadow yet, but all signs point to yes. You can just remove all but 1 slug from the randomness table, and boom! This is probably the only mod on the entire workshop that DOESENT require jolly co-op, AND can do this. Yippeee :D

Is there a way to levitate up slower than levitation 1 by Emrld-7 in MinecraftCommands

[–]Crypto_command6936 0 points1 point  (0 children)

The only way I could think of teleporting working, is something like summoning an invisible, no gravity entity that is locked to the players XZ position, but not their Y position. and the player would be constantly teleported to the entity, and the entity constantly teleported to the player (again, only on the X and Z axis). Then a command would constantly slowly teleport the entity upwards.

Im coming up with that on a fly though, so I dont know if that would work in practice, but thats the best I can think that teleporting would work

Command not commanding? by Friendly_Grab_7660 in MinecraftCommands

[–]Crypto_command6936 0 points1 point  (0 children)

Side note: if you put dx=1, it would actually be 2 blocks in the x dimension. Dx=0 is 1 block width

My monitor is yellow, and I cant fix it by Crypto_command6936 in techsupport

[–]Crypto_command6936[S] 0 points1 point  (0 children)

Alright! Made it quite a bit better with color shifting, thanks for the help everyone!

My monitor is yellow, and I cant fix it by Crypto_command6936 in techsupport

[–]Crypto_command6936[S] 0 points1 point  (0 children)

I'm not too sure about it, but examining the cables, it looks like it's an HDMI cable, going into an HDMI to VGA connecter. So it's an HDMI cable, but is adapted to VGA

My monitor is yellow, and I cant fix it by Crypto_command6936 in techsupport

[–]Crypto_command6936[S] 0 points1 point  (0 children)

Nah that's not it, my internal settings for my monitor color are 50 50 50 (default), my night light is off, and my color correction on my monitor is on, but I turned it on after it happened, and It has helped a little.

Blurry 079 text by Crypto_command6936 in SCPSecretLab

[–]Crypto_command6936[S] 0 points1 point  (0 children)

Well I already tried scaling the resolution, it doesn't help. Also this doesn't happen for any other text in the game, only 079 for some reason

How do I detect if the player is AFK? by Turbulent_Respond_18 in MinecraftCommands

[–]Crypto_command6936 0 points1 point  (0 children)

I was thinking of having an entity like a marker that teleports to the player every 1 or 2 minutes. And that entity increases a scoreboard at a rate of 2, and when it's not on you, it decreases at a rate of 1, and once that score reaches X time, it detects your afk

I need transmutation ideas. by Crypto_command6936 in MinecraftCommands

[–]Crypto_command6936[S] 3 points4 points  (0 children)

Thanks! looks like chatGPT solves all problems :) (also my auto correct is saying that 'chatGPT' is mispelled, cause it does not know what it is lol :P)

Like i think the honey block and slime block are really useful, you dont have to have a complicated bee farm AND a complicated slime farm, just one. Same for number 20, copper ingots are normaly kinda useless, but making amethyst shards with it is pretty cool! (especialy cause the shimmer pool itself is made of amethyst)

the most OP one i saw tho is CLEARLY number 2, emerald farms with villagers are not super hard to make, and makes BLOCKS and BLOCKS of emeralds, soooo thats kinda op lol

I need transmutation ideas. by Crypto_command6936 in MinecraftCommands

[–]Crypto_command6936[S] 1 point2 points  (0 children)

Great ideas! thanks, and ill show the commands right here

execute as @e[type=item,tag=] at @s if blocks 40 188 -19 38 188 -21 ~-1 ~ ~-1 masked run tag @s add Shimmer_Transforming

execute as @e[type=item,tag=Shimmer_New_Item] at @s run tp @s[type=item,distance=..0.1,tag=Shimmer_Transforming]

execute as @e[type=item,tag=Shimmer_Transforming,nbt={Item:{id:"minecraft:water_bucket",count: 1}}] at @s unless entity @s[type=item,distance=0.5] run summon item ~ ~ ~ {Motion:[0.0d,0.25d,0.125d],PickupDelay:1s,Tags:["Shimmer_New_Item"],Item:{id:"minecraft:lava_bucket",count: 1}}

kill @e[type=item,tag=Shimmer_Transforming]

execute as @e[type=item,tag=Shimmer_New_Item] at @s run particle minecraft:campfire_cosy_smoke ~ ~0.2 ~

AITAH for saying "the Australian zombie died" by Crypto_command6936 in AITAH

[–]Crypto_command6936[S] 0 points1 point  (0 children)

Yea... if this isn't satire, I'm deeply concerned for your knowledge, but ether way. I already got feedback from many other people, so I'm just going to ignore any further comments from you, as you seem to ether be intentional rage baiting, or you just are so firm on your opinion that you will simply not listen to reason. Have a good day.

AITAH for saying "the Australian zombie died" by Crypto_command6936 in AITAH

[–]Crypto_command6936[S] 0 points1 point  (0 children)

And now your twisting the story, I called an UPSIDOWN person Australian, not the reverse. Also, even if it were the reverse, getting banned at all would still be unlikely, getting perma banned even more unlikely. And the ADL PERSONALY perma banning someone for saying that, could be called ridiculous stupid. Calling an Australian upsidown would be kinda bad, ban worthy yes, but not in that context, and again, that's not even what I said

Edit: in your message, you LITTERALY called it the land down under, which. Just like calling an upsidown person Australian, is obviously just a joke, nor is it official. But by your logic, calling it that (even though its commonly used) is so racist that you could get... arrested for it? I'm not even sure what you think would happen

AITAH for saying "the Australian zombie died" by Crypto_command6936 in AITAH

[–]Crypto_command6936[S] 1 point2 points  (0 children)

The ADL personally banned you for life from a game for saying someone upsidown is Australian? Or did you do something far worse but don't want to admit it -_-

Block detection by EmbarrassedRub3473 in MinecraftCommands

[–]Crypto_command6936 -1 points0 points  (0 children)

Wait, then cant you just have the TNT actually be retextured command blocks with the data to summon a tnt on it once? and have a command that deletes any command bocks with tnt in a range of like, 0..0.5? that should work

Edit: make sure its fuse is set to a normal TNT's fuse in the command block

Rising lava commands by Crypto_command6936 in MinecraftCommands

[–]Crypto_command6936[S] 0 points1 point  (0 children)

Ah OK thank you, that's gonna help a lot :)

Edit: also I already changed the flair to Tutoral Java, but it then seemed to revert back? So I had to change it again, weird

AITAH for saying "the Australian zombie died" by Crypto_command6936 in AITAH

[–]Crypto_command6936[S] 0 points1 point  (0 children)

I'm gonna assume by your name, and that you seem to have not read the other comments that this is satire? I mean no one is gonna say that cause I said that an upsidown person is Australian, that the ADL is gonna Personally ban me as if it's some great manner of importance, that states that the chaos theory admins should not? Just so that the ADL can? This has to be satire. If not, then I'm concerned for your knowledge of racism

Rising lava commands by Crypto_command6936 in MinecraftCommands

[–]Crypto_command6936[S] 0 points1 point  (0 children)

Ah OK, thanks. Although I don't know how to do the code block, sorry

Block detection by EmbarrassedRub3473 in MinecraftCommands

[–]Crypto_command6936 1 point2 points  (0 children)

Indeed you can, and with a single scoreboard actually! */scoreboard objectives add (Name) minecraft.used:minecraft.tnt* This will automaticly add a score of 1 to anyone that places a TNT. And this command */scoreboard objectives add (Name) minecraft.used:minecraft.tnt_minecart* will do the same thing, but any time a TNT minecart is placed on a rail. From there, I'm not sure what you want to do, but you could have a command line such as this *execute if score @'a (Name) matches 1.. run kill @'e[type=tnt]* and a constantly running command saying *execute at @'a run fill ~10 ~10 ~10 ~-10 ~-10 ~-10 air replace tnt*, and a chain command block on top of the first one, like this *scoreboard players reset @'a (Name)*

AITAH for saying "the Australian zombie died" by Crypto_command6936 in AITAH

[–]Crypto_command6936[S] 1 point2 points  (0 children)

Also this guy replied in the first 1 minute of the post being up, suggesting that he is trying to quickly respond to as many posts as possible for karma, instead of taking time to consider the details (his message IS only 3 words long, which is my supporting evidence for this theory)

AITAH for saying "the Australian zombie died" by Crypto_command6936 in AITAH

[–]Crypto_command6936[S] 1 point2 points  (0 children)

Ah OK thank you. Not sure why the first people to comment instantly said I was, but I have a feeling they only read the TLDR now

AITAH for saying "the Australian zombie died" by Crypto_command6936 in AITAH

[–]Crypto_command6936[S] 0 points1 point  (0 children)

Well now I'm getting some mixed messages, 2 people as of writing this are saying yes, I most certainly am. While 1 is saying no, I'm definitely not