SpyCore is a modern, lightweight world and server management framework for Minecraft networks. It provides an organized way to manage worlds using a container-based folder structure, while offering high-performance world lifecycle handling.
- π Containerized Management: Group worlds into subdirectories (e.g.,
spycore-worlds/Bedwars/Map1). - π·οΈ World Aliasing: Use friendly names for complex file paths.
- βοΈ Hibernation System: Automatically unloads idle worlds to save resources.
- π VFS (Virtual File System): Abstracted world loading, unloading, and management.
- ποΈ Template System: Deploy new worlds instantly from pre-defined templates.
- π Metadata System: Tag and search worlds using flexible metadata.
- π‘οΈ Safe Arrival: Advanced algorithm to find the nearest safe spot for player teleports.
- Download the latest
SpyCore.jar. - Place it in your server's
plugins/folder. - Restart the server.
SpyCore is built with developers in mind. Use the SpyAPI to interact with the core:
// Teleport a player to a safe location in a world
SpyAPI.teleportToSafeLocation(player, world);
// Load a world from a container
World world = SpyAPI.loadWorld("minigames", "desert_arena");Developed by SpyGamingOG
