Commit Graph

57 Commits

Author SHA1 Message Date
FlorianMichael 8a92b4d1df
Fix bounding box fixes on Paper 1.20.5+ 2024-05-02 23:45:24 +02:00
FlorianMichael 560b84e3f5
Only initialize NMSUtil#nmsVersionPackage when required (pre 1.17 servers)
Fixes support with Paper 1.20.5+ since they decided to not relocate CraftBukkit anymore.
Closes https://github.com/ViaVersion/ViaRewind-Legacy-Support/issues/78
2024-05-02 23:35:28 +02:00
FlorianMichael b95e03512e
Use correct class to get method in NMSUtil#sendPacket
Closes https://github.com/ViaVersion/ViaRewind-Legacy-Support/issues/80
2024-04-29 14:32:58 +02:00
FlorianMichael 8db6375a8e
Fix elytra emulation not working on 1.9.0 servers 2024-04-29 13:59:11 +02:00
FlorianMichael 4d2505d9ee
Clean listener loading 2024-04-29 13:04:15 +02:00
FlorianMichael e580177856
Fix NMSUtil#sendPacket
Closes https://github.com/ViaVersion/ViaRewind-Legacy-Support/issues/77
2024-04-27 13:35:04 +02:00
FlorianMichael e690fca663
Don't inform player about too old version when we can't detect his version 2024-04-03 13:20:38 +02:00
FlorianMichael 3cc472e4ae
Fix block collisions not working on Paper 2024-04-03 13:08:04 +02:00
FlorianMichael a155098cb6
Fixup field cache code 2024-04-02 21:01:49 +02:00
FlorianMichael 5f95c9edd1
Rename feature classes to their actual functionality 2024-04-02 13:18:13 +02:00
FlorianMichael 0c82936698
Rewrote reflection utilities to be failsafe, restructure project 2024-04-02 13:06:33 +02:00
FlorianMichael 74ad92d944
Merge master changes 2024-04-02 12:25:26 +02:00
FlorianMichael 5fb1033c56
Fixed broken reflection code 2024-04-02 12:14:29 +02:00
FlorianMichael 9b3a6717c9
Compile against VV master 2024-03-06 14:43:14 +01:00
FlorianMichael dc43ba4f0c
Updated Via API usage 2024-02-14 20:51:58 +01:00
FlorianMichael 5975f2728c
Support Minecraft 1.20.4 2024-01-02 18:04:38 +01:00
FlorianMichael 6c7c81c89d
2024 2024-01-01 16:58:57 +01:00
FlorianMichael 8cd76985ad
Apply my checkstyle config file on source code 2023-09-22 16:04:43 +02:00
FlorianMichael ec5260b89d
Update checkout to v4
License header
fixed README issue
2023-09-22 15:39:50 +02:00
FlorianMichael c94fd13c1c
Start rewriting plugin 2023-09-22 15:10:11 +02:00
FlorianMichael cd4b00c803
better formatting for config.yml 2023-09-22 14:14:42 +02:00
FlorianMichael 7277ae88da
Rebase "de.gerrygames.viarewind" -> "com.viaversion.viarewind"
Fixed gradle building
2023-09-22 14:13:03 +02:00
MetallicGoat 396d0482e0
Sound Listener Improvements & Fix for 1.19.3+ (#61) 2023-04-12 17:22:00 +02:00
Marco a36b5ff28e Split versioninfo message by newline 2022-10-10 15:28:01 +02:00
creeper123123321 649336013e merge #48: fix 1.19 sound + some changes 2022-09-02 19:51:26 -03:00
VidTu 3f4830d7e3
Fix carpets on 1.14+ servers (#47) 2022-09-02 19:24:51 -03:00
Pierre Maurice Schwang 61d07dec61
fix: check for return types (optional) (#51) 2022-08-27 19:11:39 -03:00
Pierre Maurice Schwang 910e7080ad
support 1.18.2 (#41) 2022-06-03 19:12:36 -03:00
Marco 2b447021dd Use dropItem instead 2021-10-18 17:26:22 +02:00
Marco 13e10b5b39 drop remaining items from enchanting inventory 2021-10-18 16:37:11 +02:00
Pierre Maurice Schwang 072a583643
Fix purpur bounding boxes (#30) 2021-07-24 08:24:43 -03:00
Pierre Maurice Schwang ee7bb54894
Fix / Compatibility for 1.17 + 1.17.1 (#29) 2021-07-21 14:53:33 -03:00
Pierre Maurice Schwang 187e1cbd55
Fix for Tunity bounding boxes (#28) 2021-07-19 19:55:45 -03:00
MrMicky a782c6aac3
Add Java 16 support (#22)
* Add Java 16 support

* Fix order in VoxelShapeArray
2021-07-06 16:14:59 -03:00
creeper123123321 41043ee411
Fix sound in 1.9 (#17) 2021-04-29 23:39:03 +02:00
KennyTV 1168f068c4
Update VV dependency to 4.0.0 2021-04-27 10:37:41 +02:00
KennyTV 5611c9986a
Update VV dependency to 3.3.0 2021-04-27 10:01:16 +02:00
Marco 9378e2499e switch order 2021-02-27 13:51:15 +01:00
Marco 938b2cd401 fix NoSuchMethodException for SoundEffectType.e() 2021-02-27 12:04:32 +01:00
KennyTV ecfc530566 Add api version 2020-01-22 12:02:11 +01:00
KennyTV 7432b4fb8f Fix Java 12 reflection / 1.13 compat 2020-01-12 10:46:58 +01:00
Gerrygames e33cb23923 remove redundant check 2019-07-23 12:37:57 +02:00
Gerrygames ba4d64cb56 Update lily pad bb fix to 1.13.x, 1.14.x, add ladder bb fix 2019-07-23 12:35:25 +02:00
Gerrygames 7ae66a27e4 fix block place sounds in 1.14.2 2019-06-07 15:04:16 +02:00
Gerrygames b1cef12f46 fix 1.9 support 2018-02-27 11:07:14 +01:00
Gerrygames edf96fdbec area effect clouds 2018-02-18 20:54:45 +01:00
Gerrygames 354a927399 elytra flight 2018-02-18 14:43:09 +01:00
Gerrygames 8aa27a0e23 slime bouncing 2018-02-18 14:08:38 +01:00
Gerrygames bae0f53730 add experience orb pickup sound 2018-02-17 16:06:31 +01:00
Gerrygames 99d7149aa1 fix getStepSound for 1.10 and 1.9 2018-02-14 14:23:12 +01:00