HomeJavaModsScDelivery
ScDelivery
ScDelivery | Advanced Categorical Delivery System
Developer: Syncro | Compatible Version: 1.21.x+ (Paper & Spigot API)

✨ About The Plugin
ScDelivery is an enterprise-grade, highly optimized seasonal delivery plugin designed to regulate your server's material economy while establishing an immersive competition framework.

Unlike traditional delivery systems that force players to exhaustively click items one by one, ScDelivery actively scans their inventories and performs bulk material extractions with a single click. This minimizes player fatigue and completely automates the material-to-score pipeline.

The backend infrastructure utilizes an Asynchronous I/O Data Engine. Every data serialization, storage, and retrieval request is handled on isolated thread loops, completely eliminating momentary main-thread freezes (TPS drops) even during intense bulk deliveries.


Advanced Core Features


️ Graphical User Interface Architecture

[ALIGN=center][HR][/HR]

Developer Java API & Integration
Want to hook into ScDelivery or create custom addons? The plugin offers a clean, thread-safe programmatic API access to read or mutate seasonal delivery metrics directly from your code base.

Accessing the Core Instance:
Code (Text):
import com.syncro.scdelivery.ScDelivery;
import com.syncro.scdelivery.DeliveryManager;

// Retrieve the singleton instance safely
ScDelivery api = ScDelivery.getInstance();
DeliveryManager manager = api.getDeliveryManager();
Interacting with League Data via Code:
Code (Text):
// Get a player's seasonal score (Categories: "tarim", "uretim", "degerli")
int farmingScore = manager.getScore("tarim", player.getUniqueId());

// Mutate or override event scores manually via internal buffers
manager.setScore("uretim", player.getUniqueId(), 500);

// Fetch a categorized sorted list of the current top competitors
List<Map.Entry<UUID, Integer>> leaderList = manager.getTopDeliverers("degerli");
[ALIGN=center][HR][/HR]

️ Terminal Commands & Permissions
Command Functional Description Required Permission Node
/teslimat Initializes the main categorical logistics GUI interface. Granted by Default (Everyone)
/scdelivery reload Hot-reloads configuration matrix nodes and terminal structures.
Code (Text):
scdelivery.admin
/scdelivery reset <league> Forces an early season finale, fires execution awards, and clears data.
Code (Text):
scdelivery.admin
/scdelivery set <p> <league> <val> Overrides and hard-sets the targeted user's event scoring metrics.
Code (Text):
scdelivery.admin


[ALIGN=center][HR][/HR]

PlaceholderAPI Integration Matrices
Inject live player statistics into your scoreboard assets, tab-lists, or holograms seamlessly:
Code (Text):
%scdelivery_puan_tarim%  -> Returns the active player's farming metrics.
%scdelivery_puan_uretim% -> Returns the active player's manufacturing metrics.
%scdelivery_puan_degerli% -> Returns the active player's high-value gemstone metrics.

Setup & Deployment Operations[/ALIGN]
1. Deploy the compiled ScDelivery-1.0.0.jar artifact inside your server's plugins/ directory.
2. Initialize the server runtime loop to auto-generate the resource folder and config trees.
3. Tailor the console reward execution array inside plugins/ScDelivery/config.yml to match your game design.
4. Execute /scdelivery reload to bind all active memory nodes, and launch the season!​

This logistics infrastructure and configuration layout is fully engineered and protected by Syncro.

ScDelivery is a free Minecraft Java mod. Compatible with Minecraft 26.1. Downloaded 13 times (via Spigot). Download it and open it directly in the game.

Explore more