Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · main
minekt
Browse files
Jun 16, 2025
feat(GameCommand): add to location/bbox array subcommand
· 88e6a184
someever
authored
Jun 16, 2025
88e6a184
chore: update kotlin coroutines
· 68ac1d2f
someever
authored
Jun 16, 2025
68ac1d2f
May 21, 2025
chore(UI): update artifact url
· 731a5693
someever
authored
May 21, 2025
731a5693
Feb 09, 2025
feat(Game): new phase system based on suspend functions, time API improvements
· 52d114d3
someever
authored
Feb 09, 2025
52d114d3
Feb 08, 2025
feat(Game): add public `players` field
· e7c3fc7a
someever
authored
Feb 08, 2025
e7c3fc7a
fix(Game): don't end the game when removing players
· 552deff6
someever
authored
Feb 08, 2025
552deff6
refactor(Game): move onDeath into GamePhase
· 30312024
someever
authored
Feb 08, 2025
30312024
feat(Time): add nextTick function
· 3567809c
someever
authored
Feb 08, 2025
3567809c
fix(World): delete ALL temporary worlds, not just loaded ones
· a350f9f7
someever
authored
Feb 08, 2025
a350f9f7
Feb 07, 2025
feat(World): add isTemporary property
· bdf449c3
someever
authored
Feb 08, 2025
bdf449c3
feat(Game): add queue system
· 8b9d177f
someever
authored
Feb 08, 2025
8b9d177f
refactor(GameInfo): make startGame an extension function
· bf28b628
someever
authored
Feb 08, 2025
bf28b628
feat(World): remove doPvp property, apparently bukkit has that built-in??
· 11c7ab3b
someever
authored
Feb 07, 2025
11c7ab3b
chore(World): remove symlink todo, they dont work
· 726f1173
someever
authored
Feb 07, 2025
726f1173
chore(World): use MineKt logger
· 772c4125
someever
authored
Feb 07, 2025
772c4125
fix(GameMap): use default value when loading config to prevent json error
· 21ff1f48
someever
authored
Feb 07, 2025
21ff1f48
feat(Configuration): use custom Json instance in KotlinPlugin
· e36d094b
someever
authored
Feb 07, 2025
e36d094b
feat(GameMap): allow starting games without map config if class specifies default constructor
· 8ad6c3e8
someever
authored
Feb 07, 2025
8ad6c3e8
Feb 06, 2025
feat(GameCommand): implement basic map configuration commands
· e12376d2
someever
authored
Feb 06, 2025
e12376d2
feat(GameMap): add locations and boundingBoxes methods
· 1c604197
someever
authored
Feb 06, 2025
1c604197
fix(Game): playerGameTag not being removed
· 9e0c9a40
someever
authored
Feb 06, 2025
9e0c9a40
fix: copying the wrong list when ending all games
· f44e4e5f
someever
authored
Feb 06, 2025
f44e4e5f
fix: ConcurrentModificationException when ending all games
· 985a499e
someever
authored
Feb 06, 2025
985a499e
feat: implement /game endall
· c0a72104
someever
authored
Feb 06, 2025
c0a72104
fix: make player metadata persist upon rejoining
· 2a47697b
someever
authored
Feb 06, 2025
2a47697b
feat: rework bossbars, use effect for state management
· 048ed315
someever
authored
Feb 06, 2025
048ed315
chore: use new org for kruise dependency
· cba0ae56
someever
authored
Feb 06, 2025
cba0ae56
feat(Scoreboard): use effect for reactively updating lines
· 95533c10
someever
authored
Feb 06, 2025
95533c10
feat(Game): use signals for player data
· d41f6dd9
someever
authored
Feb 06, 2025
d41f6dd9
feat: reactive signal api
· 23585004
someever
authored
Feb 06, 2025
23585004
Feb 05, 2025
feat(GamePhase): add game phase event listeners
· c9f5d937
someever
authored
Feb 06, 2025
c9f5d937
feat(Game): add game phase system
· 8ff5dcc4
someever
authored
Feb 05, 2025
8ff5dcc4
fix(Game): assign gameStartCountdown so it can be skipped
· 61a450bb
someever
authored
Feb 05, 2025
61a450bb
feat(Game): allow skipping game phases
· 32e05f2d
someever
authored
Feb 05, 2025
32e05f2d
feat(Time): add functions to stop timers more easily
· ab6f4c82
someever
authored
Feb 05, 2025
ab6f4c82
feat(World): prevent hunger depletion and pvp in paused worlds
· e014a3ba
someever
authored
Feb 05, 2025
e014a3ba
fix(World): incorrect logic in world is already paused check
· 59ee10ae
someever
authored
Feb 05, 2025
59ee10ae
refactor(Game)!: simplify game map api
· bc378431
someever
authored
Feb 05, 2025
bc378431
refactor(Game)!: remove KotlinPlugin context receiver, improve api
· 908bd4fa
someever
authored
Feb 05, 2025
908bd4fa
fix: fix compiler errors that i missed
· 2738ad1a
someever
authored
Feb 05, 2025
2738ad1a
Loading