Recent content by JustSticky

  1. JustSticky

    2 year trophy no way

    2 year trophy no way
  2. JustSticky

    cant join

    Do you have any mods enabled? It might not allow you to join.
  3. JustSticky

    Target Display Block Location (Game Value)

    That could essentially work, if stored correctly... But, client-side blocks are buggy and disappear occasionally when right clicked.
  4. JustSticky

    %default variable affecting everyone.

    Yes, using %victim and %killer does work. Try this: Player Kill Player: Set Variable (%victim killstreak = 0) Set Variable (%killer killstreak += 1) This will reset the victim's killstreak and increase the killer's.
  5. JustSticky

    Target Display Block Location (Game Value)

    I don't think there is a Vanilla way to check if a player is looking at a specific client-side block, so this might not be possible. Because the block is client-side, that means the server (probably) cant see them. They can only be placed by the server, not checked.
  6. JustSticky

    %default variable affecting everyone.

    Try using "%victim killstreak", as the player in the PlayerKillPlayer event is the victim.
  7. JustSticky

    Simple /chat local fix (FIXED)

    Isn't this already a thing?
  8. JustSticky

    How to make a drop system based on percentages ?

    You can use " Set Variable: Set to Random Number " and set a variable to 1 - 100 or something higher if you want larger selection range. Then, place an " If Variable: Value Is Within Range " and put the variable you made with the random number along with two numbers. If you want to have a 50%...
  9. JustSticky

    yes >:)

    yes >:)
  10. JustSticky

    I'm back from the dead

    I'm back from the dead
  11. JustSticky

    How would i stop an nbs song?

    xmap answered it in one of my questions a while back: https://mcdiamondfire.com/threads/how-do-i-stop-the-music-from-code-utilities.1835/
  12. JustSticky

    teleport to event blocks

    Yes. I was thinking about it for a little bit, and a GUI with each event that you have used in it. Clicking on one in the GUI would teleport you to the adjacent event block.
  13. JustSticky

    king thread

    hello
  14. JustSticky

    teleport to event blocks

    How would it be used?
Top Bottom