[GARBAGE WARNING]
So, first, you gotta go to your plot, then type /code in chat.
Done that? 'K, now see the blocks in your inventory? Place one down, then place another after the stone.
Congrats. You coded!
Actually, neekster12345 gave me the solution in-game. Here it is:
Player Join >
If Variable ==(%default joined, 0){
-- insert first join code here --
Set Variable =(%default joined, 1)
} else {
Load Inv()
}
Whenever someone leaves a plot, DiamondFire sends the owner a chat message saying "(player) played on (plot)", notifying the owner that someone played their plot. But not every plot owner wants to see these.
Sending a chat that, when hovered over, displays more than 1 line of hover text.
EDIT: (newline) does this, this post only exists because I am an idiot.