Search results

  1. CoderElias

    how do i make a message as a long line without gaps in chat

    If you want to recreate that bar on the top and bottom, then just copy the message below: &8&m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m &m...
  2. CoderElias

    I lost my code template can anyone help me

    Sadly there is not a way to recover the code template as when you rejoin DiamondFire your template history clears. The only way you can recover it is if you have it saved somewhere in a chest or in your saved toolbar.
  3. CoderElias

    Does a codeline stop running when a player leaves?

    To keep it simple, yes, when a player leaves the code stops running. The only exception is if another player is online, in which the code will keep running but not for that particular target. The only thing that you can run after someone leaves are things like "send message" etc. Maybe there is...
  4. CoderElias

    This mod team controversy is getting out of hand, what do we do.

    This mod team controversy is getting out of hand, what do we do.
  5. 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.
  6. 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...
  7. 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
  8. 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.
  9. 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
  10. 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!
  11. 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
  12. CoderElias

    Really bad idea

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

    Help with executing code for projectiles

    Are you able to post your code, you can do this by using dfonline.dev.
  14. 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.
  15. 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 🙄
  16. 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...
  17. 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/
  18. 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...
  19. 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.
  20. 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!
Top Bottom