Jump to content

2 Screenshots

  • 1.3k
  • 1
  • 15.91 kB
 Share

About Loot Spawner Plus

Adds re-spawnable items with command.

With this plugin, you can:

• Define spawn points for different items anywhere in your server's world.

• Set custom intervals for spawning items, allowing you to control the frequency of loot respawns.

• Specify random quantity ranges for items, adding an element of unpredictability to your server's loot economy.

Whether you're looking to create themed loot areas, simulate dynamic item distribution, or simply enhance the gameplay experience on your Rust server, this plugin gives you the flexibility and control to do so with ease.

Commands (ONLY ADMIN);
   • /addspawn <name> <x> <y> <z> <item> <quantity> <interval> ► You can create a spawn point with static time and item count.
   • /addspawnq <name> <x> <y> <z> <item> <randomMin> <randomMax> <interval> ► You can create a spawn point that only includes random item count.
   • /addspawnr <name> <x> <y> <z> <item> <intervalMin> <intervalMax> <quantity> ► You can create a spawn point that only includes random time.
   • /addspawnqr <name> <x> <y> <z> <item> <randomMin> <randomMax> <intervalMin> <intervalMax> ► You can create a spawn point that includes both random time and item count.
   • /deletespawn <name> ► You can delete spawn points with this command.
   • /showspawns ► Prints out spawn points in f1 console.

  ➡ "<name>" This defines your spawn points name which you can use in /deletespawn.
  ➡ "<x> <y> <z>" This is positions for items to be spawned you can use console command "client.printpos" to see where you're standing at.
  ➡ "<item>" You need to use the short name for the item you want to be spawned, you can find the short names here.
  ➡ "<quantity>" This defines the item count.
  ➡ "<interval>" This defines the respawn time in seconds.
  ➡ "<randomMin>", "<randomMax>" you can adjust those values for how many items will be spawned for random item count. Ex; 1 10, Spawned item count will be in between 1 and 10.
  ➡ "<intervalMin>", "<intervalMax>" you can adjust those values for how much time later the item will be respawned for random time. Ex; 1 10, Item will respawn every 1 to 10 seconds.

This is how the default config looks like. (I don't reccomend you to use config file if it is not necessary)

{
  "Spawn1": {
    "Interval": 5.0,
    "IntRandom": true,
    "IntMax": 5.0,
    "IntMin": 1.0,
    "Position": {
      "x": 100.0,
      "y": 10.0,
      "z": 50.0
    },
    "ItemName": "ammo.rifle",
    "Quantity": 16,
    "Random": false,
    "RandomMin": 0,
    "RandomMax": 0
  },
  "Spawn2": {
    "Interval": 10.0,
    "IntRandom": false,
    "IntMax": 0.0,
    "IntMin": 0.0,
    "Position": {
      "x": 100.0,
      "y": 10.0,
      "z": 50.0
    },
    "ItemName": "scrap",
    "Quantity": 0,
    "Random": true,
    "RandomMin": 10,
    "RandomMax": 30
  }
}


 

  • Like 1

Hakan's Collection

User Feedback

1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.8k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.