Smooth Transfer

Unmaintained Smooth Transfer 1.2.2

No permission to download

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
The "Unmaintained" prefix is a technical term often used in the development world to signal that a specific piece of code, feature, or a resource is no longer actively managed or updated by its creators. It's similar to a 'Beware' sign on a physical property, warning visitors to proceed with caution.

For instance, if a developer creates a resource for other users to use, but later decides not to continue updating it due to various reasons like time constraints or shifting focus to other projects, they might attach an 'unmaintained' tag to it. This tag serves as a clear indication to other users that while they can still use this resource, they should be aware that it may not be up-to-date with the latest coding standards or security updates.

From a user perspective, an 'unmaintained' tag can help yourself identify resources that may not provide the best experience or security. It signals that the resource in question may have outdated features, potential security vulnerabilities, or bugs that are unlikely to be fixed.
Smooth Transfer
Smooth Transfer!
- Fixes transfering problems in cluster. Cloud based inventory and death inventory saver. all automatic.

Features:
  • Prevents DC/Timeouts on map transfers.
  • Automatically uploads items on transfer, and downloads them as you join.
  • Items are saved in MySQL.
  • Ability to use cloud based inventory, with unlimited amount of slots.
  • Each slot in cloud-inventory can hold 299 items.
  • Writing /download command will list available slots to you.
  • Cloud based inventory can require permission to be used. Or be disabled.
  • Cooldowns can be specified per command for cloud based inventory.
  • Custom expiration time can be set for items on automatic transfer, and cloud based inventory separately.
  • Automatically save inventory as player die (can require permission)
  • Works will all items, without exceptions.
  • Contains crash detection, which would remove all uploaded items since last game save. (to prevent dupes)
  • Upload and download of items are done in separate threads to maximize performance.
  • Config can be reloaded and new settings would instantly take effect.
  • Thoroughly tested before release.
Config File with explanations:
JSON:
{
	"MySQL": {			
		"HostAdress": "127.0.0.1",
		"Username": "root",
		"Password": "password",
		"DataBaseName": "smooth_transfer"
	},
	"Save_And_Restore_Items_Upon_Death": {
		"Enable": false,
		"Requires_Permission": true,
		"Permission_Groups":[
			"vip",
			"admins"
		]
	},
	"Timer_Seconds_To_Rebuild_Inventory": 15,
	"Disable_Transfer_Auto_Upload": false,
	"Expiration": {
		"Enable_Item_Expiration": true,
		"Expiration_Time_Minutes": 0,
		"Expiration_Time_Minutes_Command": 3600
	},
	"Upload_Command": {
		"Enable_Upload_Command": true,
		"Upload_Command": "/upload",
		"Upload_Only_Restricted_Items": false,
		"Enable_Cooldown": true,
		"Cooldown_Seconds": 3600,
		"Requires_Permission": false,
		"Permission_Groups":[
			"vip",
			"admins"
		]
	},
	"Download_Command": {
		"Enable_Download_Command": true,
		"Download_Command": "/download",
		"Enable_Cooldown": true,
		"Cooldown_Seconds": 30
	},
	"Messages":{
		"No_Items_To_Download": {
			"Text": "\nThere is no items to download.",
			"Size": 3.0,
			"Display_Time": 6,
			"Color": {
				"Red": 200,
				"Green": 90,
				"Blue": 90
			}
		},
		"Upload_on_CD_Hours": {
			"Text": "\nYou must wait {}x hours {}x minutes to upload items.",
			"Size": 3.0,
			"Display_Time": 6,
			"Color": {
				"Red": 200,
				"Green": 90,
				"Blue": 90
			}
		},
		"Upload_on_CD_Minutes": {
			"Text": "\nYou must wait {}x minutes {}x seconds to upload items.",
			"Size": 3.0,
			"Display_Time": 6,
			"Color": {
				"Red": 200,
				"Green": 90,
				"Blue": 90
			}
		},
		"No_Items_To_Upload": {
			"Text": "\nYou have no items available for upload.",
			"Size": 3.0,
			"Display_Time": 6,
			"Color": {
				"Red": 200,
				"Green": 90,
				"Blue": 90
			}
		},
		"Uploaded_Items_Successfully": {
			"Text": "\nUploaded {}x items.",
			"Size": 3.0,
			"Display_Time": 6,
			"Color": {
				"Red": 90,
				"Green": 255,
				"Blue": 90
			}
		},
		"No_Permission_To_Use_Command": {
			"Text": "\nYou do not have permission to use this command.",
			"Size": 3.0,
			"Display_Time": 6,
			"Color": {
				"Red": 255,
				"Green": 90,
				"Blue": 90
			}
		},
		"Not_Enough_Space_In_Cloud_Storage": {
			"Text": "\nThere's not enough space for your items in the Cloud Storage slot: {}\tSlots Free: {}",
			"Size": 3.0,
			"Display_Time": 6,
			"Color": {
				"Red": 255,
				"Green": 90,
				"Blue": 90
			}
		},
		"Incorrect_Upload_Usage": {
			"Text": "\nUsage: {} <slot name>",
			"Size": 3.0,
			"Display_Time": 6,
			"Color": {
				"Red": 255,
				"Green": 90,
				"Blue": 90
			}
		},
		"Incorrect_Download_Usage": {
			"Text": "\nUsage: {} <slot name>\nAvailable slots: {}",
			"Size": 3.0,
			"Display_Time": 6,
			"Color": {
				"Red": 255,
				"Green": 90,
				"Blue": 90
			}
		},
		"Download_CD_Hours": {
			"Text": "\nYou must wait {}x hours {}x minutes to upload items.",
			"Size": 3.0,
			"Display_Time": 6,
			"Color": {
				"Red": 90,
				"Green": 255,
				"Blue": 90
			}
		},
		"Download_CD_Minutes": {
			"Text": "\nYou must wait {}x minutes {}x seconds to download items.",
			"Size": 3.0,
			"Display_Time": 6,
			"Color": {
				"Red": 255,
				"Green": 90,
				"Blue": 90
			}
		}
	}
}

Ingame Commands:
  • /upload <slotname> - Upload current inventory items to <slotname>
  • /download <slotname> - Download items from <slotname>
Console Commands:
  • cheat st.reload -Reloads Config
RCON Commands:
  • st.reload -Reloads Config


Purchase Info:
After payment join my Discord via "Get Support" button (top right), and send me your hwid. The plugin will print it in console when not authorized.
Please give me at least 1-24 hours to setup hwid info. No new DLL is needed.
This purchase comes with basic support if needed.

Hwid Info:
- Each license represents a physical machine, so 6 ark servers running on one machine would only need 1 licence, Additional licensee's are required when using multiple physical servers.
- Are you moving server host/upgrading hardware and worried about the hwid? Not a problem send me a pm, here or on discord, with the new hwid and I will have it updated. In most cases within the hour, but it can take up to 24 hours depending upon my availability at that moment.

For questions or more information join my Discord via this link: https://discord.gg/fGPevkF
(This is a temporary link, and unless assigned a role, you automatically leave server when you go offline on discord.)

Latest updates

  1. 1.2.2

    1.2.2 - Made backup way to get player controller to restore inventory. Fixes not getting the new...
  2. 1.1.6

    - Fixed cryopods being decayed when transferring from a newly wiped map, to a non-wiped map with...
Monetize your ARK server
Tempest Dedicated Servers
Tebex
Rogue Vikings Discord Server - Rogue Vikings Gaming Servers - Minecraft Prison Servers - Minecraft Creative Servers
Back
Top