Search results

  1. 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...
  2. 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"?
  3. 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...
  4. 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?
  5. 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