Skip to content
Ture Bentzin edited this page Feb 3, 2023 · 5 revisions

Welcome to the JuliGamesCore!

Intoduction

WARNING: IN THIS WIKI THERE ARE MAVEN REPOSITORIES PROVIDED, THE GIVEN VERSION MIGHT BE OLD. IF YOU ARE SETTING UP A NEW JULIGAMESCORE SYSTEM, THEN PLEASE USE THE LATEST VERSION AND UPDATE IF A NEW ONE IS RELEASED. DONT TRUST ON THE VERSIONS ADVERTISED HERE

The JuliGamesCore is the software used for communication, standardization, and coordination on the Juligames Network. The Core offers access to a hazelcast cluster, MySQL, and centralized configuration files. The System is very easy to set up and does not require a massive load of companion software to run. The only thing to set up prior to this is a MariaDB Server.

What does the current version of the Core offer to you?

  • Hazelcast cluster
  • Central Database access and login distribution
  • Configuration accessible on all cores
  • Support for Paper / Velocity (can be expanded easily)
  • A separate Java Application called "Master" that manages and runs the cluster (no external software required)
  • Easy-to-use API for all Platforms

Primary features bundled with the core:

  • Message API (uses MiniMessage and database)
  • Sending data and commands between cores
  • Storing and loading from central configurations
  • Access a database via JDBI
    • Easy way to add your own features to the network
  • Caching via Caffeine