summaryrefslogtreewikicommitdiff
path: root/src/main/java/net/tylermurphy/hideAndSeek (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-08-18Stop Game Items From DroppingTyler Murphy2-0/+33
2022-08-17fix 1.8 generationTyler Murphy1-6/+2
2022-08-17update dependencides, fixed respawn timer not showing, fixed SEEKER_SPAWN is ↵Tyler Murphy1-1/+1
not in localization
2022-08-16Shorten Collision Group Team NameTyler Murphy1-2/+2
2022-08-16delayed respawnTyler Murphy3-5/+26
2022-08-16Fix Board Join Exceptions on 1.8, and fixed Failed to Select SeekerTyler Murphy3-18/+19
2022-08-09block solidify time, seeker lobbyTyler Murphy9-98/+58
2022-08-071.8 block and disguise hitbox not loading fixTyler Murphy3-2/+9
2022-08-03load version number before configTyler Murphy1-1/+2
2022-08-01creative mode should not be attackableTyler Murphy1-0/+2
2022-07-30refactoring and blockhunt disguise bug fixesTyler Murphy25-129/+173
2022-07-29better hitboxes for blockhuntTyler Murphy6-66/+108
2022-07-28stop kicking from standing ontop of hidden blockTyler Murphy1-0/+4
2022-07-28added ability to attack block in solid form, blocks now go solidTyler Murphy8-115/+658
2022-07-27block snappingTyler Murphy1-5/+37
2022-07-27blockhunt startTyler Murphy9-5/+200
2022-07-21Save Inventorys on LeaveTyler Murphy10-17/+151
2022-05-271.5.0 Release Canidate 4.3Tyler Murphy1-0/+5
2022-05-261.5.0 Release Canidate 4.2cTyler Murphy1-2/+4
2022-05-261.5.0 Release Canidate 4.2bTyler Murphy1-3/+4
2022-05-261.5.0 Release Canidate 4.2Tyler Murphy1-1/+1
2022-05-251.5.0 Release Candidate 4.1Tyler Murphy1-1/+1
2022-05-24fix merge error (git kraken bug)bobby298311-1/+1
2022-05-24clean up placeholder expansionbobby298312-38/+31
2022-05-241.5.0 Release Candidate 4Tyler Murphy3-6/+6
2022-05-191.5.0 Release Canidate 3Tyler Murphy5-17/+20
2022-05-181.5.0 Release Canidate 2.1Tyler Murphy1-3/+3
2022-05-181.5.0 Release Canidate 2 (Previously 1.4.3)Tyler Murphy7-26/+56
2022-05-171.4.3 Release Canidate 1Tyler Murphy3-6/+17
2022-05-17remove bad import in MainTyler Murphy1-1/+0
2022-05-17mysql support, always glow, countdown_last, kill stat change, game board ↵Tyler Murphy13-66/+112
null fix
2022-05-17working on expanding databaseTyler Murphy14-52/+503
2022-05-16mapsave bug fixes for windows serversTyler Murphy3-14/+24
2022-05-16refactor: Jump Event, InventoryHandler, Relocate One function Utility ↵Tyler Murphy16-197/+241
Classes, Config Manager Getters Use Contains()
2022-05-14refactor: simplify Locations.java classbobby298311-11/+6
2022-05-14debug menu and 1.8/1.14 fixesTyler Murphy25-63/+181
2022-05-14refactor: clean up typos, improperly named variablesbobby298317-59/+59
2022-05-14refactor: reorganize PlayerInfo without static variablesbobby298315-44/+81
2022-05-13better spectator flight and teleportingTyler Murphy8-65/+142
2022-05-13refactor and encapsulate classesTyler Murphy50-1161/+1123
2022-05-13refactor: general improvements, fix spacing inconsistenciesbobby2983139-498/+498
2022-05-13refactor: break apart over saturated EventListener.javabobby2983116-403/+518
2022-05-13refactor: clean up reused codebobby298317-38/+37
2022-05-13refactor: optimize importsbobby2983130-128/+93
2022-05-12force spectator flightTyler Murphy3-91/+95
2022-05-12temp fly debug tool, game abandon bug fixTyler Murphy2-4/+15
2022-05-11make sure hider leaving doesnt create win conditionTyler Murphy1-6/+15
2022-05-11remove unneeded checks when adding kills/deaths to databaseTyler Murphy1-4/+4
2022-05-11dont load mapsave if its disabled, fixed seeker join effectsTyler Murphy3-4/+10
2022-05-11more big fixesTyler Murphy3-5/+5