minecraft-data
Language independent module providing minecraft data for minecraft clients, servers and libraries. (by PrismarineJS)
gate
High-performance, resource-efficient Minecraft reverse proxy and library with robust multi-protocol version support. Designed as a scalable Velocity/BungeeCord alternative, suitable for both development and large-scale deployments. Proven in production environments, powering our global Connect edge proxy network. (by minekube)
minecraft-data | gate | |
---|---|---|
6 | 2 | |
717 | 737 | |
1.3% | 4.6% | |
9.1 | 9.2 | |
3 days ago | 10 days ago | |
JavaScript | Go | |
- | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
minecraft-data
Posts with mentions or reviews of minecraft-data.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-10.
- Looking for Minecraft mob damage and health - I found an entities JSON file, but it doesn't seem to have either?
-
Basic Prop Hunt engine - you can morph into any block using spyglass
I wrote a Python script to read through list of all blocks in game - https://github.com/PrismarineJS/minecraft-data/blob/master/data/pc/1.19.3/blocks.json - then autogenerate hundreds of .json and .mcfunction files for detecting/selecting the block. Doing that manually would be an overkill.
-
List of all blocks and items in the game in a spreadsheet or file 1.19
There is also Minecraft data from the PrismarineJS project. Their repo: https://github.com/PrismarineJS/minecraft-data
-
Simple minecraft server protocol
I'd take a look at https://github.com/PrismarineJS/minecraft-data for up to date information and also old versions.
-
Any examples of open-source objects on GitHub?
Minecraft Data is this for all data related to Minecraft
-
Minecraft items API?
Are you looking for something like this?
gate
Posts with mentions or reviews of gate.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-10.
-
Simple minecraft server protocol
There's also https://github.com/minekube/gate and I wrote a library too (that I don't necessarily recommend you using...) to do what you want years ago: https://github.com/1lann/beacon
-
Brigodier is a command parser & dispatcher, designed to be a simple and flexible command framework.
No, it should be used for more simpler command setups without flags such as for discord bot commands or for the command system for our Gate Proxy. It also supports the completion suggestions. .
What are some alternatives?
When comparing minecraft-data and gate you can also consider the following projects:
mineflayer - Create Minecraft bots with a powerful, stable, and high level JavaScript API.
brigodier - Brigodier is a command parser & dispatcher, designed and developed for command lines in Minecraft chat commands. It is a complete port from Mojang's "brigadier" into Go. Used by our Gate proxy.
mineflayer-pathfinder - Pathfinding plugin that gives bot the ability to go from A to B
infrared - An ultra lightweight minecraft reverse proxy and idle placeholder
prismarine-web-client - Minecraft web client running in your browser [UnavailableForLegalReasons - Repository access blocked]
go-mc - Collection of Go libraries for Minecraft