RandomSystem

Платно RandomSystem 1.1.3

Example config :
Quote
{
"Plugin Settings": {
"Prefix Text": "[RandomSystem]",
"Prefix Color": "#00FF00",
"Use Permission": "randomsystem.use",
"Give To All Players": true,
"Jump Item Delay (seconds)": 2.0,
"Countdown Time (seconds)": 10,
"Countdown UI (0=Off, 1=GameTip, 2=ProgressUI, 3=SimpleTimerUI)": 1,
"Show Item Message": true,
"Limit To Config Items Only": true,
"Include DLC Items (WARNING: your server may be banned for this)": false,
"Include Hidden Items": false
},
"Limits": {
"Enable Random Amounts": false,
"Max Random Amount (when random enabled)": 50,
"Fixed Item Amount (when random disabled)": 10,
"Config Items (shortname => max random)": {
"wood": 1000,
"stone": 500,
"metal.fragments": 250
},
"Blacklist (shortnames)": [
"motorbike"
]
},
"Config Version": "1.1.0"
}

Example Lang :
Quote
{
"NoPermission": "You don't have permission to use this command.",
"EventAlreadyRunning": "The timed random event is already running.",
"NoActiveEvent": "There is no active timed random event.",
"EventStarted": "Timed random event started! Countdown begins...",
"EventStopped": "The timed random event has been stopped.",
"RandomJumpAlready": "Random jump mode is already enabled.",
"NoActiveJump": "Random jump mode is not enabled.",
"RandomJumpStarted": "Random jump mode enabled. Jump to receive random items.",
"RandomJumpStopped": "Random jump mode has been disabled.",
"ReceivedItem": "You received {0} {1}!",
"InventoryFull": "Your inventory is full! {0} {1} has been dropped on the ground.",
"NoValidItems": "No valid items to give (check blacklist/DLC/hidden filters)."
}
Назад
Верх