Tags: andrei1058/BedWars1058
Tags
Develop (#1072) * fix tracked id * downgrade support to java 17 * downgrade support to java 17 * Update deploy_snapshot.yml (#932) * Update deploy_snapshot.yml (#934) * Update compile_snapshot.yml (#933) * update sidebar lib (#931) * Update deploy_snapshot.yml * Update deploy.yml (#935) * Update deploy_snapshot.yml * fix default blast protection from fireballs on 1.8.8 (#937) * add deprecation notice for 1.8.8, 1.17.1, 1.19.1 and 1.20 (#939) * fix metric tracking * WIP: Add 1.20.3 support (#943) * wip add 1.20.3 support * add 1.20.3 support * update sidebar version * add 1.20.4 support (#948) add 1.20.4 support * distinguish eliminated player sidebar from spectators (#953) * Fixed tag apply (#969) * add 1.20.4 support (#949) add 1.20.4 support * Fixed tag apply Fixed tag apply for 1.18.2, 1.17.1, 1.12.2 and 1.8.8 where the tag wouldnt get applied ever (because the NBTTag was getting applied only if the item was null with no additive tags) --------- Co-authored-by: Andrei Dascălu <[email protected]> * Fixed NullPointerException (#967) * add 1.20.4 support (#949) add 1.20.4 support * Fixed NullPointerException Fixed NullPointerException Error Log: https://pastebin.com/DCWeqQKQ --------- Co-authored-by: Andrei Dascălu <[email protected]> * Fixed tag apply for VersionSupport#setShopUpgradeIdentifier * Fixed DespawnableProvider error in versions 1.20.3 & 1.20.4 Fixed DespawnableProvider error in versions 1.20.3 & 1.20.4 * Fix setSource method error in versions 1.20.3 & 1.20.4 Fixed setSource method error in versions 1.20.3 & 1.20.4 * Fix #1006 - Sidebar support for 1.16.5 (#1010) * fix dependency * Fix message path for money rewards Fix message path for money rewards * Fix 947 - holograms on 1.20.2-4 (#1071) * slime format conversion improvement (#908) * fix #906, slime world conversion improvement * downgrade java version to 17 for 1.20 and 1.19 * Some release (#1042) - add new sidebar layout for playing state but eliminated (new path will be created: sidebar.Default.playing.eliminated) by andrei1058 - fix message paths for money rewards [ #1021](#1021) by andrei1058 -[ Fixed tag apply for VersionSupport#setShopUpgradeIdentifier](https://github.com/andrei1058/BedWars1058/pull/976/files), will fix shop item tier lost issue on mc 1.12 by [ImYenil](https://github.com/ImYenil) - [Fixed DespawnableProvider error in versions 1.20.3 & 1.20.4](#994) by [ImYenil](https://github.com/ImYenil) - [Fix TNT setSource method error in versions 1.20.3 & 1.20.4](#1003) by [ImYenil](https://github.com/ImYenil) - [Fix #1006 - Sidebar support for 1.16.5](#1010) - [Fix NBTTag tag apply for 1.18.2, 1.17.1, 1.12.2 and 1.8.8](#969) by [KKiiya](https://github.com/KKiiya) -[ Fix null pointer error while trying to apply NBT tags to AIR](#967) by [ImYenil](https://github.com/ImYenil) - [Add spigot 1.20.3 support](#943) by andrei1058 - [Fix bStats metric tracking](5f1c526) by andrei1058 - [ fix default blast protection from fireballs on 1.8.8](#937) by Owner [andrei1058](https://github.com/andrei1058) - [fix bStats resource ID](f6bfd88) by andrei1058 * reduce packets spam * deprecate gen holo * recycle code * fix #947 on 1.20.4 * version string update * fix 1.20.3-4 support * fix 1.20.2 holograms * update workflows * remove dependency * change repository order * update papermc repo url * pom update --------- Co-authored-by: Kiiya <[email protected]> Co-authored-by: Yenil <[email protected]>
Some release (#1042) - add new sidebar layout for playing state but eliminated (new path will be created: sidebar.Default.playing.eliminated) by andrei1058 - fix message paths for money rewards [ #1021](#1021) by andrei1058 -[ Fixed tag apply for VersionSupport#setShopUpgradeIdentifier](https://github.com/andrei1058/BedWars1058/pull/976/files), will fix shop item tier lost issue on mc 1.12 by [ImYenil](https://github.com/ImYenil) - [Fixed DespawnableProvider error in versions 1.20.3 & 1.20.4](#994) by [ImYenil](https://github.com/ImYenil) - [Fix TNT setSource method error in versions 1.20.3 & 1.20.4](#1003) by [ImYenil](https://github.com/ImYenil) - [Fix #1006 - Sidebar support for 1.16.5](#1010) - [Fix NBTTag tag apply for 1.18.2, 1.17.1, 1.12.2 and 1.8.8](#969) by [KKiiya](https://github.com/KKiiya) -[ Fix null pointer error while trying to apply NBT tags to AIR](#967) by [ImYenil](https://github.com/ImYenil) - [Add spigot 1.20.3 support](#943) by andrei1058 - [Fix bStats metric tracking](5f1c526) by andrei1058 - [ fix default blast protection from fireballs on 1.8.8](#937) by Owner [andrei1058](https://github.com/andrei1058) - [fix bStats resource ID](f6bfd88) by andrei1058
Fix sidebar version (#945) * fix bStats tracked id * remove scoreboard numbers, replace with team status when applicable on 1.20.3 scoreboard * fix default blast protection from fireballs on 1.8.8 (#937) * add deprecation notice for 1.8.8, 1.17.1, 1.19.1 and 1.20 (#939) * fix metric tracking * add 1.20.3 support
Merge remote-tracking branch 'origin/production' # Conflicts: # bedwars-api/src/main/java/com/andrei1058/bedwars/api/server/RestoreAdapter.java # resetadapter_aswm/src/main/java/com/andrei1058/bedwars/arena/mapreset/slime/AdvancedSlimeAdapter.java # resetadapter_slime/src/main/java/com/andrei1058/bedwars/arena/mapreset/slime/SlimeAdapter.java # resetadapter_slimepaper/src/main/java/com/andrei1058/bedwars/arena/mapreset/slime/SlimePaperAdapter.java # versionsupport_v1_19_R3/pom.xml # versionsupport_v1_20_R1/pom.xml # versionsupport_v1_20_R2/pom.xml
PreviousNext