• Stars
    star
    131
  • Rank 275,800 (Top 6 %)
  • Language
    Java
  • License
    GNU Affero Genera...
  • Created almost 6 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

MITM proxy tool for Minecraft: Bedrock Edition

ProxyPass

Introduction

Proxy pass allows developers to MITM a vanilla client and server without modifying them. This allows for easy testing of the Bedrock Edition protocol and observing vanilla network behavior.

ProxyPass requires Java 8 u162 or later to function correctly due to the encryption used during login
online-mode needs to be set to false in server.properties so that ProxyPass can communicate with your Bedrock Dedicated Server.

Building & Running

To produce a jar file, run ./gradlew shadowJar in the project root directory. This will produce a jar file in the build/libs directory.

If you wish to run the project from source, run ./gradlew run in the project root directory.

Links

Jenkins

Protocol library used in this project

More Repositories

1

Nukkit

Cloudburst Nukkit - Nuclear-Powered Minecraft: Bedrock Edition Server Software
Java
1,213
star
2

Protocol

A protocol library for Minecraft Bedrock Edition
Java
313
star
3

Cloudburst

Cloudburst Server is a Bedrock first server software. Originally forked from Cloudburst Nukkit.
Java
174
star
4

Network

Network components
Java
45
star
5

protocol-docs

A parsed version of Mojang's protocol docs for easier reading and diffing
31
star
6

Plexus

A proxy for Minecraft: Bedrock Edition
Java
20
star
7

FakeInventories

Create fake inventories
Java
19
star
8

Language

Minecraft Language files. No pull requests are accepted.
19
star
9

NBT

Named Binary Tag library with support for the VarInt format introduced by Bedrock Edition
Java
18
star
10

Data

Data gathered from Minecraft: Bedrock Edition
18
star
11

BlockStateUpdater

Updates Minecraft: Bedrock Edition block states to the latest revision
Java
13
star
12

API

A Minecraft server API aimed toward Bedrock Edition used in Cloudburst Server
Java
12
star
13

Facade

Give players the illusion a fully functioning server is online
Java
10
star
14

FastAsyncWorldEdit

FastAsyncWorldEdit ported to Cloudburst
Java
7
star
15

Community

Files for the community NukkitX server
Java
6
star
16

jackson-dataformat-nbt

Jackson dataformat for Mojang's Named Binary Tags
Java
5
star
17

Vanilla

Java
4
star
18

fastutil

fastutil extends the Javaโ„ข Collections Framework by providing type-specific maps, sets, lists and queues.
Java
4
star
19

NemisysApp

Android application to run Nemisys
Java
4
star
20

Natives

Linux natives used in Nukkit
Java
3
star
21

ProtocolParser

Java
2
star
22

trove

Java
2
star
23

common

Java
2
star
24

WorldEdit

Port of vanilla WorldEdit to Cloudburst
Java
2
star
25

math

Immutable math library for Java that offers easy conversion between math types, fast trigonometric functions, vectors, matrices, complex numbers, quaternions, and operation chaining, with a focus on games and computer graphics.
Java
2
star
26

digraph-parser

Java
1
star
27

nukkit-archetype

Maven Archetype for creating Nukkit plugins
Java
1
star