All Projects → KryptonMC → Krypton

KryptonMC / Krypton

Licence: GPL-3.0 license
A fast, lightweight Minecraft server written in Kotlin

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Krypton

Elytra
A Cleanroom minecraft server API in kotlin
Stars: ✭ 54 (-69.66%)
Mutual labels:  minecraft-server
MCAntiMalware
Anti-Malware for minecraft
Stars: ✭ 182 (+2.25%)
Mutual labels:  minecraft-server
Standard-Toolkit
An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 to .NET Core/.NET
Stars: ✭ 194 (+8.99%)
Mutual labels:  krypton
Parties
Party manager plugin for your Minecraft server!
Stars: ✭ 61 (-65.73%)
Mutual labels:  minecraft-server
EliteMobs
This is a spigot plugin that aims to extend Minecraft's survival endgame by making mobs more interesting.
Stars: ✭ 114 (-35.96%)
Mutual labels:  minecraft-server
McRPG
An RPG plugin for Minecraft 1.13
Stars: ✭ 32 (-82.02%)
Mutual labels:  minecraft-server
LevelledMobs
Level-up mobs on your Spigot/Paper server, RPG-style!
Stars: ✭ 143 (-19.66%)
Mutual labels:  minecraft-server
minecraft-server-hibernation
Autostart and stop minecraft-server when players join/leave
Stars: ✭ 172 (-3.37%)
Mutual labels:  minecraft-server
CloudMinecraft
Create a minecraft server with TencentCloud API when the worlds are saved in another Student's Cloud.
Stars: ✭ 11 (-93.82%)
Mutual labels:  minecraft-server
TamableFoxes
SpigotMC Plugin that gives you the ability to tame foxes!
Stars: ✭ 21 (-88.2%)
Mutual labels:  minecraft-server
CORE
Core of NodeMC, including stock dashboard and setup files.
Stars: ✭ 43 (-75.84%)
Mutual labels:  minecraft-server
Mirai
Mirai 未来 - A powerful Minecraft Server Software coming from the future
Stars: ✭ 325 (+82.58%)
Mutual labels:  minecraft-server
ElytraProxy
Really customizable Minecraft proxy server with Auth, AntiBot, etc, based on Velocity. Supports 1.7 - 1.17.1
Stars: ✭ 29 (-83.71%)
Mutual labels:  minecraft-server
MineColab
Run Minecraft Server on Google Colab.
Stars: ✭ 135 (-24.16%)
Mutual labels:  minecraft-server
mining-camp
Easy automated configuration and deployment of Minecraft servers on AWS spot instances, featuring automatic backups and restoration using S3.
Stars: ✭ 43 (-75.84%)
Mutual labels:  minecraft-server
Origami
Bukkit/Spigot/Paper based Minecraft server used by Minebench.de | Looking for an 1.17 version? If so most patches are PRd into Paper now, Origami 1.17 will continue once patches that Paper wont accept are necessary.
Stars: ✭ 29 (-83.71%)
Mutual labels:  minecraft-server
HoneyBEE
HoneyBEE is a Minecraft server implementation written in go, with help from wiki.vg (huge thanks to them), that aims to be fast by utilising go-routines and being optimised for a low cpu/ram footprint. (Pre-Alpha)
Stars: ✭ 22 (-87.64%)
Mutual labels:  minecraft-server
minecraft
A Minecraft server implementation in Elixir.
Stars: ✭ 25 (-85.96%)
Mutual labels:  minecraft-server
bedrock-server
Minecraft Bedrock (MCPE) Server on Docker
Stars: ✭ 47 (-73.6%)
Mutual labels:  minecraft-server
Krypton-Toolkit-Suite-NET-Core
A update to Component factory's krypton toolkit to support .NET Framework 3.5 to .NET Core
Stars: ✭ 27 (-84.83%)
Mutual labels:  krypton

License: MIT Build Status Discord

Krypton

Krypton is free and open-source Minecraft server software, written from scratch, without Mojang code.

It is currently a work in progress, so if you find any bugs, feel free to either make a GitHub issue about them, or join our Discord and ask in one of the help channels.

