Recent content by CoderElias

  1. CoderElias

    Click event minimessage not working

    Chat click event will only work with trusted diamondfire links (links that you can send in chat).
  2. CoderElias

    How do you set a string to / without running a command?

    Glad I could help!
  3. CoderElias

    How do you set a string to / without running a command?

    Try adding <empty> before the /.
  4. CoderElias

    Resource reload failed

    I also had this problem for a while with a certain resource pack, I fixed it by removing every instance of Sodium in my mods folder. This fixed it, but if you want to keep Sodium or don't have Sodium in the first place I wouldn't know how to fix this.
  5. CoderElias

    yes

    no
  6. CoderElias

    Showing mob hp

    Yes, there is a way to display a mobs health. There are two ways you could do this, you could display their health as a number or as a bar. You can select which one you want by clicking the corresponding spoiler. If you want me to explain it, I'm going to do that here: First, we set up an...
  7. CoderElias

    How to spawn mobs in a random position?

    Off-topic, but this is my 100th message! 🥳 First, create a list containing all the locations where you want to spawn mobs. We'll temporarily call this list 'SpawnLocations'. At this point, you should have a list with a few (or more) locations. To get a random location from that list, we first...
  8. CoderElias

    Insert pre-existing code into new if blocks

    You can create a template without breaking the code line by sneaking and pressing your right mouse button while looking at a player event, function, or process. You can also sneak and break the code block to create a template, which will break the entire code line. This template is essentially a...
  9. CoderElias

    How to get the block at a certain location as a "block" value?

    Do you have the tag in the Set Variable: Get Block Type set to Block ID, Block Name or Item? Because for this to work it should be set to item. I'm pretty sure that if you enter the variable that you first entered in the Set Variable: Get Block Type in the Game Action: Set Block it'll work...
  10. CoderElias

    How to get the block at a certain location as a "block" value?

    I’m not sure if I understood the question correctly, but if you want to get the material from a specific location, you can use the following Set Variable:
  11. CoderElias

    How to make a backstab?

    I created this simple code template to see if a player is backstabbing another player: If you want to know how it works just respond asking any question, I'll try to answer it as soon as possible.
  12. CoderElias

    This was exactly a year ago, anyways; happy birthday!

    This was exactly a year ago, anyways; happy birthday!
  13. CoderElias

    Recreating diamondfire in diamondfire but in a mega plot so I can recreate every node, starting...

    Recreating diamondfire in diamondfire but in a mega plot so I can recreate every node, starting off strong because the importing program completely doesn't work. Hooray! On the real note I can't wait to actually see the end result, I have learned from the first plot so this one will hopefully go...
  14. CoderElias

    How do i tell the time in real life?

    You can use the "Timestamp" game value and then format that time using the variable action "Format Time".
  15. 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...
Top Bottom