About Remote MLRS
The Remote MLRS plugin allows your players to remotely launch MLRS rockets without having to go to an RT with the MLRS station.
An RF remote is used to fire the rockets.
The plugin uses a permission system where you can configure the number of rockets per launch and the cooldown for reuse.
You can also set a skin ID for the remote and configure loot crate drops.
The plugin supports IQWipeBlock and WipeBlock.
Additionally, it can be configured to allow rocket launches even if there’s no MLRS station on the server map.
Three language files are included by default (ENG, RU, UK).
I also recommend checking the demo: DEMO
CONFIGURATION
{
"Allow Launch Without MLRS In Map": true,
"Detonator Durability Loss per Use (%) (0 to disable)": 25.0,
"Ignore Wipe Block": false,
"Rf Transmitter Skin ID": 0,
"Enable Rf Transmitter Drops": false,
"Enable Custom Frequency": false,
"Required Frequency": 5555,
"Enable Plugin Prefix": true,
"Plugin Prefix": "[Remote MLRS]",
"Plugin Prefix Color": "#ff0000",
"Log To Console": true,
"Log To Discord": false,
"Discord Webhook URL": "https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks",
"Container Drop Settings": {
"crate_elite": {
"Drop Chance (%)": 5.0,
"Enable Drops For This Container": true
},
"crate_normal": {
"Drop Chance (%)": 1.0,
"Enable Drops For This Container": true
}
},
"Permission Groups": {
"remotemlrs.launcher.basic": {
"Cooldown Between Uses (seconds)": 600.0,
"Maximum Rockets Per Launch": 6
},
"remotemlrs.launcher.advanced": {
"Cooldown Between Uses (seconds)": 300.0,
"Maximum Rockets Per Launch": 12
},
"remotemlrs.launcher.elite": {
"Cooldown Between Uses (seconds)": 0.0,
"Maximum Rockets Per Launch": 24
}
}
}