aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)Author
2022-11-27add some static testing generation in the GameManagerMyles
2022-11-27add cyl support in generatorMyles
2022-11-27change startgame messageMyles
2022-11-27add a circle generator (ew math)Myles
2022-11-27more refactoring rel. TumbleManagerMyles
2022-11-27reformat StartGame and integrate with GameManagerMyles
2022-11-27create GameManagerMyles
2022-11-27add gameMode to configMyles
2022-11-27methodize StartGameMyles
2022-11-27onDisable() isn't necessary, so it's removed for nowMyles
2022-11-27rename 'setworld' command to 'link'Myles
2022-11-27refactor: the PluginManager was too op, so we had to nerf itMyles
it is now TumbleManager because I just realized bukkit already has something called PluginManager
2022-11-27the PluginManager is too opMyles
2022-11-27reformat if/else to reflect commonalityMyles
2022-11-27is it an honor to freeze the whole server thread?Myles
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
2022-11-27add return false because that's what you're supposed to doMyles
2022-11-27slight lang change to warning wording on startupMyles
2022-11-26add comment to StartGameMyles
2022-11-26I stole my own code a little too wellMyles
reformat to make use of lobbyWorld var I like cleaner code (although this is definetly not it)
2022-11-26oops forgot to steal my own codeMyles
to make it better! (players are now teleported from lobby -> game spawn instead of set coords, just to make it more customizable)
2022-11-26add lobby -> game teleportation logic in StartGameMyles
also: check config file for nulls is added
2022-11-26change error feedback in SetWorldConfigMyles
2022-11-26add logic so players cannot rejoin in game worldMyles
EventListener logic
2022-11-26remove start-game aliasMyles
it's no longer applicable with the new command name
2022-11-26add null config check in Main.javaMyles
2022-11-26complete reformat of logic in StartGameMyles
2022-11-26add duplicate world protection in SetWorldConfigMyles
also changed the msgs slightly
2022-11-26rename StartGame to startMyles
2022-11-26amend PluginManagerMyles
2022-11-26add PluginManagerMyles
2022-11-26begin the StartGame commandMyles
2022-11-26we're too cool for a worldmanagerMyles
2022-11-26spigot yaml parser is weirdMyles
2022-11-26oopsies forgot to add permsMyles
2022-11-26add world config commandMyles
PLEASE I JUST WANT TO GO TO BED
2022-11-26add var for pluginMyles
2022-11-25add comments for my idiot future self 🙄Myles
2022-11-25make permission message configurableMyles
2022-11-25I have reformatting ocdMyles
2022-11-25add ReloadCommand to...reload..yeahMyles
2022-11-25add Metrics class for bStatsMyles
2022-11-25register config, bStats, command, and add disable methodMyles
2022-11-25wow the event listener actually works now! (maybe)Myles
2022-11-25update plugin.yml for reload cmdMyles
2022-11-25add config.yml for join msgsMyles
2022-11-25add bStats supportMyles
2022-11-25add plugin.ymlMyles
2022-11-25sike we're using spigot nowMyles
2022-11-25refactoring file struct changesMyles