Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AionEmu

中文

Aion 5.8 community server. Single Maven project, JDK 25, Spring Boot starts login / game / chat.

Entry: com.aionemu.AionBootApplication
Defaults: src/main/resources/application.yml
Source config & data: src/main/resources/aion
Runtime: aion/ (aion.home; local config/logs stay out of source)

Build & Run

./package.sh                 # build and deploy to aion/
./aion/start-silent.sh
tail -f aion/log/aionemu.log
./aion/stop-silent.sh        # stop
# ./aion/shutdown.sh         # graceful shutdown
mvn package                  # or: mvn test
./package.sh test            # pass-through Maven goals
./re-package.sh              # redeploy, keep existing config
AION_HOME=/path/to/runtime ./aion/start-silent.sh
AION_HEAP_OPTS="-Xms2g -Xmx10g" ./aion/start-silent.sh
./aion/start-silent.sh -c    # clean runtime data (keep JAR/scripts)

Credits

Based on Aion 5.8 Community Emulator and earlier community work. Parts also reference Beyond Aion (Aion 4.8, GPL-3.0).

Thanks to Aion-Lightning, Encom, Beyond Aion, and the many community contributors behind earlier Aion server work.

About

Aion 5.8 community server. Single Maven project, JDK 25, Spring Boot starts login / game / chat.

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages