mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 18:49:06 +00:00
Ores
This commit is contained in:
@@ -94,12 +94,12 @@ public class Iris extends MortarPlugin
|
||||
r.setPhysicsThrottle(5);
|
||||
r.setMonsterActivationRange(5);
|
||||
r.setArrowDespawnRate(1);
|
||||
r.setForcedGameMode(GameMode.CREATIVE);
|
||||
r.load();
|
||||
|
||||
for(Player i : Bukkit.getOnlinePlayers())
|
||||
{
|
||||
i.teleport(r.getSpawn());
|
||||
i.setGameMode(GameMode.CREATIVE);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user