Skip to content

Bleeding #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 608 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
608 commits
Select commit Hold shift + click to select a range
3ac9f28
Fix boat behavior (#1911)
wode490390 Oct 30, 2021
167b7e9
Call EntityCombustByEntityEvent in EntityProjectile (#1912)
wode490390 Oct 31, 2021
7f03dbc
Make falling anvil deal damage (#1913)
PetteriM1 Nov 3, 2021
812bfee
Fix power enchantment (#1910)
wode490390 Nov 3, 2021
ee49a2a
Falling anvil: do not reset fall distance before dealing damage to en…
PetteriM1 Nov 3, 2021
9cf3af1
#1233 Fixes problems caught on code review
Polyana-Fontes Nov 22, 2021
8c5c5aa
#1233 Improves ResourcePackDataInfoPacket and fixes a build issue
Polyana-Fontes Nov 22, 2021
91b7757
#1233 Improves ResourcePackChunkDataPacket, ResourcePackChunkRequestP…
Polyana-Fontes Nov 22, 2021
e149fe6
#1233 Makes ResourcePackManager.maxChunkSize non-static
Polyana-Fontes Nov 22, 2021
4324813
#1233 Create some tests to the HumanStringComparator
Polyana-Fontes Nov 22, 2021
95c2685
#1233 Improves BlockMagma.onEntityCollide
Polyana-Fontes Nov 22, 2021
a87f85a
#1233 Fixes ResourcePackManagerTest
Polyana-Fontes Nov 22, 2021
f897085
#1233 Creates a test unit and fixes two code smells
Polyana-Fontes Nov 22, 2021
94f4ff9
#1233 Creates more test units
Polyana-Fontes Nov 22, 2021
29c2a36
Minor fixes for enchant command (#1915)
PetteriM1 Nov 23, 2021
b0f7f57
#1233 Fixes javadoc: Was missing lombok generated stuff
Polyana-Fontes Nov 24, 2021
1ee150c
Fix resource pack downloading (#1916)
wode490390 Nov 26, 2021
9455daa
Initial 1.18.0 Support (#1917)
EinBexiii Nov 30, 2021
18a1f33
Change all FUTURE strings to 1.5.2.0-PN
Polyana-Fontes Dec 1, 2021
5887aee
Update the translations
Polyana-Fontes Dec 1, 2021
cd62c4b
Release v1.5.2.0-PN
Polyana-Fontes Dec 1, 2021
b521426
Fixes release script error
Polyana-Fontes Dec 1, 2021
9f0daae
Releasing PowerNukkit v1.5.2.0-PN
PowerNukkitBot Dec 1, 2021
ec1da36
Merge remote-tracking branch 'origin/devops/release'
Polyana-Fontes Dec 1, 2021
8a68a5b
Add custom suffix to the version
Polyana-Fontes Dec 1, 2021
5ff0c38
Change the version to 1.6.0.0-PN-SNAPSHOT
Polyana-Fontes Dec 1, 2021
e5743e3
Initial 1.18.0 Support
EinBexiii Nov 30, 2021
a7f653b
Update resources for Minecraft BE 1.18.0
Polyana-Fontes Dec 1, 2021
84972ba
Add missing constants to LevelSoundEventPacket
Polyana-Fontes Dec 1, 2021
ead2341
Fix: Sonar scan not running
Polyana-Fontes Dec 1, 2021
c1900d1
Merge pull request #1258 from PowerNukkit/mc-1.18/update/protocol
Polyana-Fontes Dec 1, 2021
101f37e
Add #1258 to the changelog
Polyana-Fontes Dec 2, 2021
b88fe29
Merge remote-tracking branch 'cloudburst/master' into merge/upstream
Polyana-Fontes Dec 2, 2021
7bb7039
Add missing PowerNukkitOnly annotations
Polyana-Fontes Dec 2, 2021
ccfda20
Fixes build issues
Polyana-Fontes Dec 3, 2021
6f9ad99
Update log4j2 (#1920)
PetteriM1 Dec 9, 2021
53bef97
Update runtime item states to 1.18 (#1921)
Kazzuk Dec 9, 2021
1b7045a
Use log4j2 release (#1923)
PetteriM1 Dec 10, 2021
63d3382
Add missing Override and some missing PowerNukkitOnly annotations
Polyana-Fontes Dec 10, 2021
e3626ae
Update Jenkinsfile
SupremeMortal Dec 11, 2021
82d6898
Bump log4j to 2.15.0
PleaseInsertNameHere Dec 11, 2021
0a8ef2f
Bump log4j to 2.15.0 | Fix build errors
PleaseInsertNameHere Dec 11, 2021
250b692
Update Sound enum to 1.18.0 (#1924)
wode490390 Dec 11, 2021
a9db8b9
Change AnvilDamageEvent to match Nukkit plus extra functionalities
Polyana-Fontes Dec 11, 2021
29ab14d
Remove incorrect PowerNukkitOnly annotations
Polyana-Fontes Dec 11, 2021
a916b81
Fixes type incompatibility at CraftingTransaction.recipe
Polyana-Fontes Dec 11, 2021
d51e866
Fixes type incompatibility at BlockEntityPistonArm#state and BlockEnt…
Polyana-Fontes Dec 11, 2021
d8a9cd0
Improves some basic static block attributes access, adds some PowerNu…
Polyana-Fontes Dec 11, 2021
cab9770
Add missing PowerNukkitOnly annotations
Polyana-Fontes Dec 11, 2021
9e5945a
Add missing PowerNukkitOnly annotations
Polyana-Fontes Dec 11, 2021
233473b
Add missing PowerNukkitOnly annotations
Polyana-Fontes Dec 11, 2021
d942f97
Add missing PowerNukkitOnly annotations
Polyana-Fontes Dec 11, 2021
feee6ad
Add missing PowerNukkitOnly annotations
Polyana-Fontes Dec 12, 2021
b8b6d47
Add missing PowerNukkitOnly annotations
Polyana-Fontes Dec 12, 2021
0c47dd2
Downgrade spoon to fix builds on JDK 8
Polyana-Fontes Dec 12, 2021
51a4609
Fixes sonar code smells
Polyana-Fontes Dec 12, 2021
861eaba
Merge pull request #1266 from PleaseInsertNameHere/pn-log4j
Polyana-Fontes Dec 12, 2021
bad50e7
Create a test unit for AnvilDamageEventTest and fixes getOldDamage, g…
Polyana-Fontes Dec 12, 2021
c559209
Merge remote-tracking branch 'origin/bleeding' into merge/upstream
Polyana-Fontes Dec 12, 2021
f35e232
Create some unit tests
Polyana-Fontes Dec 12, 2021
d680063
Fix a broken test
Polyana-Fontes Dec 12, 2021
f66ce26
Add missing Since annotations
Polyana-Fontes Dec 12, 2021
e8b7599
Fixes MoveEntityDeltaPacket decoding, adds test unit
Polyana-Fontes Dec 13, 2021
bd1ae26
Fixes regression of #267 and add unit tests
Polyana-Fontes Dec 13, 2021
ed36107
Merge remote-tracking branch 'cloudburst/master' into merge/upstream
Polyana-Fontes Dec 13, 2021
6f02b4b
Add new Since annotations
Polyana-Fontes Dec 13, 2021
4857ca2
Bump log4j from 2.15.0 to 2.16.0 (#1927)
dependabot[bot] Dec 14, 2021
0ce8bb4
Fix Bossbar color (#1925)
KCodeYT Dec 15, 2021
08ba1b1
Fix Player#getDummyBossBar javadoc (#1928)
KCodeYT Dec 15, 2021
8e8b5c2
Fixes EntityProjectile.setAge(boolean) and add test units
Polyana-Fontes Dec 15, 2021
97d85cd
Fix jenkins artifacts
SupremeMortal Dec 15, 2021
7a08140
Fix Jenkins artifact archiving
SupremeMortal Dec 15, 2021
6462309
Bump log4j to 2.16.0
PleaseInsertNameHere Dec 15, 2021
4e7b23b
Update RakNet to 1.16.28-SNAPSHOT
SupremeMortal Dec 18, 2021
9805a37
Bump log4j-api from 2.16.0 to 2.17.0 (#1931)
dependabot[bot] Dec 18, 2021
4d7b0f6
Bump to 2.17.0
PleaseInsertNameHere Dec 18, 2021
82490e3
Fixes naming, durability and some small item things, adds a big test …
Polyana-Fontes Dec 19, 2021
87d2166
Adds some test units and small fixes
Polyana-Fontes Dec 19, 2021
33a0fae
Merge pull request #1270 from PleaseInsertNameHere/pn-log4j
Polyana-Fontes Dec 19, 2021
63dca2f
Adds more test units
Polyana-Fontes Dec 19, 2021
36e72d3
Fixes failed tests
Polyana-Fontes Dec 19, 2021
bec55c4
Creates more test units
Polyana-Fontes Dec 19, 2021
4504c33
More tests and small fixes
Polyana-Fontes Dec 19, 2021
9350b3f
More tests and small fixes
Polyana-Fontes Dec 20, 2021
17e064a
More tests and small fixes
Polyana-Fontes Dec 20, 2021
e46ef1a
More tests and small fixes
Polyana-Fontes Dec 20, 2021
0eef8ea
Merge remote-tracking branch 'origin/bleeding' into merge/upstream
Polyana-Fontes Dec 20, 2021
41221a8
Merge remote-tracking branch 'cloudburst/master' into merge/upstream
Polyana-Fontes Dec 20, 2021
ee61644
More tests and small fixes
Polyana-Fontes Dec 20, 2021
d9417d8
Create more tests
Polyana-Fontes Dec 20, 2021
006c3b7
Fixes a failed test
Polyana-Fontes Dec 20, 2021
c6fa2cf
Create unit test for the ItemTrident
Polyana-Fontes Dec 20, 2021
db90fb9
Create a test for EntityFishingHook.update()
Polyana-Fontes Dec 20, 2021
9fbb7e1
Update powernukkit-tests-junit5 to 0.1.1
Polyana-Fontes Dec 21, 2021
56bddf3
Fix: Survival players were able to fake-pickup creative tridents
Polyana-Fontes Dec 21, 2021
2b8830a
Create a test unit for the trident fix
Polyana-Fontes Dec 21, 2021
3281db3
Changes the version to 1.5.2.1-PN-SNAPSHOT
Polyana-Fontes Dec 21, 2021
f44546c
Bump log4j to 2.15.0
PleaseInsertNameHere Dec 11, 2021
5327a72
Bump log4j to 2.15.0 | Fix build errors
PleaseInsertNameHere Dec 11, 2021
deb44da
Bump log4j to 2.16.0
PleaseInsertNameHere Dec 15, 2021
65354ac
Bump to 2.17.0
PleaseInsertNameHere Dec 18, 2021
5c5bc38
Release 1.5.2.1-PN
Polyana-Fontes Dec 21, 2021
a8304ee
Releasing PowerNukkit v1.5.2.1-PN
PowerNukkitBot Dec 21, 2021
10a3329
Add custom suffix
Polyana-Fontes Dec 21, 2021
966e259
Merge remote-tracking branch 'origin/master' into merge/upstream
Polyana-Fontes Dec 21, 2021
70f88e5
Merge pull request #1267 from PowerNukkit/merge/upstream
Polyana-Fontes Dec 21, 2021
7774e6c
Fix player data properties being sent twice (#1935)
PetteriM1 Dec 22, 2021
5ae5228
Send normal data flags with extended flags (#1937)
PetteriM1 Dec 22, 2021
12a2d3f
Item Net ID (#1933)
PetteriM1 Dec 22, 2021
4451117
Make player movement more accurate (#1936)
PetteriM1 Dec 22, 2021
47e7289
Fixes BlockState.equals in Kotlin
Polyana-Fontes Dec 24, 2021
e5d3287
Fixed maximum message size limits to match vanilla (#1938)
wode490390 Dec 28, 2021
5c6d80d
Cornflower and Lily of the Valley can now be generated in flower fore…
wode490390 Jan 2, 2022
1ed5cf6
Update Log4j to 2.17.1 (#1939)
kheshav Jan 2, 2022
6d22283
Correction of efficiency in Block.java
egor-erm Jan 10, 2022
addb575
Merge branch 'bleeding' into master
LoboMetalurgico Jan 12, 2022
95ea0fd
Fix nametag being applied on adventure mode (#1298)
alikindsys Jan 26, 2022
daa9576
Fix nametag deleting the whole stack on right-click
alikindsys Feb 6, 2022
528db3f
Merge pull request #1303 from PowerNukkit/fix/1298-nametag-bug
LoboMetalurgico Feb 6, 2022
616ddf2
Merge branch 'bleeding' into master
LoboMetalurgico Feb 6, 2022
0781c85
Merge pull request #1295 from Egor-Ermolaev/master
LoboMetalurgico Feb 6, 2022
f74f80e
Merge branch 'bleeding' into fix-book-sign
LoboMetalurgico Feb 6, 2022
6b65e4c
Merge pull request #1194 from GoodLucky777/fix-book-sign
LoboMetalurgico Feb 6, 2022
9e9ffbf
Merge pull request #1 from PowerNukkit/bleeding
egor-erm Feb 8, 2022
d07434c
Potion Speed II, fix time of action
egor-erm Feb 9, 2022
64876ec
Add support for 1.18.10 (#1962)
Alemiz112 Feb 9, 2022
5be0266
Merge branch 'bleeding' of https://github.com/PowerNukkit/PowerNukkit…
Gabriel8579 Feb 10, 2022
5445b95
1.18.10 vanilla: Use fire damage game rule for magma block damage (#1…
PetteriM1 Feb 9, 2022
37b1ff9
feat: Update protocol version
Gabriel8579 Feb 10, 2022
3b763ac
fix: fix nether issues
Gabriel8579 Feb 11, 2022
b64c051
fix: fix nether issues
Gabriel8579 Feb 11, 2022
7ae0032
fix: fix skull being replaced with an UPDATE! block
Gabriel8579 Feb 12, 2022
0bdd3ab
fix: fixes smithing table recipes
Gabriel8579 Feb 14, 2022
f8a0a4c
Merge pull request #1324 from Egor-Ermolaev/bleeding-speed
LoboMetalurgico Feb 14, 2022
0fc5912
Update BlockBubbleColumn.java
egor-erm Feb 15, 2022
0d60839
Update EntityFallingBlock.java
egor-erm Feb 15, 2022
a067814
Merge branch 'bleeding' into bleeding-bubbles
LoboMetalurgico Feb 15, 2022
a9841d5
Merge branch 'bleeding' into bump-protocol
LoboMetalurgico Feb 16, 2022
bf6cce6
Add /allowlist and update TranslationContainer
GoodLucky777 Feb 25, 2022
798b805
Merge pull request #1314 from PowerNukkit/bump-protocol
Polyana-Fontes Feb 25, 2022
6201811
Merge branch 'bleeding' into fix-command-whitelist-text
GoodLucky777 Feb 27, 2022
da983b7
Temporarily remove --no-transfer-progress
Polyana-Fontes Apr 6, 2022
56e469a
Add Amethyst Shard item
GoodLucky777 Apr 8, 2022
ce6ea0d
Add AMETHYST_SHARD item id
GoodLucky777 Apr 8, 2022
ab8dc8f
Merge branch 'bleeding' into fix-command-whitelist-text
LoboMetalurgico Apr 9, 2022
bd01d5a
Merge pull request #1327 from GoodLucky777/fix-command-whitelist-text
LoboMetalurgico Apr 9, 2022
bb28be1
Fix stair upsidedown bug
TobidieTopfpflanze Apr 15, 2022
1a8cf7b
Fix ARM64 docker builds using dockerx multi-arch
Polyana-Fontes Apr 18, 2022
71e4457
Fix docker build error
Polyana-Fontes Apr 18, 2022
8020b27
Make TeamCity builds faster
Polyana-Fontes Apr 18, 2022
4a9b0bc
Fix: Docker build failing for jar being ignored
Polyana-Fontes Apr 18, 2022
1ed1d55
Automate powernukkit-versions.json updates
Polyana-Fontes Apr 19, 2022
435e2c2
Merge branch 'master' into bleeding
Polyana-Fontes Apr 19, 2022
926cab2
Remove Downloading/Downloaded spam from workflows
Polyana-Fontes Apr 19, 2022
6dcef16
Update all resources to MC 1.18.30
Polyana-Fontes Apr 20, 2022
e6badfe
Add support for 1.18.30 (#1976)
Alemiz112 Apr 17, 2022
819a0ff
Add Since annotations
Polyana-Fontes Apr 20, 2022
a71adc6
Merge pull request #1338 from PowerNukkit/mc-1.18.30/protocol
Polyana-Fontes Apr 20, 2022
f9a0d68
Merge pull request #1336 from TobidieTopfpflanze/stair-fix
Polyana-Fontes Apr 20, 2022
5350f73
Add missing tags
Polyana-Fontes Apr 20, 2022
183f10e
Replace all "FUTURE" with "1.6.0.0-PN"
Polyana-Fontes Apr 20, 2022
766a51e
Update docker-compose and the md files
Polyana-Fontes Apr 20, 2022
0b0fe93
Update the release script
Polyana-Fontes Apr 20, 2022
a5e2e7e
Release v1.6.0.0-PN
Polyana-Fontes Apr 20, 2022
50cdd6c
Merge pull request #1341 from PowerNukkit/releasing/1.6.0.0-PN
Polyana-Fontes Apr 20, 2022
6a4246a
Corrige erro no release.py
Polyana-Fontes Apr 20, 2022
39cafcf
Merge remote-tracking branch 'origin/devops/release' into releasing/1…
Polyana-Fontes Apr 20, 2022
a8a1cb8
Fix an error in release.py
Polyana-Fontes Apr 20, 2022
35beeae
Releasing PowerNukkit v1.6.0.0-PN
PowerNukkitBot Apr 20, 2022
bf76773
Add custom suffix to the version
Polyana-Fontes Apr 20, 2022
8161a80
Change the version to 1.6.1.0-PN-SNAPSHOT
Polyana-Fontes Apr 20, 2022
ca55b36
Merge branch 'nukkitx' into merge/upstream-2
Polyana-Fontes Apr 20, 2022
c150778
Update the changelog
Polyana-Fontes Apr 20, 2022
b2a65c5
Backward compatibility fix with AntiXRay PowerNukkit port.
Polyana-Fontes Apr 20, 2022
1af357a
Update Log4J and the changelog
Polyana-Fontes Apr 20, 2022
c17e2a7
Merge pull request #1344 from PowerNukkit/fix/palettedblockstorage-co…
Polyana-Fontes Apr 21, 2022
7c93d1a
Merge branch 'merge/upstream-2' into fix/palettedblockstorage-compat
Polyana-Fontes Apr 21, 2022
2447d87
Fix: Compatibility with AntiXRay still not working
Polyana-Fontes Apr 21, 2022
8c0ce42
Release 1.6.0.1-PN
Polyana-Fontes Apr 21, 2022
0c7be12
Releasing PowerNukkit v1.6.0.1-PN
PowerNukkitBot Apr 21, 2022
30019b8
Add CUSTOM suffix to the version
Polyana-Fontes Apr 21, 2022
ae122d8
Merge branch 'master' into bleeding
Polyana-Fontes Apr 21, 2022
b612243
Merge branch 'bleeding' into bleeding-bubbles
LoboMetalurgico Apr 21, 2022
59c4856
Merge pull request #1326 from Egor-Ermolaev/bleeding-bubbles
LoboMetalurgico Apr 21, 2022
c79cb85
Merge branch 'bleeding' into add-item-amethyst-shard
GoodLucky777 Apr 23, 2022
f2be6a4
Update resources to Minecraft v1.19.0
GoodLucky777 Jun 9, 2022
76f45b7
Minimum protocol changes for 1.19.0 (#1999)
PetteriM1 Jun 7, 2022
c569798
Fix BlockStateRegistryTest
GoodLucky777 Jun 9, 2022
ccc8f81
Merge pull request #1334 from GoodLucky777/add-item-amethyst-shard
LoboMetalurgico Jun 11, 2022
e37e5d1
Merge branch 'bleeding' into update/1.19.0
LoboMetalurgico Jun 11, 2022
953eabb
Add support for WaterdogPE xuid and IP
funniray May 17, 2022
b21a26d
Fix ClientChainData.java so that tests will pass
funniray May 17, 2022
d0fd928
Bump gson from 2.8.6 to 2.8.9
dependabot[bot] Jun 16, 2022
fc918d0
Merge branch 'bleeding' into dependabot/maven/com.google.code.gson-gs…
LoboMetalurgico Jun 16, 2022
dd11581
Merge pull request #1357 from PowerNukkit/dependabot/maven/com.google…
LoboMetalurgico Jun 16, 2022
641cb86
Merge branch 'bleeding' into update/1.19.0
LoboMetalurgico Jun 16, 2022
2e142a5
Merge pull request #1360 from GoodLucky777/update/1.19.0
LoboMetalurgico Jun 16, 2022
51a3ccc
fix upload issues changing -CUSTOM to -SNAPSHOT
LoboMetalurgico Jun 16, 2022
2b62800
Change version
LoboMetalurgico Jun 16, 2022
f71d461
Update hunger exhaustion levels for 1.18.30
alikindsys Jun 26, 2022
1ac364d
Add waterdogpe config option to default-nukkit.yml
funniray Jun 26, 2022
66029d7
Merge branch 'bleeding' into power_nukkit
LoboMetalurgico Jun 27, 2022
b2da189
Rename Waterdog_IP and Waterdog_XUID to waterdogIP and waterdogXUID
funniray Jun 27, 2022
9892f0a
Merge pull request #1367 from roridev/1_18_30/hunger_exhaustion
LoboMetalurgico Jul 3, 2022
8458e3c
Merge branch 'bleeding' into power_nukkit
LoboMetalurgico Jul 3, 2022
98695b5
Merge pull request #1356 from funniray/power_nukkit
LoboMetalurgico Jul 3, 2022
30fab43
Add `Server.isWaterdog()` function
alikindsys Jul 2, 2022
2a02764
Use `Server#isWaterdog` instead of getting the config locally
alikindsys Jul 3, 2022
98e0bf9
Use short-circuiting on `ClientChainData.isWaterdog`
alikindsys Jul 3, 2022
0cdbe82
Renames `Server#isWaterdog` to `isWaterdogCapable`
alikindsys Jul 3, 2022
c9f67c9
Merge pull request #1370 from roridev/cq/improve-waterdog-support
LoboMetalurgico Jul 4, 2022
cbafee3
Fix huge mushroom blocks drop
GoodLucky777 Jul 10, 2022
a2ea03b
Fix dispenser dispense potions without data and implement lingering p…
GoodLucky777 Jul 10, 2022
7da28a5
Merge pull request #1380 from GoodLucky777/fix-dispenser-potion
LoboMetalurgico Jul 11, 2022
42f4e3c
Merge branch 'bleeding' into fix-huge-mushroom-drops
LoboMetalurgico Jul 11, 2022
382d1ca
Merge pull request #1379 from GoodLucky777/fix-huge-mushroom-drops
LoboMetalurgico Jul 11, 2022
3b0b240
Remove check for waterlogged blocks on `BlockFallable`
alikindsys Jul 12, 2022
ff1611c
Update resources to Minecraft v1.19.10
GoodLucky777 Jul 13, 2022
2be29e3
Initial support for 1.19.10
Alemiz112 Jul 12, 2022
ef44fed
Don't show unknown recipe error for not implemented things
GoodLucky777 Jul 13, 2022
9008b7b
Add missing @DeprecationDetails
GoodLucky777 Jul 14, 2022
6284b6f
Merge pull request #1388 from GoodLucky777/update/1.19.10
LoboMetalurgico Jul 14, 2022
ef49170
Merge branch 'bleeding' into bugfix/pn-1207
LoboMetalurgico Jul 14, 2022
0917ffa
Merge pull request #1387 from roridev/bugfix/pn-1207
LoboMetalurgico Jul 14, 2022
8bc46d6
Fix spider eye cannot be eaten and fix poison duration
GoodLucky777 Jul 10, 2022
1c8bb6c
Restore Food.java
alikindsys Jul 15, 2022
49edb6d
Revert "Restore Food.java"
GoodLucky777 Jul 15, 2022
0381f07
Merge pull request #1377 from GoodLucky777/fix-spider-eye
alikindsys Jul 29, 2022
836fc12
Update resources to Minecraft v1.19.20
GoodLucky777 Aug 11, 2022
156b06d
1.19.20 (544) (#2034)
PetteriM1 Aug 10, 2022
5d3899f
Update and fix block names
GoodLucky777 Aug 11, 2022
a200820
fix merge
GoodLucky777 Aug 12, 2022
d4a20a0
Merge pull request #1393 from GoodLucky777/update/1.19.20
LoboMetalurgico Aug 12, 2022
535bca1
Update protocol to 1.19.21
GoodLucky777 Aug 24, 2022
6b4a8cc
Merge pull request #1397 from GoodLucky777/update/1.19.21
LoboMetalurgico Aug 24, 2022
6464ba6
Update resources to 1.19.30
GoodLucky777 Sep 22, 2022
407422c
Update protocol related things to 1.19.30
Alemiz112 Sep 17, 2022
5784534
Make the deprecated methods optional
Alemiz112 Sep 17, 2022
9484d6f
Add missing deprecated
GoodLucky777 Sep 23, 2022
31f2e41
Fix test and add a missing @DeprecationDetails
GoodLucky777 Sep 23, 2022
0cdc4a3
Fix walk speed and fly speed, Add Player.DEFAULT_FLY_SPEED
GoodLucky777 Sep 23, 2022
115de78
Merge pull request #1399 from GoodLucky777/update/1.19.30
LoboMetalurgico Sep 25, 2022
9083746
Update protocol related things to v1.19.40 (v557)
PetteriM1 Oct 26, 2022
c132f19
Update resource to 1.19.40
GoodLucky777 Oct 27, 2022
144036d
Update to Minecraft v1.19.40 (Protocol v557) (#1401)
LoboMetalurgico Oct 27, 2022
0b36544
(feat): 1.19.50 resources
LoboMetalurgico Dec 6, 2022
b699be0
1.19.50 (#2078)
PetteriM1 Nov 30, 2022
7b29a77
(fix): lang merge issue
LoboMetalurgico Dec 6, 2022
d2a0848
Update to Minecraft v1.19.50 (Protocol v560) (#1404)
LoboMetalurgico Dec 6, 2022
365249c
(fix): add missing files
LoboMetalurgico Dec 13, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ logs
/worlds
#.mvn
dependency-reduced-pom.xml
*
!/target/powernukkit-*.jar
107 changes: 0 additions & 107 deletions .github/CONTRIBUTING.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/github-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
run: sed -i 's@-CUSTOM</version>@</version>@' pom.xml

- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn --no-transfer-progress -B package --file pom.xml

- name: Adjust the release repository url
run: sed -i 's@https://oss.sonatype.org/service/local/staging/deploy/maven2/@https://maven.pkg.github.com/PowerNukkit/PowerNukkit@' pom.xml

- name: Publish to GitHub Packages Apache Maven
run: mvn -B deploy -Dgpg.skip=true -DskipTests=false -s $GITHUB_WORKSPACE/settings.xml
run: mvn --no-transfer-progress -B deploy -Dgpg.skip=true -DskipTests=false -s $GITHUB_WORKSPACE/settings.xml
env:
GITHUB_TOKEN: ${{ github.token }}
4 changes: 2 additions & 2 deletions .github/workflows/github-publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
run: sed -i 's@-CUSTOM</version>@</version>@' pom.xml

- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn --no-transfer-progress -B package --file pom.xml

- name: Adjust the snapshot repository url
run: sed -i 's@https://oss.sonatype.org/content/repositories/snapshots@https://maven.pkg.github.com/PowerNukkit/PowerNukkit@' pom.xml

- name: Publish to GitHub Packages Apache Maven
run: mvn -B deploy -Dgpg.skip=true -DskipTests=false -s $GITHUB_WORKSPACE/settings.xml
run: mvn --no-transfer-progress -B deploy -Dgpg.skip=true -DskipTests=false -s $GITHUB_WORKSPACE/settings.xml
env:
GITHUB_TOKEN: ${{ github.token }}
4 changes: 2 additions & 2 deletions .github/workflows/javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Adjust pom.xml
run: sed -i 's/-CUSTOM//g' pom.xml
- name: Generate javadoc
run: mvn javadoc:javadoc
run: mvn --no-transfer-progress javadoc:javadoc
- name: Get version
run: |
PN_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
PN_VERSION=$(mvn --no-transfer-progress help:evaluate -Dexpression=project.version -q -DforceStdout)
echo "Version: $PN_VERSION"
echo "PN_VERSION=$PN_VERSION" >> $GITHUB_ENV
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B package -DskipTests=false -Darguments="-Dmaven.javadoc.skip=true"
run: mvn --no-transfer-progress -B package -DskipTests=false -Darguments="-Dmaven.javadoc.skip=true"
- name: Rename artifacts
run: mv target/powernukkit-*-shaded.jar target/powernukkit.jar
- name: Archive artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify-sentry-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Get version
run: |
SHA=$(echo $GITHUB_SHA | cut -c1-7)
PN_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)-git-$SHA
PN_VERSION=$(mvn --no-transfer-progress help:evaluate -Dexpression=project.version -q -DforceStdout)-git-$SHA
echo "Version: $PN_VERSION"
echo "PN_VERSION=$PN_VERSION-git" >> $GITHUB_ENV
- name: Create Sentry release
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ jobs:
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- name: Publish snapshot
run: mvn -B deploy -Dgpg.skip=true -DskipTests=false
run: mvn --no-transfer-progress -B deploy -Dgpg.skip=true -DskipTests=false
env:
MAVEN_USERNAME: ${{ secrets.POWERNUKKIT_SNAPSHOT_USER }}
MAVEN_PASSWORD: ${{ secrets.POWERNUKKIT_SNAPSHOT_PASSWORD }}
- name: Trigger powernukkit-versions.json update
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.POWERNUKKIT_VERSIONS_TOKEN }}
event-type: update-versions-json
repository: PowerNukkit/powernukkit-version-aggregator
38 changes: 38 additions & 0 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Sonar
on:
push:
branches:
- master
- bleeding
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Sonar
runs-on: ubuntu-latest
#if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Cache SonarCloud packages
uses: actions/cache@v1
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Cache Maven packages
uses: actions/cache@v1
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn --no-transfer-progress -B verify -Dmaven.javadoc.skip=true -Dgpg.skip=true -DskipTests=false -Denforcer.skip=true --no-transfer-progress org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@ data/
data/*
/src/main/resources/rebel.xml
/run
!/src/main/resources/*
!/src/main/resources/**/*
!/src/test/resources/*
!/src/test/resources/**/*

### Add the codestyle to the repo
!/.idea/codeStyles
Expand Down
20 changes: 1 addition & 19 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

Loading