Jump to content

Rainey

Creator
  • Posts

    96
  • Joined

  • Last visited

Everything posted by Rainey

  1. Rainey

    ExtraEvents

    It is! You would issue economics rewards via Reward Commands. 🙂
  2. Rainey

    DeathSpawns

    The “Prevent Spawns from NPC Deaths” configuration option means that items/prefabs will NOT spawn on player bodies when they are killed by an NPC, it won’t affect any spawns on NPC corpses. Sorry for the confusion. I am working on an update that will add the ability to spawn items on NPC corpses, though. 🙂
  3. Rainey

    DeathSpawns

    Version 1.2.0

    8 downloads

    DeathSpawns is a simple plugin that will drop item(s), prefab(s), and/or run commands on player corpses when they die. Additional Permissions, and multiple Items/prefabs/commands for each permission, can be added to allow greater flexibility. Additional features in progress. Join my Discord for support and updates: https://discord.gg/teSffnDQ7N Default Config { "General Options": { "Enable Console Messages": true }, "Permissions": { "deathspawns.permission.1": { "Probability %": 100, "Prevent Spawns from Suicide": true, "Prevent Spawns from Team Kill": true, "Prevent Spawns from NPC Deaths": true, "Item(s)": [ { "Item Shortname": "", "Item Skin ID": 0, "Item Amount": 0, "Try to Put Item in Player Inventory First": false } ], "Prefab(s)": [ { "Prefab": "" } ], "Command(s) - Supports {player.name} {player.id} {player.position.x} {player.position.y} {player.position.z} {attacker.name} {attacker.id}": [ { "Command": "" } ] } }, "Version": { "Major": 1, "Minor": 2, "Patch": 0 } }
    $7.49
  4. Rainey

    CorpseBoomer

    Version 1.2.0

    15 downloads

    CorpseBoomer is a simple plugin that will spawn a boomer/firework at player positions when they are killed. Join my Discord for support and updates: https://discord.gg/teSffnDQ7N Permissions corpseboomer.firework Default Config { "Enable Console Messages": true, "Prevent Firework when killed by Suicide": false, "Prevent Firework when killed by Teammate": true, "Prevent Firework when killed by NPC": true, "Version": { "Major": 1, "Minor": 2, "Patch": 0 } }
    $4.99
  5. Rainey

    ExtraEvents

    ExtraEvents already includes AnimalAnnihilation - Kill animals to win! as a configurable event. 🙂
  6. Rainey

    Ore War help

    This should be fixed in 1.7.0. 🙂 Please let me know if you need anything else!
  7. Rainey

    Ore War help

    Changed Status from Work in Progress to Closed
  8. Rainey

    Ore War help

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  9. Rainey

    Ore War help

    Hello! Yes, currently metal nodes give 2 points during OreWar due to OnDispenserBonus being called twice once a metal node is destroyed (once for the metal and once for the HQM). Unfortunately there is no way to fix that via the config at the moment. I plan on releasing an update later this week, I will try to fix this with that release. 🙂
  10. Rainey

    Kicking Messages

    I added an option in 1.0.2 to hide the KICKING for InTerrain and FlyHack violation notices. 🙂 Thank you for the suggestion and support!
  11. Rainey

    Kicking Messages

    Changed Status from Work in Progress to Closed
  12. Rainey

    Kicking Messages

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  13. Rainey

    RoamTasks

    Have to say this developer is amazing! Very attentive to his plugins and support, listen to suggestions, is definitely willing to go the extra mile. ❤️
  14. Rainey

    Kicking Messages

    No worries at all! I will add that to the options soon, it's a good suggestion! 🙂 Give me a few days and I'll push a new update.
  15. Rainey

    Kicking Messages

    Hello! Terrain and FlyHack violations are working properly on my end. They do throw a warning in console because it tries to show the GameTip to the kicked player, this doesn't affect the GameTips for other players. I will address this in an upcoming release. Or do you mean an option to hide these from showing as GameTips? Thanks! Rainey
  16. Congrats everyone! Thank you Death and the other Codefling staff for curating this sale and event!
  17. Rainey

    orwar never happen

    Changed Status from Work in Progress to Closed
  18. Rainey

    orwar never happen

    Awesome! Thank you for letting me know, please let me know if you encounter any more issues. 🙂
  19. Rainey

    orwar never happen

    I just released V1.5.2 which should fix this error, thank you again for letting me know and please let me know if you have any more problems.
  20. Rainey

    orwar never happen

    Changed Status from Pending to Work in Progress
  21. Rainey

    orwar never happen

    Changed Status from Work in Progress to Pending
  22. Rainey

    orwar never happen

    Changed Fixed In to 1.5.2
  23. Rainey

    orwar never happen

    Changed Status from Pending to Work in Progress
  24. Rainey

    orwar never happen

    Try and change line 455 from this: var value = listWithKeys[Random.Range(1, listWithKeys.Count)]; to this: var value = listWithKeys[Random.Range(0, listWithKeys.Count)]; It's getting confused when only 1 event is enabled because the index of that event (0) was less than what the random number generator was starting at (1). Changing the line above should fix the issue. Please let me know how it goes and I will submit an official update. Thank you for letting me know!
  25. Rainey

    orwar never happen

    Can you please send me your config file?
1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.2k

Files Sold

Total number of files sold.

2.5m

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.