https://github.com/simon816/comcraftserver
Software for running a ComcraftModLoader server
https://github.com/simon816/comcraftserver
Last synced: about 1 month ago
JSON representation
Software for running a ComcraftModLoader server
- Host: GitHub
- URL: https://github.com/simon816/comcraftserver
- Owner: simon816
- License: gpl-3.0
- Created: 2018-06-30T17:06:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T17:23:56.000Z (about 8 years ago)
- Last Synced: 2025-03-02T13:50:35.422Z (over 1 year ago)
- Language: Java
- Size: 73.2 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Comcraft Mod Loader Server
---
This is the server counterpart to the multiplayer ability of [Comcraft Mod Loader](https://github.com/simon816/ComcraftModLoader)
A lot of the core game code is copied from the original Comcraft, licensed under GPL-3.0.
The code was originally written from approximately late 2013 to April 2014.
### License
```
Copyright (C) 2013 Piotr Wójcik
Copyright (C) 2013-2014 Simon816
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
```