aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAge
...
* slight lang change to warning wording on startupMyles2022-11-27
|
* add comment to StartGameMyles2022-11-26
|
* I stole my own code a little too wellMyles2022-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 codeMyles2022-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 StartGameMyles2022-11-26
| | | | also: check config file for nulls is added
* change error feedback in SetWorldConfigMyles2022-11-26
|
* add logic so players cannot rejoin in game worldMyles2022-11-26
| | | | EventListener logic
* remove start-game aliasMyles2022-11-26
| | | | it's no longer applicable with the new command name
* add null config check in Main.javaMyles2022-11-26
|
* complete reformat of logic in StartGameMyles2022-11-26
|
* add duplicate world protection in SetWorldConfigMyles2022-11-26
| | | | also changed the msgs slightly
* rename StartGame to startMyles2022-11-26
|
* amend PluginManagerMyles2022-11-26
|
* add PluginManagerMyles2022-11-26
|
* begin the StartGame commandMyles2022-11-26
|
* we're too cool for a worldmanagerMyles2022-11-26
|
* spigot yaml parser is weirdMyles2022-11-26
|
* oopsies forgot to add permsMyles2022-11-26
|
* add world config commandMyles2022-11-26
| | | | PLEASE I JUST WANT TO GO TO BED
* add var for pluginMyles2022-11-26
|
* add comments for my idiot future self 🙄Myles2022-11-25
|
* make permission message configurableMyles2022-11-25
|
* I have reformatting ocdMyles2022-11-25
|
* add ReloadCommand to...reload..yeahMyles2022-11-25
|
* add Metrics class for bStatsMyles2022-11-25
|
* register config, bStats, command, and add disable methodMyles2022-11-25
|
* wow the event listener actually works now! (maybe)Myles2022-11-25
|
* update plugin.yml for reload cmdMyles2022-11-25
|
* add config.yml for join msgsMyles2022-11-25
|
* add bStats supportMyles2022-11-25
|
* add plugin.ymlMyles2022-11-25
|
* sike we're using spigot nowMyles2022-11-25
|
* refactoring file struct changesMyles2022-11-25