All Projects → LucGamesYT → JukeboxMC

LucGamesYT / JukeboxMC

Licence: other
A Minecraft Bedrock Editon Server Software

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to JukeboxMC

papyruscs
PapyrusCS renders maps of Minecraft: Bedrock Edition worlds using C#, LevelDB and leaflet.
Stars: ✭ 221 (+294.64%)
Mutual labels:  leveldb, bedrock
Kookie
A server software for Minecraft: Bedrock Edition written in Kotlin
Stars: ✭ 51 (-8.93%)
Mutual labels:  bedrock, minecraft-bedrock-server
Electron Demo
Demo app loading LevelDB into an Electron context.
Stars: ✭ 79 (+41.07%)
Mutual labels:  leveldb
Cphalcon7
Dao7 - Web framework for PHP7.x,项目接洽 QQ 176013762
Stars: ✭ 237 (+323.21%)
Mutual labels:  leveldb
Party
Open a leveldb handle multiple times
Stars: ✭ 132 (+135.71%)
Mutual labels:  leveldb
Nci
Flexible, open source continuous integration server written in node.js
Stars: ✭ 103 (+83.93%)
Mutual labels:  leveldb
Papyruscs
PapyrusCS renders maps of Minecraft: Bedrock Edition worlds using C#, LevelDB and leaflet.
Stars: ✭ 146 (+160.71%)
Mutual labels:  leveldb
Gun Level
LevelDB storage plugin for gunDB
Stars: ✭ 69 (+23.21%)
Mutual labels:  leveldb
bedrock-autoloader
Bedrock Autoloader enables standard plugins to be required just like must-use plugins
Stars: ✭ 30 (-46.43%)
Mutual labels:  bedrock
Almost Famous
🌟 Almost-Famous(成名之路) ——卡牌游戏开源项目,架构使用SpringBoot+Netty+Maven+SpringCloud来搭建多进程分布式框架,包括Cloud、Unique、Login、Game、Match、Battle 等服务。
Stars: ✭ 131 (+133.93%)
Mutual labels:  leveldb
Awesome
An open list of awesome Level modules and resources.
Stars: ✭ 204 (+264.29%)
Mutual labels:  leveldb
Ardb
A redis protocol compatible nosql, it support multiple storage engines as backend like Google's LevelDB, Facebook's RocksDB, OpenLDAP's LMDB, PerconaFT, WiredTiger, ForestDB.
Stars: ✭ 1,707 (+2948.21%)
Mutual labels:  leveldb
Benchmarks
Benchmark of open source, embedded, memory-mapped, key-value stores available from Java (JMH)
Stars: ✭ 116 (+107.14%)
Mutual labels:  leveldb
Bitcoin tools
Python Bitcoin tools
Stars: ✭ 175 (+212.5%)
Mutual labels:  leveldb
Mhtextsearch
A fast full-text search library for Objective-C
Stars: ✭ 79 (+41.07%)
Mutual labels:  leveldb
Mongols
C++ high performance networking with TCP/UDP/RESP/HTTP/WebSocket protocols
Stars: ✭ 250 (+346.43%)
Mutual labels:  leveldb
Cssdbpy
Fastest SSDB client written on Cython. Production ready
Stars: ✭ 79 (+41.07%)
Mutual labels:  leveldb
Level Rocksdb
A convenience package bundling levelup and rocksdb.
Stars: ✭ 120 (+114.29%)
Mutual labels:  leveldb
Rocksdb
Pure C++ Node.js RocksDB binding. An abstract-leveldown compliant store.
Stars: ✭ 138 (+146.43%)
Mutual labels:  leveldb
regolith
A WordPress installation template that's a little bit looser than Bedrock
Stars: ✭ 24 (-57.14%)
Mutual labels:  bedrock

JukeboxMC

Why did I start JukeboxMC ? Well, I wanted to learn more about the Minecraft Bedrock Edition protocol. Also, I always wanted to have my own server software that I can design the way I want :P

Connect with us:

Discord: https://discord.gg/Jatt7tfRBF

Twitter: https://twitter.com/LucGamesHD

How to build a jar file:

  1. git clone https://github.com/LucGamesYT/JukeboxMC.git
  2. cd /JukeboxMC
  3. mvn clean install
  4. Done!

*Please note that you must have Maven installed on your computer as well as git

Maven:

Git: https://git-scm.com/downloads

How to create a plugin:

Notice: Please use Java 17!

With Maven:

Please add this code to your pom.xml! (Only for Maven!)

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>com.github.LucGamesYT</groupId>
    <artifactId>JukeboxMC</artifactId>
    <version>Tag</version>
</dependency>

With Gradle:

Please add this code to your build.gradle! (Only for Gradle!)

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
    implementation 'com.github.LucGamesYT:JukeboxMC:Tag'
}

IMPORTANT TO KNOW

This server software is not yet ready! Feel free to improve code and contribute!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].