Skip to content

VCore is a platform-independent Minecraft server plug-in library that was primarily designed for real-time synchronization in multiproxy networks via a global Redis cache. In addition to this framework, it offers platform-dependent library code that can relieve some of the work for e.g. Spigot plugins.

License

Notifications You must be signed in to change notification settings

VCore-Minecraft/VCore-Old

Repository files navigation

VCore (Beta)

VCore is a platform-independent Minecraft server plug-in library that was primarily designed for real-time synchronization with multiproxy networks via a global Redis cache. In addition to this framework, it offers platform-dependent library code that can relieve some of the work for e.g. Spigot plugins.

This project is currently under heavy development. When there is a first stable version I will let you guys know.

Note: This Page is under heavy construction at the moment.

I am also working on a wiki right now! The api will get big changes so use it at your own risk!

Implementations

PaperModules

VCorePlugins

Importing the API using Maven

Choose latest Tag on Jitpack

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

<dependency>
    <groupId>com.github.derverdox</groupId>
    <artifactId>VCore</artifactId>
    <version>Tag</version>
</dependency>

Contributions:

Special thanks to

YourKit

For there awesome Java Profiling Tool used to make VCore even better!

YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor.

About

VCore is a platform-independent Minecraft server plug-in library that was primarily designed for real-time synchronization in multiproxy networks via a global Redis cache. In addition to this framework, it offers platform-dependent library code that can relieve some of the work for e.g. Spigot plugins.

Topics

Resources

License

Stars

Watchers

Forks

Languages