Difference between revisions of "Realcraft:Main Page"

From wiki.vg
Jump to navigation Jump to search
(Created page with "Realcraft is a custom Minecraft server built around the Beta 1.8.1 protocol by Jailout2000. It is coded in REALbasic, a crappy language but very easy to ...")
 
m (Use {{MIT}} template)
 
(45 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Realcraft]] is a custom Minecraft server built around the Beta 1.8.1 protocol by [[User:Jailout2000|Jailout2000]]. It is coded in REALbasic, a crappy language but very easy to use and learn. Since it's coded in REALbasic, this means that it does not have access to kernel threads, and therefore is not a multi-threaded server. The server runs out of the console; it does not have a GUI to which you can control it.
+
{{Box|
 +
BORDER = #9999FF|
 +
BACKGROUND = #99CCFF|
 +
WIDTH = 100%|
 +
ICON = |
 +
HEADING = '''Introduction''' |
 +
CONTENT = 
 +
[[Image:Realcraft-Testing-Ranks-And-Custom-Labels.png|thumb|border|right|top|400px|This was on January 7th, 2012 while the author was testing user ranks, colors, and custom user labels.]]
 +
'''Realcraft''' is a custom (third-party) Minecraft server written in [https://en.wikipedia.org/wiki/REALbasic REALbasic] by [[User:Jailout2000|Jailout2000]]. It implements the [http://www.minecraft.net/ Minecraft] 1.3.2 server protocol. The server software runs headless without a GUI, it is a console/terminal-based application.
  
== License ==
+
The software can be found at its [https://github.com/carlbennett/realcraft GitHub repository]. It is licensed under the permissive {{MIT}} license, no warranty is given of any kind, the source code was originally private/closed but was made public/opened years later after the project was abandoned.
  
Realcraft is written as closed source, therefore it is not available to the general public. If you really wish to see the source, message Jailout2000.
+
The software is written on and tested with Microsoft Windows and Red Hat-based Linux distributions, there were no plans to support running it on Mac OS X.
  
== Project Status ==
+
The author may be contacted through GitHub if you have any inquiries about the software.
  
Currently the project is in '''active''' development.
+
}}
  
=== Plans ===
+
{| width="100%"
 +
|- style="vertical-align: top;"
 +
| width="70%" | <!-- Section 1  -->
 +
{| width="100%"
 +
|- style="vertical-align: top;"
 +
| <!-- Section 1-1 -->
 +
{{Box|
 +
BORDER = #669933|
 +
BACKGROUND = #99CC33|
 +
WIDTH = 100%|
 +
ICON = |
 +
HEADING = '''User Information''' |
 +
CONTENT = *[[Realcraft:License|License / Disclaimer]]
 +
*[[Realcraft:Configuration|Configuration]]
 +
*[[Realcraft:Features#Implemented|Features (Implemented)]]
 +
}}
  
* Eventually use an external library for generation of worlds. At the moment, generation of worlds is done internally, and is not very impressive (just flat worlds with some scenery).
+
{{Box|
* Provide a download for the server so others may use it.
+
BORDER = #993300|
** This will mean building the server for cross-platform support. Currently it is Windows only.
+
BACKGROUND = #CC0000|
* Player authentication with Minecraft.net.
+
WIDTH = 100%|
* MySQL database support.
+
ICON = |
* Advertise the server to others, so that it can be stress tested.
+
HEADING = '''Developer Information'''|
 +
CONTENT = *[[Realcraft:Features#Planned|Features (Planned/To-Do)]]
 +
*[[Realcraft:Development_Status|Project Status Updates]]
 +
}}
  
=== Live Server ===
+
|}
  
This server may or may not be online; it's only online when Jailout2000 is working on the server.
+
| width="50%" | <!-- Section 2  -->
* mc.clan-warp.net:25566
+
{| width="100%"
 +
|- style="vertical-align: top;"
 +
| <!-- Section 2-1 -->
 +
{{RealcraftMenu}}
  
 
+
[[Category:Custom Minecraft Servers]]
----
 
[[Server_List|Return to Custom Minecraft Beta servers]]
 

Latest revision as of 23:53, 19 May 2022

Introduction
This was on January 7th, 2012 while the author was testing user ranks, colors, and custom user labels.

Realcraft is a custom (third-party) Minecraft server written in REALbasic by Jailout2000. It implements the Minecraft 1.3.2 server protocol. The server software runs headless without a GUI, it is a console/terminal-based application.

The software can be found at its GitHub repository. It is licensed under the permissive MIT license, no warranty is given of any kind, the source code was originally private/closed but was made public/opened years later after the project was abandoned.

The software is written on and tested with Microsoft Windows and Red Hat-based Linux distributions, there were no plans to support running it on Mac OS X.

The author may be contacted through GitHub if you have any inquiries about the software.

User Information
Developer Information
Quick Menu