All Projects → Irmine → Gomine

Irmine / Gomine

Licence: gpl-3.0
A not so active Minecraft (Bedrock Edition) server software written in Go

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Gomine

Tuinity
Stars: ✭ 531 (+555.56%)
Mutual labels:  minecraft-server
Coreprotect Lookup Web Interface
A flexible lookup web interface for CoreProtect 2
Stars: ✭ 29 (-64.2%)
Mutual labels:  minecraft-server
Seichiassist
ギガンティック☆整地鯖の独自要素を司るプラグイン / A Minecraft(Spigot) Plugin used for Gigantic Seichi Server. Address -> play.seichi.click
Stars: ✭ 56 (-30.86%)
Mutual labels:  minecraft-server
Minet
A (not so) basic Minecraft Pocket Edition server written in C#
Stars: ✭ 706 (+771.6%)
Mutual labels:  minecraft-server
Feather
A Minecraft server implementation in Rust
Stars: ✭ 896 (+1006.17%)
Mutual labels:  minecraft-server
K8s Minecraft
Running a Minecraft server in Kubernetes
Stars: ✭ 37 (-54.32%)
Mutual labels:  minecraft-server
Minestom
1.16.5 Lightweight and multi-threaded Minecraft server
Stars: ✭ 400 (+393.83%)
Mutual labels:  minecraft-server
Mc Router
Routes Minecraft client connections to backend servers based upon the requested server address
Stars: ✭ 60 (-25.93%)
Mutual labels:  minecraft-server
Drivebackupv2
Uploads Minecraft backups to Google Drive/OneDrive or by (S)FTP
Stars: ✭ 26 (-67.9%)
Mutual labels:  minecraft-server
Docker Bungeecord
A BungeeCord server to use in conjunction with itzg/minecraft-server
Stars: ✭ 52 (-35.8%)
Mutual labels:  minecraft-server
Nukkit
Cloudburst Nukkit - Nuclear-Powered Minecraft: Bedrock Edition Server Software
Stars: ✭ 776 (+858.02%)
Mutual labels:  minecraft-server
Nodemc
Meta repository for information on the project as a whole
Stars: ✭ 16 (-80.25%)
Mutual labels:  minecraft-server
Shopchest
ShopChest - Spigot/Bukkit Plugin
Stars: ✭ 38 (-53.09%)
Mutual labels:  minecraft-server
Minecase
Minecraft server based on Orleans
Stars: ✭ 581 (+617.28%)
Mutual labels:  minecraft-server
Infrared
An ultra lightweight minecraft reverse proxy and idle placeholder
Stars: ✭ 59 (-27.16%)
Mutual labels:  minecraft-server
Mohist
Minecraft Forge Hybrid server implementing the Paper/Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 489 (+503.7%)
Mutual labels:  minecraft-server
Essentials
The essential plugin suite for Minecraft servers.
Stars: ✭ 957 (+1081.48%)
Mutual labels:  minecraft-server
Minecraft Rcon
Minecraft RCON Web (using PHP) Console
Stars: ✭ 70 (-13.58%)
Mutual labels:  minecraft-server
Spongeforge
A Forge mod that implements SpongeAPI
Stars: ✭ 1,106 (+1265.43%)
Mutual labels:  minecraft-server
Minecraft Server Status
Minecraft server status and -info script for PHP
Stars: ✭ 39 (-51.85%)
Mutual labels:  minecraft-server









GoMine is a Minecraft Bedrock Edition server software written in Go.

Information

GoMine is a fast multi-threaded Minecraft server software. It aims to provide a highly customizable API for plugin developers to use. GoMine aims to make the setup of a server very easy, (through an executable) with low compile times, and aims to make GoMine usable for other purposes than just a vanilla server.

Current State

GoMine is currently under heavy development and is not usable for production servers yet. It lacks many features which are yet to be implemented, and has (yet unknown) bugs that should be resolved.

Releases and Development Builds

Development builds of GoMine might be unstable and should be used with care. It is always recommended to run officially released versions of GoMine for production where possible, to ensure no nasty bugs appear. If you do decide to run a development version, be aware that bugs may occur. Don't hesitate to report those bugs.

Setup

GoMine aims to make the setup of a server very easily. The setup of GoMine can be explained in a couple steps. If you want to use an official release:

  1. Download the executable for your operating system from Releases and move it to your setup directory.
  2. Execute the executable to run the server.

If you would like to use a development version:

  1. Install Go > 1.9 from the official release page.
  2. To clone the repository, execute go get github.com/irmine/gomine.
  3. Compile GoMine by navigating into the irmine/gomine folder and executing go install.
  4. Navigate to the folder at GOBIN, and grab the executable.
  5. Move it to your setup folder and execute the executable.

Issues

Issues can be reported in the Issues tab. Please provide enough information for us to solve the problem. The more information you provide, the easier it makes it for us to fix your issue.

License

GoMine is licensed under the GNU General Public License.

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].