Separate names with a comma.
BTW I am not @Falk, but I might be able to help. I am not sure if I am right but before the case "sta" you need a switch. So it would be public...
How would I detect if an arrow is in a block, and then replace the arrow entity with an explosion. This is only if the arrow is in a block, not in...
I want to run a function on close proximity of a player and an entity.
I am making a plugin that needs to detect if an entity is a certain distance (0.1 blocks away, practically up against) from a player. Also this...
Are you saying I can make the swapping position function loop somehow using a schedule function. It is sort of an "if" loop. If both players are...
Thanks for the comments. Why did you have to shuffle it though and what was the $times for? Also for my plugin, are you saying that I can loop it...
Thanks for your help. Could you maybe explain how that script works. I want to learn how it works and why you used shuffle, where the second player...
I have a similar issue. My plugin will be swapping 2 players positions. How would I save the positions of each player to a config file and then...
I was wondering something similar to this, but I didn't really get what happened up their. I am trying to swap 2 players position in my plugin...