Version 1.0.2
8 downloads
RandomSystem is a plugin that gives players random items—either periodically or when they jump! It’s fully customizable, offering control over item selection, amount, blacklist, UI countdowns, and more.
Features :
Give random items when players jump or on a countdown timer
Choose between a fixed amount or randomized quantity
Supports giving items to all players or just the one who triggered the event
Fully configurable item list and blacklist
Visual countdown options: gametip, prefectui, or simpletimerui
Customize delay between jump rewards
Easy toggle via chat commands
Permission :
RandomSystem.use — Required to use commands
Commands :
/random start – Start random item event (countdown-based)
/random stop – Stop the random item event
/randomjump start – Start jump-based item giving
/randomjump stop – Stop jump-based event
Example config :
{
"EnableRandomAmount": false,
"MaxRandomAmount": 50,
"ItemAmount": 10,
"ShowItemMessage": true,
"GiveToAllPlayers": true,
"LimitToConfigItems": true,
"JumpItemDelay": 2.0,
"CountdownTime": 10,
"CountdownUI (0- nothing | 1- gametip | 2- prefabui | 3- simpletimerui) :": 1,
"Blacklist": [
"motorbike",
"bike",
"wagon",
"spraycan.decal",
"attackhelicopter",
"locomotive",
"vehicle.chassis.3mod",
"minigunammopack",
"motor.rowboat",
"rhib",
"submarineduo",
"submarinesolo",
"rowboat",
"snowmobiletomaha",
"snowmobile",
"trike",
"minicopter",
"scraptransporthelicopter",
"snowmobile",
"motorbike_sidecar",
"mlrs",
"vehicle.module",
"modularcar.chassis.2mod",
"modularcar.chassis.3mod",
"modularcar.chassis.4mod",
"parachute.deployed",
"car.chassis",
"truck.chassis",
"train.engine",
"train.wagon",
"helicopter_repair"
],
"Items": {
"wood": 1000,
"stone": 500,
"metal.fragments": 250
},
"UseTag": true,
"TagText": "[RandomSystem]",
"TagColor": "#00ff00"
}
Example Lang :
{
"NoPermission": "You don't have permission to use this command.",
"UsageRandom": "Usage: /random start or /random stop",
"EventAlreadyRunning": "The random item event is already running.",
"NoActiveEvent": "There is no active random item event.",
"InvalidArgRandom": "Invalid argument. Use /random start or /random stop.",
"EventStarted": "Random item event started! Countdown begins...",
"EventStopped": "The random item event has been stopped.",
"RandomJumpAlready": "Random jump event is already running.",
"NoActiveJump": "There is no active random jump event.",
"RandomJumpStarted": "Random jump event started! Jump to receive random items.",
"RandomJumpStopped": "The random jump event has been stopped.",
"ReceivedItem": "You received {0} {1}!",
"InventoryFull": "Your inventory is full! {0} {1} has been dropped on the ground.",
"NoValidItems": "No valid items to give because all items are blacklisted."
}