0
0
mirror of https://github.com/CloudburstMC/Nukkit.git synced 2025-04-05 17:34:37 +00:00
PetteriM1 560964bc6b 1.21.70 & updates (#2231)
- Added support for Minecraft 1.21.70
- Added ElementDivider and ElementHeader for simple and custom forms
- Added methods to change player's client side walk/fly/vertical fly speed
- Fixed campfire not being breakable by hand
- Fixed sculk block hardness and resistance
- Fixed hopper minecart pickup area
- Fixed hoppers attempting to empty containers from wrong side and non full composters
- Fixed target block hit and lectern page change not providing redstone signal
- Fixed falling scaffolding drops lead
- Fixed flowers not generating
- Fixed wither rose not dealing damage
- More projectiles can break chorus flower
- You can drink honey bottle even when food bar is full
- Iron golems can now be repaired using iron ingots
- Lectern, jukebox and respawn anchor now work as comparator input
- Made fixes for vehicle collisions
- Reporting UWP as Windows instead of Windows 10 and WIN32 as Windows x86
- Some cleanup
2025-03-25 23:01:54 +02:00
2024-12-23 19:25:52 +00:00
2025-03-25 23:01:54 +02:00
2023-02-25 18:25:55 +00:00
2024-11-17 09:29:50 +01:00
2023-02-25 18:25:55 +00:00
2023-02-25 18:25:55 +00:00
2023-02-26 16:02:54 +00:00
2015-11-21 16:29:21 +08:00
2021-01-15 20:54:17 +00:00
2025-02-12 11:46:38 +02:00
2023-02-25 18:25:55 +00:00

nukkit

Introduction

Nukkit is nuclear-powered server software for Minecraft Bedrock Edition. It has a few key advantages over other server software:

  • Written in Java, Nukkit is faster and more stable.
  • Having a friendly structure, it's easy to contribute to Nukkit's development and rewrite plugins from other platforms into Nukkit plugins.

Nukkit is under improvement yet, we welcome contributions.

Compile Nukkit

  • git clone https://github.com/CloudburstMC/Nukkit
  • cd Nukkit
  • ./gradlew shadowJar

The compiled JAR can be found in the target/ directory.

Note: You don't need to compile Nukkit yourself if you don't intend to modify the code.

Running

Simply run java -jar nukkit-1.0-SNAPSHOT.jar.

Plugin API

Information on Nukkit's API can be found at the wiki.

Docker

Running Nukkit in Docker (17.05+ or higher).

Build image from the source,

docker build -t nukkit .

Run once to generate the nukkit-data volume, default settings, and choose language,

docker run -it -p 19132:19132/udp -v nukkit-data:/data nukkit

Docker Compose

Use docker-compose to start server on port 19132 and with nukkit-data volume,

docker-compose up -d

Kubernetes & Helm

Validate the chart:

helm lint charts/nukkit

Dry run and print out rendered YAML:

helm install --dry-run --debug nukkit charts/nukkit

Install the chart:

helm install nukkit charts/nukkit

Or, with some different values:

helm install nukkit \
  --set image.tag="arm64" \
  --set service.type="LoadBalancer" \
    charts/nukkit

Or, the same but with a custom values from a file:

helm install nukkit \
  -f helm-values.local.yaml \
    charts/nukkit

Upgrade the chart:

helm upgrade nukkit charts/nukkit

Testing after deployment:

helm test nukkit

Completely remove the chart:

helm uninstall nukkit

Description
Cloudburst Nukkit - Nuclear-Powered Minecraft: Bedrock Edition Server Software
Readme GPL-3.0 53 MiB
Languages
Java 99.9%