Version 1.0.0
3 downloads
This plugin adds the Big Rock event to the server.
It will add another place for your players to fight, because resources need to be not only gathered, but also carried away.
When spawning, notifications are sent to the chat, as well as standard Rust UI notifications.
Big Rocks can be of three types: Rocks, Sulfur, and Metal.
The Big Rock's type is selected randomly.
There is a fine-tuning of the configuration.
You can enable the dropping of seeds when mining Big Rock, which players can then plant and grow their own ore.
These stones will be able to gather everybody, but if you damage the ore before it grows fully, its growth will stop.
The chance of seeds falling out, the growth time, and the resources of growing ores can be configured in the config.
Big Rock has an event area where you can set up teleportation block, building block, and block use specific commands.
Also, Big Rock is displayed on the map.
At the spawn, point of Big Rock - a vending machine icon appears on the map, the name of which you can configure in the config!
Together with it, a zone appears on the map, the display of which is configured in the same way in the config.
Big Rock can only be mined with suitable tools: Stone Pickaxe, Metal Pickaxe, Salvaged Icepick and Jackhammer.
Big Rock works with all plugins for changing Gather Rates, as well as all mining from the Big Rock will be taken into account in any statistics!
You can configure:
How long after the restart will the stone spawn
Stone lifetime and cooldown
Minimum players to start the event
Radius of the event's zone
Blocking the teleport in the event's zone (NTeleportation)
Blocking building in the event's zone
Blocking the use of commands in the event's
Creating an icon and a zone on the map
Each type of stone can be configured separately:
Resources that fall out during stone mining
The number of strokes to remove the Big Rock
Dropping seeds from Big Rock
The time of stone growth from a seed
Config file:
{
"Main settings": {
"Event's chat tag": "<color=yellow>Big Rock Event</color>",
"The time until the start event from start plugin(in seconds)": 600.0,
"Event's duration(in seconds)": 600.0,
"Event's cooldown(in seconds)": 3600.0,
"Min players count for start event": 0,
"Event's zone radius": 100.0,
"Block tepeportation in event's zone": true,
"Block building in event's zone": true,
"List of blocked commands to use in event's zone(without /)": [
"trade",
"kit"
],
"Create Event's zone on Map?": true,
"Color map zone": "#75ff7a",
"Color map zone radius": "#003802",
"Create Event's vending mark on Map?": true,
"Name of vending mark": "Big Rock Event ({0})"
},
"Metal Rock": {
"Resource amount in rock": {
"metal.ore": 6000
},
"Hits for delete rock": 100,
"Drop rock seeds?": true,
"Seed's name": "Metal Ore Seed",
"Seed's skinID": 3585071044,
"Chance of rock seed drop": 5.0,
"Resources in seeds": {
"metal.ore": 3000,
"hq.metal.ore": 10
},
"Time of growth seed(in seconds)": 600
},
"Sulfur Rock": {
"Resource amount in rock": {
"sulfur.ore": 3000
},
"Hits for delete rock": 100,
"Drop rock seeds?": true,
"Seed's name": "Sulfur Ore Seed",
"Seed's skinID": 3583874182,
"Chance of rock seed drop": 5.0,
"Resources in seeds": {
"sulfur.ore": 1500
},
"Time of growth seed(in seconds)": 600
},
"Stones Rock": {
"Resource amount in rock": {
"stones": 10000
},
"Hits for delete rock": 100,
"Drop rock seeds?": true,
"Seed's name": "Stones Seed",
"Seed's skinID": 3585071736,
"Chance of rock seed drop": 5.0,
"Resources in seeds": {
"stones": 5000
},
"Time of growth seed(in seconds)": 600
}
}