mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
fa441f1c7b
* Add ConnectionRequestEvent and implement it * Add debug message and use InetSocketAddress instead of string * Provide both proxy and real client ip And add some minor javadocs * Make ProxyIp nullable * Apply changes from pr Co-authored-by: rtm516 <rtm516@users.noreply.github.com> * Apply changes from pr Co-authored-by: rtm516 <rtm516@users.noreply.github.com> * Apply changes from pr Co-authored-by: rtm516 <rtm516@users.noreply.github.com> * Bump API version * Dont JiJ common on mod platforms --------- Co-authored-by: rtm516 <rtm516@users.noreply.github.com> Co-authored-by: Kas-tle <26531652+Kas-tle@users.noreply.github.com>
11 lines
301 B
Properties
11 lines
301 B
Properties
# Gradle settings
|
|
org.gradle.jvmargs=-Xmx4G
|
|
org.gradle.daemon=false
|
|
org.gradle.parallel=true
|
|
org.gradle.caching=true
|
|
org.gradle.vfs.watch=false
|
|
|
|
group=org.geysermc
|
|
id=geyser
|
|
version=2.2.3-SNAPSHOT
|
|
description=Allows for players from Minecraft: Bedrock Edition to join Minecraft: Java Edition servers.
|