Gives Super Arrow on start.
This commit is contained in:
parent
576b92a5ce
commit
80eb7b2fd3
@ -108,6 +108,11 @@ public class QuiverPayload extends TeamGame
|
||||
|
||||
_minecart.setDisplayBlock(new MaterialData(Material.TNT));
|
||||
_hologram.setFollowEntity(_minecart);
|
||||
|
||||
for (Player player : GetPlayers(true))
|
||||
{
|
||||
player.getInventory().addItem(Quiver.SUPER_ARROW);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user