Commit 7ecc633
authored
1.0.0-BETA (#9)
* Added DatabaseManager interface, changed EntityManager and EntityManagerFactory handling
* Huge improvement in plugin size and rearrangement of gradle settings and modules
* Temporarily removing H2 database from options
* DBPlayerData implementation
* DBServer implementation
* Deleted DBServer.java
* Server name will be fetched from config
* Changed load order
* PlayerData can be accessed from DBPlayer instead of its own DAO
* PlayerData now saves data for all joined players
* Game joined players should be properly set after the game
* Added default values
* Added time utils and position management to see results
* initial
* initial
* Added category in results for non-finished players, also added possibility to run challenges in unlimited mode.
* Made results async
* Added docs for javadocs
* Moved all hard-coded messages to config
* Adventure for new changes
* Removed unused listener
* Added rewards
* Reversed positions in unlimited mode
* Version1 parent bccfba7 commit 7ecc633
49 files changed
Lines changed: 1275 additions & 629 deletions
File tree
- .idea
- inspectionProfiles
- modules
- api
- core
- spigot
- api
- src/main/java/sk/adr3ez/globalchallenges/api
- configuration
- database
- entity
- model
- challenge
- player
- util
- core
- src/main
- java/sk/adr3ez/globalchallenges/core
- challenges
- database
- dao
- entity
- model
- resources
- gradle/wrapper
- spigot
- src/main
- java/sk/adr3ez/globalchallenges/spigot
- util
- resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
5 | 23 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
9 | 28 | | |
10 | 29 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| |||
0 commit comments