CraftyServer
1.0.0
警告!這個項目仍在開發中!目前,它缺乏大部分功能,並且無法使用。
CraftyServer是Minecraft™Java Edition的基於事件的高度模塊化多人服務器。
根據安裝的模塊,它支持Minecraft™從1.8.0到最新版本(當前1.18.1)的每個“發行版” 。
它是100%自編寫的,開源和版權的(麻省理工學院許可證)。它不使用Mojang™/Microsoft™的任何官方版本中的任何代碼。
即使它可用於運行Minecraft™服務器僅供個人使用,但其主要目的是將其作為來自EG BungeeCord驅動的服務器網絡的一部分運行。
法律免責聲明:此項目與Minecraft™或Mojang™/Microsoft™都不隸屬於任何方式,形狀或形式。
該項目使用Maven。
git clone https://github.com/CraftyServerMC/CraftyServer/.jar程序”,或使用maven: mvn install一旦我們達到了開發中的可用狀態,就會有某種形式的安裝程序可以實際安裝和使用服務器。
該存儲庫包含主模塊的代碼,這是項目中唯一可運行的.jar文件。如果要啟動服務器,請啟動此文件。
這是服務器的主要模塊,包含主方法。沒有它,沒有其他模塊運行。
將以下條目添加到您的pom.xml:
< repositories >
< repository >
< id >CraftyServer-mvn-repo</ id >
< url >https://github.com/CraftyServerMC/maven/raw/mvn-repo/</ url >
< snapshots >
< enabled >true</ enabled >
< updatePolicy >always</ updatePolicy >
</ snapshots >
</ repository >
</ repositories >< dependencies >
< dependency >
< groupId >org.craftyserver</ groupId >
< artifactId >craftyserver</ artifactId >
< version >0.0.1-SNAPSHOT</ version >
< scope >provided</ scope >
</ dependency >
</ dependencies >