index
:
Tumble
main
A Minecraft: Java Edition plugin recreating the Tumble minigame from Minecraft Legacy Console Edition.
sowgro
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
MylesAndMore
/
tumble
/
commands
/
StartGame.java
(
unfollow
)
Commit message (
Expand
)
Author
2023-06-17
refactoring!
MylesAndMore
2022-12-11
fix bugs
Myles
2022-12-10
lang changes
Myles
2022-12-08
fix (most of) the bugs
Myles
2022-12-08
remove deprecated startGame method in command
Myles
2022-12-07
rewrite basically an entire method (rip my sanity)
Myles
2022-12-07
I broke things (as usual)
Myles
2022-12-07
bug fixes and duplicate game glitch fixed
Myles
2022-12-05
reformatting (this may break things)
Myles
2022-12-03
carver is too good at bug fixing
Myles
2022-12-03
slight change to start message
Myles
2022-12-02
slight reformat in StartGame for the Game management refactors
Myles
2022-11-27
change startgame message
Myles
2022-11-27
add a circle generator (ew math)
Myles
2022-11-27
reformat StartGame and integrate with GameManager
Myles
2022-11-27
methodize StartGame
Myles
2022-11-27
refactor: the PluginManager was too op, so we had to nerf it
Myles
2022-11-27
the PluginManager is too op
Myles
2022-11-27
is it an honor to freeze the whole server thread?
Myles
2022-11-26
add comment to StartGame
Myles
2022-11-26
I stole my own code a little too well
Myles
2022-11-26
oops forgot to steal my own code
Myles
2022-11-26
add lobby -> game teleportation logic in StartGame
Myles
2022-11-26
complete reformat of logic in StartGame
Myles
2022-11-26
add PluginManager
Myles
2022-11-26
begin the StartGame command
Myles