About StackMan
Are your players bummed about stack sizes for certain resources? Now they can Pay with Economics or RP to consolidate stacks for a cost.
StackMan Is an NPC you can Dynamically spawn at a monument of your choice, select your monument path and position to have him spawn there on Plugin Load.
You can customize the StackMan's Clothing and style him as you like.
In config you can set what items he can stack and the cost per bundle that he will combine, ultimately bypassing vanilla or other preset stack limits for the determined cost.
Upon players talking to the StackMan, if they have no stackables or they already have combined stacks, the player will be messaged of what items he can stack for them.
If the players do have valid stackables, the UI will break down what items he will stack and for how much RP / Eco.
Credits to - @Chill Roleplay for the Initial Idea.
Video Demo
Config
{ "Dynamic Spawn at this Monument (Requires your Position Input to be set to match Monument if Changing from Default.)": "assets/bundled/prefabs/autospawn/monument/medium/compound.prefab", "Dynamic Spawn Points (Relative to Monument)": [ { "x": -8.34, "y": 1.45, "z": 24.75 } ], "Dynamic Spawn Rotation Correction": 90.0, "Economy Plugin - 1 Economics - 2 Server Rewards": 1, "Allowed Resources": { "stones": { "Cost Per Bundle Stacked?": 100 }, "wood": { "Cost Per Bundle Stacked?": 50 }, "sulfur.ore": { "Cost Per Bundle Stacked?": 200 } }, "NPC Clothing Options": [ { "Shortname": "metal.plate.torso", "Skin": 0 }, { "Shortname": "metal.facemask", "Skin": 0 }, { "Shortname": "shoes.boots", "Skin": 0 }, { "Shortname": "hoodie", "Skin": 0 }, { "Shortname": "pants", "Skin": 0 }, { "Shortname": "gloweyes", "Skin": 0 } ] }