Bump down version and add readme and banner by CitralFlo · Pull Request #54 · EternalCodeTeam/multification · GitHub
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a377a61
start implementing bossbar
P1otrulla Sep 15, 2024
2f18f8a
refactored bossbar system
P1otrulla Sep 15, 2024
846f5af
Async -> Scheduler
P1otrulla Sep 15, 2024
88951c4
scheduler -> buildin java scheduler
P1otrulla Sep 15, 2024
a789be2
fix typo
P1otrulla Sep 15, 2024
c96a2e5
removed unused import
P1otrulla Sep 15, 2024
b630939
add notice builder for bossbar
P1otrulla Sep 15, 2024
2ea624e
GH-47 Bossbar fix (#47)
CitralFlo Oct 1, 2024
ff7006d
Fix example, add test. Make Overlay and progress optional to better m…
CitralFlo Oct 8, 2024
d5f02fc
Fix tests
CitralFlo Oct 8, 2024
2172330
Fix tests v2
CitralFlo Oct 8, 2024
7c307e6
Fix spaces and add Notice#bossBar
CitralFlo Oct 8, 2024
700c662
Update multification-cdn/src/com/eternalcode/multification/cdn/Multif…
CitralFlo Oct 8, 2024
123f342
Update multification-cdn/src/com/eternalcode/multification/cdn/Multif…
CitralFlo Oct 8, 2024
2246527
Fix spaces asked by @Rollczi
CitralFlo Oct 9, 2024
46f1ed5
Merge remote-tracking branch 'origin/boss-bar-cooking' into boss-bar-…
CitralFlo Oct 9, 2024
fac8134
Add tests for Notice#bossbar method.
CitralFlo Oct 9, 2024
5a2bcae
Fix short w/o to without
CitralFlo Oct 11, 2024
e7df484
Bump down version and remove <pride> in example which is not supporte…
CitralFlo Oct 17, 2024
dbfe28f
Add ReadMe and banner.
CitralFlo Oct 17, 2024
0ec340e
version and readme
P1otrulla Sep 15, 2024
64629d7
refactored bossbar system
P1otrulla Sep 15, 2024
2c21304
Async -> Scheduler
P1otrulla Sep 15, 2024
b3c5dfd
scheduler -> buildin java scheduler
P1otrulla Sep 15, 2024
071aaf3
add notice builder for bossbar
P1otrulla Sep 15, 2024
1b002b1
GH-47 Bossbar fix (#47)
CitralFlo Oct 1, 2024
71f29b2
Fix example, add test. Make Overlay and progress optional to better m…
CitralFlo Oct 8, 2024
7200ae6
Fix spaces and add Notice#bossBar
CitralFlo Oct 8, 2024
3ab5662
Fix spaces asked by @Rollczi
CitralFlo Oct 9, 2024
f67f14a
Bump down version and remove <pride> in example which is not supporte…
CitralFlo Oct 17, 2024
4be65a1
Add ReadMe and banner.
CitralFlo Oct 17, 2024
3bbce28
Merge remote-tracking branch 'origin/bump-down-version' into bump-dow…
CitralFlo Oct 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
101 changes: 101 additions & 0 deletions README.md
Binary file added assets/readme-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
object Versions {

const val ADVENTURE_PLATFORM_BUKKIT = "4.3.3"
const val ADVENTURE_API = "4.18.0-SNAPSHOT"
const val ADVENTURE_API = "4.17.0"
const val CDN = "1.14.5"

const val MOCKITO_CORE = "5.14.2"
Expand Down