9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 18:49:06 +00:00
This commit is contained in:
Daniel Mills
2020-01-27 01:17:57 -05:00
parent 30ffc8cd11
commit 7cc6dd03ff
6 changed files with 204 additions and 6 deletions

View File

@@ -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);
}
}