aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
2026-03-18fix(timer): too long taskAnhgelus Morhtuuzh
converting into milliseconds instead of ticks
2026-03-17refactor(game): use ticks for timerAnhgelus Morhtuuzh
2026-03-16fix(game): #18Anhgelus Morhtuuzh
2026-03-16feat(): support java 1.21.11Anhgelus Morhtuuzh
2024-09-08style(method name): more descriptive method name and follow yarn conventionanhgelus
2024-09-08fix(game): gameWonByMoles does not filter players in creativeanhgelus
2024-09-08feat(game): give food on startanhgelus
2024-09-08style(method name): remove 'are' and 'is'anhgelus
Follow yarn conventions
2024-08-31perf(import): remove one useless importanhgelus
2024-08-31fix(game): spectator cannot get list of molesanhgelus
2024-08-31fix(game): wrong check if game won by molesanhgelus
2024-08-31feat(config): change default values for world bordersanhgelus
2024-08-31Merge branch 'refs/heads/main' into feat/role-commandLéo Kosman
2024-08-31style: rename translation keyLéo Kosman
2024-08-31style: use static class for colorLéo Kosman
2024-08-31perf: don't use `stringifiedTranslatable` when `translatable` is enoughLéo Kosman
2024-08-31feat: `role` command to replace the `moles` commandLéo Kosman
2024-08-31fix(message): disable leave and join messageanhgelus
2024-08-25docs: create the config file pageLéo Kosman
2024-08-25Merge pull request #12 from anhgelus/feat/spectating-players-moles-listWilliam Hergès
[Feat] Spectator can get the list of moles
2024-08-25fix(game): player not properly clearedanhgelus
2024-08-25feat(game): spectator can get the list of molesanhgelus
2024-08-25feat(config): gamerule to enable/disable portalsanhgelus
2024-08-25feat(game): disable portalsanhgelus
close #7
2024-08-24fix: minecraft takes milliseconds and not secondsLéo Kosman
2024-08-24fix: minecraft takes milliseconds and not secondsLéo Kosman
2024-08-24style: change gamerule name because borders can also grow instead of shrinkingLéo Kosman
2024-08-24Merge branch 'refs/heads/main' into feat/world-bordersLéo Kosman
# Conflicts: # src/main/java/world/anhgelus/molehunt/game/Game.java
2024-08-24perf: do not recycle timer task because somehow it's actually better ? idk ↵Léo Kosman
anymore
2024-08-24perf: cancel TimerTask instead of cancelling timerLéo Kosman
2024-08-24fix: seconds instead of milliseconds but really this time, and also btw ↵Léo Kosman
recycling the timer task because it's better for the planet
2024-08-24fix: seconds instead of millisecondsLéo Kosman
2024-08-24feat(network): send game state to client and disable mixins when game is not ↵anhgelus
launched
2024-08-24feat: set and shrink world bordersLéo Kosman
2024-08-24feat: config fields and gamerules related to world bordersLéo Kosman
2024-08-24feat: config fields and gamerules related to world bordersLéo Kosman
2024-08-23feat(command): disable autocompletion for /molehunt moles when not moleanhgelus
2024-08-23fix(game): ending game just after the startanhgelus
2024-08-23style(game): add mod_id prefix to all gamerulesanhgelus
2024-08-23fix(game): gamerules reset after restart (or leave/reconnect in the world)anhgelus
2024-08-23fix(command): no autocompletion for /molehunt molesanhgelus
2024-08-23fix(game): wrong display of moles' listanhgelus
2024-08-23fix(game): blinking titlesanhgelus
2024-08-23feat(config): options are now gamerulesanhgelus
2024-08-23fix(networking): crash while joining serveranhgelus
2024-08-23feat(config): hot reload with /molehunt reloadanhgelus
2024-08-23fix(network): not sending packet on connectionanhgelus
2024-08-23feat(config): config for nametag, skins and tabanhgelus
2024-08-23style(config): rename variablesanhgelus
SPACE_CASE used for non static var
2024-08-23feat(config): packet sending config to clientanhgelus