Recent content by Jell-O

  1. Jell-O

    How to make snowballs able to break blocks they land on?

    Hey! After some tinkering, I found a viable way to do this! Using the Player Event -> Damage Events -> Player Projectile Hit (not to be confused with Projectile Damage Player), you can detect if any projectile hits anything, including the ground. If you want to use just snowballs, you can use...
  2. Jell-O

    how do you make a spiral go up?

    Sorry for the late reply! The screenshot I sent is all the code I used. Directly copying this (everything expect for the blank Player Event) should produce an upwards spiral. (The code in the screenshot assumes that you want the particle spiral to spawn where the player is currently located by...
  3. Jell-O

    Why can't I join??

    Ah, my bad. I used .com instead of .net Sorry for the mixup!
  4. Jell-O

    Why can't I join??

    Currently, Node 1 is down. You can still join diamondfire through a different node however. I use node5.diamondfire.net but any nodes from 2 - 7 will work! Hope this helps!
  5. Jell-O

    how do you make a spiral go up?

    You can make a spiral go upwards by changing the rotation, specifically the pitch. You can try something like: Set All Coords: Player's X, Y, Z, -90 Pitch, 0 Yaw --> Display Particle Spiral (90 pitch would make it go downwards) You can also alternatively use a vector to set the rotation as well...
Top Bottom