CardinalPGM
CardinalPGM copied to clipboard
Add PickUpItem and Teleport events to score-boxes.
Re-write of score-box module to add PickUpItem
and Teleport
events.
Although a few bits don't seem too logical it is true to PGM.
- An example of this is when the players inventory is checked for a matching
ItemStack
and then removes any item of thisitem.getType
giving them points for each.
Even though it seems silly I think the same functionality is essential to ensure maps work the same.