Skip to content

frosxt/SkyblockCore

 
 

Repository files navigation

SkyblockCore

GitHub Repo stars GitHub watchers GitHub release (latest by date including pre-releases) GitHub all releases GitHub issues

This project consists on an advanced Skyblock core made to scale massively.

This project is currently being rewritten. This rewrite is due to just a massive change in code architecture with new knowledge that I've learned by writing scalable plugins for the past 3 years.

This project's backbone is Cosmos, and at the moment is under heavy development, with no builds available.


Technologies Used:

  • SpigotAPI
  • MySQL
  • SQLite
  • Gradle
  • Bungeecord
  • Redis
  • MongoDB

Plugin Hooks

  • FastAsyncWorldEdit

Some thoughts:

SkyblockCore is incredibly difficult to develop, unlike a regular core, there is a lot of thought put into every line of code, the plugin is supposed to expect players switching across servers, proxies, players leaving mid-loading, different proxies for the same team members, all of it while handling all of the commands on the spigot side, so players on a survival server can't run skyblock commands.

If you'd like to help with the project, even as someone without any code experience, here are some things that would greatly help me out:

  • Helping with the wiki
  • Writing issues
  • Planning
  • Donating (purely your choice, there's no benefit other than making me happy)

Packages

No packages published

Languages

  • Java 100.0%