Jump to content

SlayersRust

Creator
  • Posts

    1,845
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by SlayersRust

  1. Issue with wallpapers removing on outside of bases. The end of the video shows whats happening when a player lands with paraglider all their outside wallpapers dissapear Here is what Nivex recommended to me as a fix. nivex [GG] robj needs to fix that most likely. need to block the call to CheckWallpaper method if (!socketMod_Inside.DoCheck(place)) { RemoveWallpaper(side); break; } or this code will remove it when it's outside 15.04.2026_15.23.53_REC (2).mp4
  2. Anyone here running paid version of StackModifier by Khan and let me know if any current serious issues like he stated in his description? I’d love to play around with this plugin and was wondering if there are any issues with the two? Item perks/legendary items with paid stack modifier?
  3. SlayersRust

    Stack Modifier

    I was interested in running legendary items and item perks plugins by imthenewguy. Are there anyone here running stack modifier with these two plugins and can confirm if there are currently any game breaking server crashing issues running these together? I’d really love to run legendary items but worried about the below message from Khan maybe someone can chime in that knows more ItemPerks by imthenewguy Causes stack bugs/problems just by having this plugin on your server due to harmony patching done inside it + repair logic is bugged. Item creation is also not handled properly resulting in duplication issues with Conveyor movements nothing can be done about that. ( plugin requires a full rewrite for proper support & repairs. )
  4. SlayersRust

    Items breaking

    Yeah I understand it’s very difficult to fix plugin conflict issues with every plugin that exists etc. just thought I’d report it in case there is an easy fix for it. for now I’ll make an announcement telling players to be careful using the put similar sort function.
  5. Using UIAutosort plugin using stack similar a player experienced some other items breaking when being stacked using put similar button. I attached a video showing it. We use StackModifier paid version the most commonly used stack modifier plugin.
  6. SlayersRust

    Items breaking

    When a player swipes a full stack of red cards it breaks all of them after a while. Also using UIAutosort plugin using stack similar a player experienced some other items breaking when being stacked using put similar button. put_similar_bug.mp4
  7. SlayersRust

    Items Breaking

    I am currently having the same issue on my server
  8. Very cool plugin I'll add it to all 12 of my servers today! The only thing I found confusing for players that don't know about the event. Is most will want to Press "E" interact key on the door to start the event but that does not work. Left clicking to start the event took me a while to figure out as opening doors is usually e in Rust and most never left click unless shooting a gun or swinging an axe etc. Keep up the great work!
  9. I did not know I also had to pick the Fridge sorry. I also picked the fridge now, once picked the fridge disappears and was always empty and leave behind a single elite crate inside the room and the two locked crates spawned correctly near the gas pumps though. Would it be possible to allow 2 elite crates to spawn? Console said this [SafeCracker] [SafeCracker] Spawned 1 elite crate(s) [SafeCracker] [SafeCracker] Spawned 2 hackable crate(s)
  10. I like to match all my MapMarkers colors, size and transparency across all plugins so at a quick glance players can recognize the events and it looks much cleaner and nicer visually. Would it be possible to have a way to adjust the map marker color, transparency and size?
  11. Is this plugin bad? I think it simply just runs the command every hour or however long I set it? https://umod.org/plugins/timed-execute I could go and use my server console as well if that is better with a schedule
  12. So once I safecrack hacked the door using the GeigerCounter there was a fridge and it was just empty with no loot inside, and I also don't see a car anywhere like in the video. How do I get loot to spawn in the fridge? I have these two loot options you provide set but no loot spawns "Spawn Elite Crate": true, "Spawn Hackable Crates (max. 2)": 2, Please see screenshots. I think a few things are not working correctly. I also attached my config SafeCracker.json
  13. Hello @RustFlashdoes the event start automatically or do I have to use some sort of plugin like TimedExecute to initiate the event? I only see "Event Duration (minutes/0=infinite)": 45, but I do not see a config option for how often and when it spawns?
  14. I added the hexagons and they work decent on the ground, foundations and walls but you cannot place items or anything on top of them. Overall pretty cool item. I’ll spend some time this week trying to find some more interesting items for the config
  15. Was this conflict ever fixed whats the issue?
  16. SlayersRust

    Hello issue

    I opened a ticket with discord staff for codefling thanks for following up
  17. Thank you kindly! Your events plugins are some of my players favorites! So they would really enjoy tracking them in their leaderboard stats if possible in the future
  18. Hello is it possible to add compatibility with the "Ultimate Leaderboard" Plugin for completion of your event to be a statistic in Ultimate Leaderboard? API for Developers UltimateLeaderboard provides a comprehensive API for developers to integrate with other plugins and extend functionality: Methods JArray API_GetUltimateLeaderboardUsers(int offset, int limit, int? columnIndex = null) - Get leaderboard users with pagination float API_GetPlayerStat(ulong playerId, string lootType, string shortname) - Get specific player statistic bool API_IsHiddenFromLeaderboard(ulong playerId) - Check if player is hidden from leaderboard void API_OnItemGather(ulong player, string shortname, int amount) - Add gather statistics for a player void API_OnEventWin(ulong userID, string eventName, int amount = 1) - Record event wins for a player Hooks void OnUltimateLeaderboardContent(BasePlayer player, string categoryType, CuiElementContainer container) - Called when displaying custom category content void OnUltimateLeaderboardCached() - Called when leaderboard data is cached and ready
  19. Hello is it possible to add compatibility with the "Ultimate Leaderboard" Plugin for completion of your event to be a statistic in Ultimate Leaderboard? API for Developers UltimateLeaderboard provides a comprehensive API for developers to integrate with other plugins and extend functionality: Methods JArray API_GetUltimateLeaderboardUsers(int offset, int limit, int? columnIndex = null) - Get leaderboard users with pagination float API_GetPlayerStat(ulong playerId, string lootType, string shortname) - Get specific player statistic bool API_IsHiddenFromLeaderboard(ulong playerId) - Check if player is hidden from leaderboard void API_OnItemGather(ulong player, string shortname, int amount) - Add gather statistics for a player void API_OnEventWin(ulong userID, string eventName, int amount = 1) - Record event wins for a player Hooks void OnUltimateLeaderboardContent(BasePlayer player, string categoryType, CuiElementContainer container) - Called when displaying custom category content void OnUltimateLeaderboardCached() - Called when leaderboard data is cached and ready
  20. Hello is it possible to add compatibility with the "Ultimate Leaderboard" Plugin for completion of your event to be a statistic in Ultimate Leaderboard? API for Developers UltimateLeaderboard provides a comprehensive API for developers to integrate with other plugins and extend functionality: Methods JArray API_GetUltimateLeaderboardUsers(int offset, int limit, int? columnIndex = null) - Get leaderboard users with pagination float API_GetPlayerStat(ulong playerId, string lootType, string shortname) - Get specific player statistic bool API_IsHiddenFromLeaderboard(ulong playerId) - Check if player is hidden from leaderboard void API_OnItemGather(ulong player, string shortname, int amount) - Add gather statistics for a player void API_OnEventWin(ulong userID, string eventName, int amount = 1) - Record event wins for a player Hooks void OnUltimateLeaderboardContent(BasePlayer player, string categoryType, CuiElementContainer container) - Called when displaying custom category content void OnUltimateLeaderboardCached() - Called when leaderboard data is cached and ready
  21. Hello is it possible to add compatibility with the "Ultimate Leaderboard" Plugin for completion of your event to be a statistic in Ultimate Leaderboard? API for Developers UltimateLeaderboard provides a comprehensive API for developers to integrate with other plugins and extend functionality: Methods JArray API_GetUltimateLeaderboardUsers(int offset, int limit, int? columnIndex = null) - Get leaderboard users with pagination float API_GetPlayerStat(ulong playerId, string lootType, string shortname) - Get specific player statistic bool API_IsHiddenFromLeaderboard(ulong playerId) - Check if player is hidden from leaderboard void API_OnItemGather(ulong player, string shortname, int amount) - Add gather statistics for a player void API_OnEventWin(ulong userID, string eventName, int amount = 1) - Record event wins for a player Hooks void OnUltimateLeaderboardContent(BasePlayer player, string categoryType, CuiElementContainer container) - Called when displaying custom category content void OnUltimateLeaderboardCached() - Called when leaderboard data is cached and ready
  22. Hello is it possible to add compatibility with the "Ultimate Leaderboard" Plugin for completion of your event to be a statistic in Ultimate Leaderboard? API for Developers UltimateLeaderboard provides a comprehensive API for developers to integrate with other plugins and extend functionality: Methods JArray API_GetUltimateLeaderboardUsers(int offset, int limit, int? columnIndex = null) - Get leaderboard users with pagination float API_GetPlayerStat(ulong playerId, string lootType, string shortname) - Get specific player statistic bool API_IsHiddenFromLeaderboard(ulong playerId) - Check if player is hidden from leaderboard void API_OnItemGather(ulong player, string shortname, int amount) - Add gather statistics for a player void API_OnEventWin(ulong userID, string eventName, int amount = 1) - Record event wins for a player Hooks void OnUltimateLeaderboardContent(BasePlayer player, string categoryType, CuiElementContainer container) - Called when displaying custom category content void OnUltimateLeaderboardCached() - Called when leaderboard data is cached and ready
  23. SlayersRust

    Hit Markers

    Are there are recent videos showcasing all the different options of this plugin in action?
  24. SlayersRust

    Ganja

    Anyone know if its possible to add Crafting of these to the Ultimate Leaderboard Plugin? { "Type": "Craft", "Image URL": "", "Title": "Skunk Weed Joint", "Prefab": "horse.shoes.basic", "Second Prefab": "" } I dont think this would work as crafting basic horse shoes wont work and it needs a prefab name to work. Anyone figured this out?
  25. SlayersRust

    Weird conflict

    Animal Farm Plugin but I also use AutoFarm Plugin. The issue is possible to be unrelated maybe. Just thought I'd report in case someone else brings it up. I'll keep searching why plants are dying then

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.9k
Customers served
Files Sold
156.5k
Marketplace sales
Payments
3.4m
Processed total
×
×
  • 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.