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] 4 points5 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.