Recent content by SquareFinder

  1. S

    How to fix ping issues during 11AM GMT

    Thanks for the reply, and thanks for explaining. Is it because (bare with my terrible internet knowledge) there's some kind of link thing between me and the server, and that link thing periodically decides to completely ignore my connection with the server
  2. S

    How to fix ping issues during 11AM GMT

    Not sure if this is the correct place to post this, but I will just put it here for now. I've noticed that every day at around 11am GMT the response time from the server (for seemingly me only) grounds to a halt, but only after joining certain plots (When I join at other times everything is...
  3. S

    Multiple lines in hover text

    Thank you very much this helped a lot!
  4. S

    Multiple lines in hover text

    I would like to make a hover message that has multiple lines of text in it. However, I'm not sure how to do this. Is there a special character that acts as a newline, like "\n" in most programming languages? Or maybe an escape sequence like "%n" or "&n"?
  5. S

    How to disable number key item moving and f key item moving

    Unfortunately the swap hand key event is if you press the f key outside your menu, however if you press it inside the menu it doesn't activate
  6. S

    How to disable number key item moving and f key item moving

    I would like to prevent an item from being moved to chests. A simple cancellation of the player click inventory slot event does not work with number keys and the swap hand key. If it helps, the item should only ever be in the 9th slot of the players hotbar. I don't know how I would go about...
  7. S

    Random Tick Block game action not working

    I also tried it on saplings, and I jumped while on the farmland to test that as well (starting to crouch while in the air)
  8. S

    Random Tick Block game action not working

    The location was correct, I tried debugging with a crouch and make it update at my location but it still didn't work on anything
  9. S

    Random Tick Block game action not working

    I have tried ticking once, ticking 100, 1 million times, all to no avail. Why is it not ticking? How exactly does it work? I would like to control the tick speed, will the function always tick the block?
  10. S

    How would I create a plot loop?

    It doesn't seem to be working, my variable is set to a game variable, there are no % . Are there any bugged variable names?
  11. S

    How would I create a plot loop?

    Thank you, I think although I did a comparison for if the variable equals 0, I should actually do the if variable exists (forgot that existed, i once saw it somewhere i think). I will try that, I don't particularly like doing the player count method, since if two players join in the same tick...
  12. S

    How would I create a plot loop?

    What I mean is like a loop in a process, but that process cannot have multiple instances of itself running at the same time. For example if you have a minigame a process that loops to organise when the game can start, and the timer, etc. What I've done right now, (doesn't work) is to have a...
Top Bottom