RandomTeleport moved in #45

Merged
NorbiPeti merged 45 commits from dev into master 2018-06-30 00:33:47 +00:00
Showing only changes of commit 20d0e7f0fe - Show all commits

View file

@ -13,7 +13,7 @@ import net.minecraft.server.v1_12_R1.WorldBorder;
public class Main extends JavaPlugin
{
private final int radius = 300; //set how far apart the five teleport positions are
private final int radius = 70; //set how far apart the five teleport positions are
private CraftWorld world;
private WorldBorder border;