Search results

  1. CoderElias

    I have noticed that there is a lot of controversy against the mod team.

    I have noticed that there is a lot of controversy against the mod team.
  2. CoderElias

    How do I select a mob and set a location to it.

    This is the code which should create an explosion at the location of the husk whenever it takes damage...
  3. CoderElias

    How do I select a mob and set a location to it.

    This sucks, don't follow this You can use the game value "Location" and by shift rightclicking it it will open a menu. In that menu select "Entity". This will act as a location of the entity. I don't know if this is what your question was, but hope it helps
  4. CoderElias

    DiamondFire Sales Update

    Talking about sponsors, does anyone maybe know about an upcoming sponsor? It seems like it was a long time ago, and a player boost would be nice right now.
  5. CoderElias

    Diamondfire buildbattle.

    If this were to happen, it would probably be announced in the diamondfire discord server in the #events-news channel https://discord.com/invite/pDHBbBD
  6. CoderElias

    Please let us autoclick in Tinker

    You can also change a setting so it automatically opens every one instead of having to shift click everytime. Makes it even easier. Hope this helps!
  7. CoderElias

    how to get the item inside an item frame

    If I remember correcty there is not a way to get an item in an item frame, I may be wrong though. For now I would just hard code it, but that's your choice
  8. CoderElias

    Really bad idea

    I did this once, as a joke. Immediately got a warning. Bad idea.
  9. CoderElias

    Help with executing code for projectiles

    Are you able to post your code, you can do this by using dfonline.dev.
  10. CoderElias

    Help with executing code for projectiles

    You should try to change the EntityDeath event to ProjectileHit, which runs when any projectile lands on a block or hits a player. You were using EntityDeath which doesn't work because a trident does not "die" when landing.
  11. CoderElias

    No jump gives speed when jumping

    Yes, but then the player is not able to sprint. Which also gets in the way because I need the player to be able to sprint 🙄
  12. CoderElias

    No jump gives speed when jumping

    I have a game where you are not allowed to jump, therefore I give the player an infinite jump boost with the amplifier 129 which makes the player not able to jump. The problem is when you sprint and spam jump at the same time, you get a huge amount of speed. I don't want the player to get this...
  13. CoderElias

    Mods for DF? (Like resource pack or something idk)

    Here is a website with every mod and website connected to diamondfire: https://awesome.dfonline.dev/
  14. CoderElias

    Not move item in hotbar

    With this you can detect which key the player presses in the event of the item. For example, if a player right clicks an item it returns with a string "right". You can use this with a If Variable block, putting the game value in the first slot and the string with the corresponding click type is...
  15. CoderElias

    Not move item in hotbar

    Yep that is possible, first place down a Player Event - ClickInvSlot. Then place an If Game - EventItemEquals. In the chest put the item(s) you don't want players to move around. Between the brackets put a Game Action - CancelEvent.
  16. CoderElias

    optional argument to /join

    This (in my opinion) wouldn't save enough time to become a feature because you can just use the command /join [plot] and then run /dev or /build. No hate, just saying!
  17. CoderElias

    Transfering builds

    I also had that, it's perfectly safe. I use it often and never have a problem with it
  18. CoderElias

    Transfering builds

    You can optionally save a schematic of the build and use a program called "DFSchematics" by RyanLand. You can use that program to paste any schematic anywhere in your plot.
  19. CoderElias

    df forums is dying

    The forums, in my opinion, is ruined because of the lack of real questions and is made up of bots spamming random products. I think the discord is much better
  20. CoderElias

    I found out that recreating the entirety of DiamondFire in a 300x300 plot is harder than I...

    I found out that recreating the entirety of DiamondFire in a 300x300 plot is harder than I thought. (I need help, I do nothing else than watch codeblocks form a game)
Top Bottom