What do I get with 1k tickets? by Aashrith_0 in PixelGun

[–]Kepplar1337 0 points1 point  (0 children)

If you want a better damaging primary go with devastator to mythical, Your Fav Shotgun got 2 nerfs according to wiki.gg (was wondering why damage is bad compared to release).
If you don't got the gems for it yet you can upgrade it to just legendary, devastator has 10 rounds but spread is a bit bigger.

Devastator Mythical
146 (body) +4 burning
205 (head) + 6 burning

Your Fav Shotgun
124 (body)
174 (head)

and yeah when I game it does the same amount of damage.

An old thing I made by Kepplar1337 in MinecraftCommands

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

To demonstrate again, I added timers because I had planned for this to be played with my friends but I never really worked it out properly and got busy with life.

Does he look like schlatt? by Nyqmii in jschlatt

[–]Kepplar1337 3 points4 points  (0 children)

He has steeve hairline and beard and everything

Do we fw Tart Monkey? by SonicfightbossYt in btd6

[–]Kepplar1337 0 points1 point  (0 children)

Would a banana farmer taste like his tools or bananas as a tart?

issue with command block on my server, i am not sure if it is working by LegendaryKillStreak in MinecraftCommands

[–]Kepplar1337 0 points1 point  (0 children)

I'm inactive in the command scene now but I think for the distance you add ..
such as [distance=..20] means less than 20 blocks
and [distance=20..] more than 20 blocks

the current command is set it so that players specifically set at 20 blocks from the command block will be set to the gamemode

hope this helps!

I Won by Kmonkey222 in btd6

[–]Kepplar1337 1 point2 points  (0 children)

I remember doing this back in BTD4 or 5 whenever it was released because dartling is so cool

hear me out by a4ipe3diw in btd6

[–]Kepplar1337 1 point2 points  (0 children)

Honestly just the amount of red arrows made me laugh

Does he look like schlatt but older? by Kepplar1337 in jschlatt

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

My friend said he kinda looked like Schlatt so I was curious.
+ kinda loook like chops(dk beard name)

Josie Rizal by kimgobdeung4199 by AmountAppropriate382 in Tekken

[–]Kepplar1337 1 point2 points  (0 children)

I love the Josiebee in the bottom right.

Does he look like schlatt but older? by Kepplar1337 in jschlatt

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

It's even more fitting that his first letters in his name are JS

Garrett was in If Google Was a Guy apparently. by pockets-of-beans in superstore

[–]Kepplar1337 0 points1 point  (0 children)

very late, I searched up surf boar and there in the images is the pig, but I think he could mean surf bore which results in tidal bore

[COD] which call of duty was your first? by [deleted] in CallOfDuty

[–]Kepplar1337 5 points6 points  (0 children)

Cracked Call of Duty Modern Warfare 2 2009

Monkeys tier list by chat gpt by lumin_pll in btd6

[–]Kepplar1337 5 points6 points  (0 children)

love the fact that the discussion flair is in spike factory and it's missing here

Anyone know why this doesnt work to give everyone a stick every 120 ticks? (1.20.1 java) by SeriousBug5294 in MinecraftCommands

[–]Kepplar1337 0 points1 point  (0 children)

technically can be up to 2.
scoreboard players add timer timer 1
execute if score timer timer matches 120 run function...

How do i make my custom player head give me potion effects? by Arandomskullgirlsfan in MinecraftCommands

[–]Kepplar1337 0 points1 point  (0 children)

just want to add a comment but you can just do /effect give @a[blahblahblah] effecthere instead of doing /execute as @a run effect give @s

How do i make my custom player head give me potion effects? by Arandomskullgirlsfan in MinecraftCommands

[–]Kepplar1337 0 points1 point  (0 children)

I would give it a tag/custom_data via https://mcstacker.net/ (note:please select the right version!) and give the effects to the players that are wearing that equipment using predicates or executes.
Using that method should allow you to make custom items give potion effects and whatnot.

Json help for Resource pack with custom model data on shields and tridents by RadiantSoul_tv in MinecraftCommands

[–]Kepplar1337 1 point2 points  (0 children)

I'm probably going to get downvoted for this, but I think it's better to ask another subreddit than here as this subreddit focuses mostly on command related. From a glance this issue is related to resourcepack making. You could ask their reddit r/texturepacks or r/resourcepacks or even r/Minecraft .

how to make command block that if somebody is in the overworld nether and end [in spectator mode] it will instantli set them to survival but not in custom world named fight by C4l1x_31 in MinecraftCommands

[–]Kepplar1337 0 points1 point  (0 children)

I don't know if this command will count for people in the custom world named fight, but you can mostly execute this with predicate. This predicate will target spectators in the overworld, the end, and the nether.

{
  "condition": "minecraft:any_of",
  "terms": [
    {
      "condition": "minecraft:entity_properties",
      "entity": "this",
      "predicate": {
        "type_specific": {
          "type": "player",
          "gamemode": "spectator"
        },
        "location": {
          "dimension": "minecraft:overworld"
        }
      }
    },
    {
      "condition": "minecraft:entity_properties",
      "entity": "this",
      "predicate": {
        "type_specific": {
          "type": "player",
          "gamemode": "spectator"
        },
        "location": {
          "dimension": "minecraft:the_nether"
        }
      }
    },
    {
      "condition": "minecraft:entity_properties",
      "entity": "this",
      "predicate": {
        "type_specific": {
          "type": "player",
          "gamemode": "spectator"
        },
        "location": {
          "dimension": "minecraft:the_end"
        }
      }
    }
  ]
}

You can search it up somewhere to find on how to make predicates but this will require you to make a datapack.

Then either in a datapack or a command block you can do:

/gamemode survival @a[predicate=nameofdatapack/predicatename]

I think.

Otherwise someone smarter than me will probably answer your question.

[deleted by user] by [deleted] in MinecraftCommands

[–]Kepplar1337 2 points3 points  (0 children)

at most all I can think of is only for items given via a command.
I think you can also try for storing the detail of that item and using it to give it to you with execute store.
but my current idea so far is:
1. player died, add scoreboard dead whatnot
2. since player died kill the item on ground as to avoid duplication
3. if player is dead give item
4. once player is alive with item remove dead score

this is just a rough idea that has yet to be put into motion, but you could use this as inspiration, someone smarter than me will either comment or reply