Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactoring! | MylesAndMore | 2023-06-17 |
| | | | | it's been a while, I thought I would clean up the code a bit and test to make sure everything works on 1.20 :) | ||
* | fix bugs | Myles | 2022-12-11 |
| | |||
* | lang changes | Myles | 2022-12-10 |
| | |||
* | fix (most of) the bugs | Myles | 2022-12-08 |
| | |||
* | remove deprecated startGame method in command | Myles | 2022-12-08 |
| | |||
* | rewrite basically an entire method (rip my sanity) | Myles | 2022-12-07 |
| | | | | | | | | | you can now specify what type of game in the cmd and not just the config file (although the config file still works) but now testing should be easier! and also flexibility is cool I wonder how many bugs this will cause in the future... | ||
* | I broke things (as usual) | Myles | 2022-12-07 |
| | |||
* | bug fixes and duplicate game glitch fixed | Myles | 2022-12-07 |
| | |||
* | reformatting (this may break things) | Myles | 2022-12-05 |
| | | | | | | removed some flagged imports and changed some of the regen code might need to revert the commit... | ||
* | carver is too good at bug fixing | Myles | 2022-12-03 |
| | |||
* | slight change to start message | Myles | 2022-12-03 |
| | |||
* | slight reformat in StartGame for the Game management refactors | Myles | 2022-12-02 |
| | |||
* | 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 |
| | | | | it is now TumbleManager because I just realized bukkit already has something called PluginManager | ||
* | the PluginManager is too op | Myles | 2022-11-27 |
| | |||
* | is it an honor to freeze the whole server thread? | Myles | 2022-11-27 |
| | | | | | | | no. anyways I was referencing the wrong world I also transitioned to a for loop because they're better and added a method to get the players in lobby | ||
* | add comment to StartGame | Myles | 2022-11-26 |
| | |||
* | I stole my own code a little too well | Myles | 2022-11-26 |
| | | | | | reformat to make use of lobbyWorld var I like cleaner code (although this is definetly not it) | ||
* | oops forgot to steal my own code | Myles | 2022-11-26 |
| | | | | | to make it better! (players are now teleported from lobby -> game spawn instead of set coords, just to make it more customizable) | ||
* | add lobby -> game teleportation logic in StartGame | Myles | 2022-11-26 |
| | | | | also: check config file for nulls is added | ||
* | complete reformat of logic in StartGame | Myles | 2022-11-26 |
| | |||
* | add PluginManager | Myles | 2022-11-26 |
| | |||
* | begin the StartGame command | Myles | 2022-11-26 |