Search results

  1. F

    Any Idea How To Make A Particle Appear On Someones Chest?

    Use a set variable block, you’re looking for shift location on axis. set a variable to their their location shifted up 1 and use that variable as a location.
  2. F

    How do I get an event to happen when I click on an inventory menu?

    This would trigger if you clicked on the wrong item and you didn’t have the correct item in your inventory.
  3. F

    How do I get an event to happen when I click on an inventory menu?

    Are those abs on your neck? also yes can confirm event item works.
  4. F

    How do I detect who killed a mob when they didn't physically kill it themselves

    if you're using game action to shoot the projectile, use player action instead. If that doesn't work do what ARMcPro said which is instead of creating an explosion summon a tnt with no fuse that instantly explodes so its the same thing but you rename the tnt to the player who shot it's name and...
  5. F

    potions

    Player event join -> start process process: control(wait), start process(itself), if player standing on(put a block in the chest) -> player action(potion effect) I’d make it on that derpystuff website but I’m on my phone rn.
  6. F

    Making launch projectile spread 360 degrees

    Maybe you could repeat it 4 times for each direction
  7. F

    Remove the requirements for code if you meet them

    If you have a rank and you are using a code block that requires a rank it shouldn’t still say “requires rank” at the bottom.
  8. F

    Option to set /rc to default.

    Thanks. I’ll try it but this should still be in vanilla.
  9. F

    Option to set /rc to default.

    Add a command that sets /rc automatically when you enter dev mode.
  10. F

    Tutorial changes

    What was the old tutorial though?
  11. F

    How do i make a sign show clicks

    first make a variable then there's a game action called set sign text and yeah ok actually like after 10 tries this is harder than I thought. edit: nvm I got it...
  12. F

    Tutorial changes

    why?
  13. F

    Bundle of Questons

    I know the armor calculations. I just think it would be a lot harder to get the protection enchants and blast/fire/proj prot and run calculations and then add armor. Even what I’m trying to do: have a player take 20% less damage if they have a variable set to the right amount, sounds like a...
  14. F

    Tutorial changes

    Most players, specifically younger players, probably aren’t as willing to watch a youtube video. Servers like hypixel get incredibly popular not because of the sweatier dedicated players but because of the mass amounts of casual players, so if you play their server you’ll notice they try to...
  15. F

    Bundle of Questons

    I was unaware of that channel, thanks.
  16. F

    Bundle of Questons

    Will this increase after DF fully adjusts to 1.17?
  17. F

    Bundle of Questons

    Thanks :D Unfortunately, the /support command is useless since maybe it's my timezone (doubt it cuz it's US) but I've never seen staff online answering questions or helping players. I've been in queue for 30m once sitting at #1 before I gave up.
  18. F

    Is there a way to make a container completely inaccessible?

    oh that makes a lot of sence. Does the looking at block event still work through entities? If so it actually sounds like a really good way to stop players from flicking trapdoors they shouldn't be flicking. Edit: Yep, a slime stops you from right clicking the stuff you want to right click. Also...
  19. F

    Bundle of Questons

    This forum is pretty much filled with my ugly green F. I don't like that but to be fair new posts come on here like once a month and the diamondfire tutorial is pretty bad.
  20. F

    Bundle of Questons

    1. Left click action says it doesn't work on left clicks where the player does damage but if I punch an entity it still works. Why? Is there a workaround? 2. Is there a limit to the maximum amount of codespaces you can have? 3. How could I detect where an entity lands? Like for example if I want...
Top Bottom