Scheduled Spawns can spawn any item or prefab on a schedule defined by your coordinates
Permissions
scheduledspawns.use
-- Required to use the commands.
Chat Commands
/ss <item|prefab> add <prefabname | itemshortname> <timer><name>
- Adds a prefab/item to be spawned on a schedule defined by "timer" and "name"
/ss <item|prefab> remove <name>
- Removes a prefab/item from the schedule defined by its "name"
/ss <item|prefab> start
- Starts the scheduled prefab/item spawner
/ss <item|prefab> stop
- Stops the scheduled prefab/item spawner
/ss <item|prefab> list
- Shows all scheduled prefab/item spawners
Examples
/ss prefab add "assets/bundled/prefabs/radtown/dmloot/dm ammo.prefab" 300 MyAmmoCrate
- adds the prefab DM Ammo Crate to be spawned at your position every 300s
/ss item add rifle.l96 45 RifleDrop
- adds the item L96 Rife to be spawned at you position every 45s
Note:
- If the prefab name contains space characters, you will need to add "" around the name
- The add command adds prefab/item to the schedule and will not immediately start, you need to run the "start" command
- When using the add command, the prefab/item is added to the schedule to be spawned at your current position
Configuration
{
"Default timer (s)": 300.0,
"Check radius": 1.0
}
Localization
Credits
Pr0fa1n for the idea and support.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.