IIHERO4

Results 5 issues of IIHERO4

pytype version: `2022.02.17` Ran on WSL2 ubuntu CMD: `/usr/bin/python3 -m pytype.single --imports_info /tmp/tmpsak_oti3/imports/hydra.core.player.imports --module-name hydra.core.player -V 3.8 -o /tmp/tmpsak_oti3/pyi/hydra/core/player.pyi --analyze-annotated --nofail --quick /mnt/c/Users/alias/Desktop/src/hydra/hydra/core/player.py` I get this error when trying to...

bug
cat: infrastructure

Extend the drink api to include cooldown annotations for ease of managing cooldowns `@Require`-like Per: the time at which the uses gets reset Rate: the number of times that are...

enhancement
help wanted

ReImplement how explosives are treated overall, focusing on TNT bug https://github.com/andrei1058/BedWars1058/issues/292. **IMPORTANT NOTES**: - This is completely untested, I didnt have anytime to test every version but it should work...

Fixes https://github.com/andrei1058/BedWars1058/issues/858

I believe this should be `+= i.getItemStack().getAmount()` instead of `++` https://github.com/andrei1058/BedWars1058/blob/9a0c4380d2f0d2aa4dcb98798d3bea5d158c525b/bedwars-plugin/src/main/java/com/andrei1058/bedwars/arena/OreGenerator.java#L160