Search results

  1. CoderElias

    Help with executing code for projectiles

    Are you able to post your code, you can do this by using dfonline.dev.
  2. 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.
  3. CoderElias

    Closing this once and for all (Part 1)

    You really should, it's actually interesting. Not that i'm on someones side though, it's just informative.
  4. 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 🙄
  5. 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...
  6. CoderElias

    Because the staff team is actually abhorrent

    I think the moderators are doing their best in what they are doing. Bad moderators (not that i'm saying that the mods are bad) are better then no mods. An unmoderated server would be even worse, the punishments might be harsh but I would rather have that than people cursing and making weird games.
  7. 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/
  8. 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...
  9. 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.
  10. 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!
  11. CoderElias

    Transfering builds

    I also had that, it's perfectly safe. I use it often and never have a problem with it
  12. 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.
  13. 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
  14. 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)
  15. CoderElias

    These advertisements need to stop.

    Can't you just disable posting links other than mcdiamondfire.com?
  16. CoderElias

    how to set blocks around a point

    You can do this by using variables, firstly place down a variable block and select 'shift all axis'. In the chest the a variable, I would name that 'pos1', and then a game value: 'target block loc', Then also put three numbers in the chest, the first being 1, second 0 and third also 1. Now place...
  17. CoderElias

    These advertisements need to stop.

    The entirety of the forums has been infected by these bots spamming the most random products that no-one wants
  18. CoderElias

    ShowInv with list items

    Just put the variable of the list inside the menu
  19. CoderElias

    What are things you can do with the mythic rank

    Yes, but I would personally wait till black friday because it is then much cheaper. But overall overlord is better than mythic.
Top Bottom