Commit Graph

24 Commits

Author SHA1 Message Date
Myles
9fe19e763a Update GitHub + chat links 2019-04-06 13:31:33 +01:00
creeper123123321
4e28a10aaa
ignore non-identifier format on plugin messages 2019-03-18 15:11:35 -03:00
Myles
47819180c4 Rework previous commit + Introduce injection information to dump 2019-03-18 11:30:02 +00:00
creeper123123321
12b45d95e0
Trying to fix main hand on bungee, handle left handed on 1.8 using 0x80 2019-03-05 19:47:58 -03:00
creeper123123321
0613886659
Fix memory leak 2019-02-23 10:12:25 -03:00
creeper123123321
6a2e1a8114
Support ViaBackwards 1.13 with Velocity modern forwarding 2019-02-15 13:51:54 -02:00
creeper123123321
bce3593110
Tab delaying
(cherry picked from commit 386de52b9db1454e0fcec56ef9bfcd2c3a0f8d4a)
2019-02-06 18:53:24 -02:00
creeper123123321
7e8bd606fe
remove commented code 2019-01-18 14:34:51 -02:00
creeper123123321
44ca95bf85
Fix bungee and velocity boss bar, implement Velocity channel workaround 2019-01-18 08:05:23 -02:00
Myles
b129ef04f3
Merge pull request #1148 from KennyTV/master
Add fixes for custom flowerstems and snowcollision for 1.13 clients
2019-01-12 17:42:17 +00:00
creeper123123321
c8e8f39f9d
Fix new velocity version 2019-01-12 12:45:13 -02:00
KennyTV
20654b0a77 Add convenience config options
Add option to send all flowerparts for 1.13+ as stems if a block is above
Add option to send 1-layer snow as 2-layers for 1.13+ to fix collision
2019-01-09 21:48:04 +01:00
creeper123123321
cd7774f056
Use ProtocolInfo#getServerProtocolVersion for block connection, use bungee and velocity version if not ported 2019-01-08 13:58:24 -02:00
creeper123123321
bac3a76d9a
Add "blockconnection-method" to VelocityViaConfig#UNSUPPORTED 2019-01-04 12:26:30 -02:00
creeper123123321
1932c7af4f
ProtocolVersion#SUPPORTED_VERSIONS, relocate javassist 2018-12-13 09:47:58 -02:00
creeper123123321
b10ca3ebcf
Fix breaking change caused by VelocityPowered/Velocity@853fd22 2018-12-13 07:41:05 -02:00
Myles
c1147cb9f7 Formatting 2018-12-05 19:08:55 +00:00
Myles
4023f2412d
Merge pull request #1093 from Gerrygames/block-connections-master
Implement 'serverside-blockconnection' for block-connections.
2018-12-02 12:28:58 +00:00
creeper123123321
ad3465f0d3
Fix Velocity platform breaking changes 2018-11-26 15:58:17 -02:00
Marco Neuhaus
fc8b55dce7 fix spelling mistake 2018-11-24 18:42:00 +01:00
Gerrygames
9a13eb36b3 Serverside block-connections! 2018-11-17 15:45:37 +01:00
Myles
d0300de136 Prevent initialization error 2018-11-17 13:08:51 +00:00
creeper123123321
3ef1ac06df
fix version, detect velocity implementation, fix npe, fix detectorservice 2018-11-12 15:05:52 -02:00
creeper123123321
4c07b6d28d
Squash Velocity platform commits
incomplete velocity code

untested velocity version detector

update velocity module version

Injecting, but not working

facepalm

Fix handler type

Should work now

will it work now?

it works!!!

fix npe in command tab completion

Do not forward command to server

implement server changing with different versions
thanks @Leymooo

Fix memory leaks

maybe cleaner code?

trying to port mainhandpatch, added todo

fix version

Use separated protocol version, add todo

Trying to mitigate UserConnection#toServer concurrent issue

port elytrapatch

it works but horribly and needs a modification in velocity

replace with a semaphore and EventLoop#submit

Lock for incoming packets

fix version

remove some TODOs

Listen to DisconnectEvent

Relocate snakeyaml
2018-11-12 15:05:48 -02:00