Recent content by rednax100v2

  1. R

    Fix Teleport: Keep current rotation

    didnt work, it acts the same as Teleport: Keep Rotation also using a players velocity vector doesn't account for game action: launch player, or any other non-input movements I was saying if DF had access to our direct player inputs, they could easily fix player event: walk -> cancel event...
  2. R

    How do Horses work?

    I've got a loop that teleports a horse to an airborne location every tick, as well as displays a particle at the location of the horse. It works. Like it should. I then tame the horse, give it a saddle, and click the horse. The horse immediately falls and takes fall damage despite having...
  3. R

    Fix Teleport: Keep current rotation

    If you put a teleport on loop, and say "keep current rotation", you can't move your cursor. which I kind of need However, when you make a teleport in vanilla using a command block, you can keep a player in place while still letting them look around as demonstrated here each half is 50...
  4. R

    How do i create a trail of particles that follow the arrow after i shoot the bow and have it stop when the arrow hits something

    luapus your variable on the project block is set to local the thread ends there also I dont think %projectile is a thing in variable names but someone else will need to confirm that. Regardless, you're using a local variable on Shoot Bow, and a local variable on ProjHit. Both of these...
  5. R

    /plot update

    A simple command, update pre-existing blocks on your plot for example, the update that happened overnight ever so slightly bugged my plot, one "select mobs by condition: is standing on the block" kept triggering, and since it grants levitation, it's impossible to be triggering the condition...
  6. R

    Chat colour codes and changesign

    soo.... &x&251&251&208&208&251&251? RGB being 251 208 251 or... huh Ive never seen this format before in my life wait wait wait this formatting white is FFFFFF ok nvm I know what im doing now thank you FBD0FB Hexadecimal
  7. R

    Chat colour codes and changesign

    ok quick question how does one obtain the custom colour codes in chat? The +5CP when someone joins your plot is like the lightest shade of pink and I want to know how to get it. &g isn't a thing, and im fairly certain there's no single digit number after 0, so im out of ideas. and second how...
Top Bottom