Version 1.1.1
59 downloads
XBarrelEvent - an event of mysterious barrels for your server.
- Optimization of the interface for different monitor resolutions.
- There is a lang ru/en/uk/es.
- Sound effects.
- The ability to set the minimum online for the start of the Event.
- Possibility to configure the interval for launching the Event.
- Customize items and drop chances from barrels.
- Setting the number of barrels on the map.
- Setting up the ability to spawn a new barrel in a random place on the map after breaking the existing one.
- Setting up a marker that marks the barrel on the map. [ Ability to disable the marker, thereby complicating the search for barrels ]
- There is a check for stones and any textures. [ Barrels will not spawn inside textures and rocks ]
- The ability to change the HP of the barrel.
- Logs of spawning/breaking barrels.
- The ability to use a list of different prefabs. [ Will spawn randomly ]
- There are two Event modes.
-> Overview - YouTube <-
Commands
start_barrelevent_admin - start the event manually. [ Runs only when interval event mode is enabled ]
show_barrels_info - to see a list of coordinates for all the barrels.
Config
{
"General settings": {
"Offset from the edges of the map": 200,
"Maximum number of items in a barrel": 4,
"Number of barrels": 10,
"HP barrel": 150.0,
"Minimum online to start the event": 7,
"Event start interval": 5400,
"Event duration": 210,
"Marker transparency": 0.0,
"Marker radius": 0.0,
"Barrel/New Year's gift/road sign prefab. [ If there is more than one prefab in the list, it will be randomized ]": [
"assets/bundled/prefabs/radtown/oil_barrel.prefab"
],
"Use the effect after breaking the barrel": true,
"Mark the barrel with a marker on the map": true,
"Spawn a new barrel after breaking an existing one": true,
"Spawn barrels only during the event (If false, then the barrels will be spawned when the plugin is loaded, and the event with an interval will not be started)": false,
"Enable logs in the server console": true
},
"Item customization and barrel drop chance": [
{
"Item shortname": "rifle.ak",
"Item skin": 2412486082,
"Custom item name": "",
"Text (if it's a note)": "",
"Item drop chance. 100 - 100%": 25,
"Minimum number of items": 1,
"Maximum number of items": 1
},
{
"Item shortname": "rocket.launcher",
"Item skin": 0,
"Custom item name": "",
"Text (if it's a note)": "",
"Item drop chance. 100 - 100%": 25,
"Minimum number of items": 1,
"Maximum number of items": 1
}
]
}