1. Hi there,
    is there a way to force people to have a limited amount of sleepingbags /beds ?
    I hate it that they place them around monuments, kill themself and spawn there.

    I use a plugin so they can't suicide all the time... now they jump to death -.-

    Or if anyone else has an idea I would be happy to hear it.
     
  2. Hmmm how about plugin for restriction of items (cant find it now but i know there is one here somewhere) so they cant learn or craft sleepingbag or beds and use maybe Kits for Rust | Oxide or better StartupItems for Rust | Oxide and give them just one bag and one bed ;) You will achieve what you want but maybe people will get mad ;) Anyway it would be good to have plugin like this, on our server we are warning players taht randomly founded sleeping bags arround monuments will get deleted if founded.
     
  3. Thank you! That's a nice idea... And i think they won't get that mad. I have NPC with GUI Shop for Rust | Oxide so they can buy them (for a damn high price ;) )
    I also use Finder for Rust | Oxide to find the bags of people that die often by suicide, (logged by Spyon for Rust | Oxide with the additional lines "/suicide" and "/home" ) maybe it will help you also :)
    Oh and also thank you also for the idea about StartupItems for Rust | Oxide at the moment I am Kits for it, but I wasn't able to figure out how the autokit should work and most of the players don't understand the /kit command. So this is really helpful for me.
     
  4. Youre welcome mate! :)
     
  5. Calytic

    Calytic Community Admin Community Mod

    Both Crafting Controller for Rust | Oxide and ComponentBlocker for Rust | Oxide do this

    @Stefan Red
    The plugin you're describing could be done without much difficulty. All you need is to track when a bag is placed or destroyed, and modifies a stored list with the number of bags already associated with any given steamID. Check to see when a player places a bag that they do not exceed the limit and voila.

    On a side note: you could do it without the stored list but it would be considerably more expensive as you would have to loop through every sleeping bag on the server to determine which are owned by the given player.
     
  6. I know the words, but I don't speak this programming language.
    Hehe, yeah. This was something I was already thinking about, but I can only beg for plugins and troll around in existing ones trying to translate them to German, but write one on my own¿? Hell no. For that I really really forget those tiny dann `,` too often xD
     
  7. Calytic

    Calytic Community Admin Community Mod

    Well at the very least you know now that it is definitely possible and not terribly difficult such that even a beginner or intermediate level programmer could accomplish it.
     
  8. I will give it a try, thank you :)
     
  9. I'm having the same issue - but I'm curious, is there a way to limit the number of bags they can create? I don't wish to stop it, just limit it.
     
  10. Yeah I JUST found this plugin haha - but I couldn't find the forum where I wrote this request for such a plugin. Thank you, oh and the plugin works.