Please join our Discord to keep up with the latest changes and chat with the community! Krypton Discord

Usage

We have a Jenkins CI server, where the project is built for distribution. You can find it at https://ci.kryptonmc.org

You can download the latest JAR file from here and run it with java -jar Krypton-VERSION.jar. If you have any questions or issues running the JAR, feel free to ask in our Discord server.

Or, if you prefer, you can clone the repository with git clone https://github.com/KryptonMC/Krypton.git and build from source with gradle shadowJar if you wish to run the server.

Note: As it stands, Krypton does not have any world generation. Therefore, you must provide your own world generated from vanilla Minecraft, and set the world name in the config.conf to the name of the folder the world is in, else Krypton will fail to start. This will not always be the case, however, world generation is a large task that I do not want to even think about getting started on yet.

The testing in Krypton is, as it stands, not satisfactory, and things may break at any time, often without clear reason. However, we are working towards better testing, and hopefully, this will change in the future.

In addition, Krypton is still in development, and the community testing is nowhere near as vast as other software.

API

For information on how to use the API, see the official wiki here, and the KDocs (Kotlin equivalent of JavaDocs) here.

Contributing

Krypton is open-source for a reason. You are more than welcome to contribute, and we even encourage it.

If you're interested, I highly recommend coming and talking to us on our official Discord server. This is where you can talk to the development team, who know the most about the project, and they can offer you advice and information on where to start. You should also read the contribution guide for some common information, though this is incomplete, and needs more information in it.

Comparison with other software

Here, I've tried to compare Krypton with other, existing solutions. I don't expect anyone to get convinced to use Krypton after reading this section, but hey, I'm not going to shield you from the truth.

Paper

Paper is a highly optimised, very well known, very widely used, mature, and battle-tested platform and fork of Spigot, itself a fork of the original CraftBukkit.

It is developed by a highly skilled and very knowledgeable team of individuals, who know an awful lot more than I do about this. Paper is much better for use in production envionments, on vanilla servers, and many other tasks.

Sponge

Sponge is a very well known, widely used, and mature platform, mostly aimed at providing an alternative API to Bukkit, and supporting mod/plugin hybrid environments.

It is also developed by a highly skilled and very knowledgeable team of individuals, who also know an awful lot more than I do about this. Sponge is also much better for use in production environments, on vanilla servers, and also hybrid servers, as well as other tasks.

Minestom

This is where a lot of our community are from, so it's only fair I offer a comparison with this. Minestom is a less well known, much less widely used, and much less mature platform, with a highly dedicated, skilled, and knowledgeable team of individuals, offering Minecraft servers a better way to create games that do not require vanilla features.

Minestom is much more suitable for games servers, where it would take more time to remove all the vanilla features you do not require than add all the features you do require.

Conclusion

For high performance vanilla, use Paper. For mod/plugin hybrids and a better API use Sponge. For high performance minigames and other games, use Minestom.

If you're still reading after all this, Krypton is highly experimental, not battle tested, not mature, not stable, and not production ready. It has hardly any vanilla features, and the performance is worse than vanilla, even with the lack of features.

However, it offers a new and modern API, not limited by backwards compatibility requirements, or Mojang's server design, and aims to provide a new, and hopefully better, experience for developers. The project still has potential to grow, and is very open to contribution, and is really striving to have the voices of its community heard.

Credits

  • The project's contributors, of course, for their amazing work helping to make this possible.
  • The Velocity project, for providing the fast networking and amazing plugin loading and event systems that the Krypton API contains derivatives of.
  • Minestom, for their support, API, and amazing community of welcoming individuals that have helped this project since it's very beginning.
  • The Minecraft Coalition, for their hard work and effort documenting the protocol, allowing these projects to exist.
  • The Minecraft Wiki, for their amazing efforts documenting just about everything there is to know about Minecraft, and making it available for everyone to use.
  • The project's dependencies, each and every one helping to make our lives as developers easier.
  • JProfiler, for being kind enough to grant us an open-source license for their profiler, helping to ensure that Krypton can perform well in production environments.
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].