Jump to content

All Activity

This stream auto-updates

  1. Past hour
    I bought the 2x Better Loot Config for Rust and I am really very satisfied with it. The loot distribution is very well balanced – you get more loot than in vanilla, but it still doesn’t feel exaggerated or unfair. Exactly what you would want for a 2x server. The support is also a big plus. If there is ever a problem or a question, you get help quickly and they genuinely make an effort to ensure everything works properly. That’s not something you can take for granted these days. The installation and setup were simple, and the config runs stable on my server. Overall, a clear recommendation for anyone who wants to improve their Rust server with a well-thought-out loot configuration.
    Such a good plugin, really happy with all of the functions! Looking forward to future updates.
  2. guanist

    eroor

    Failed to call hook 'OnEntityTakeDamage' on plugin 'SpecialItemsZ v2.1.2' (InvalidOperationException: Collection was modified; enumeration operation may not execute.) at System.Collections.Generic.List`1+Enumerator[T].MoveNextRare () [0x00013] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at System.Collections.Generic.List`1+Enumerator[T].MoveNext () [0x0004a] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at Oxide.Plugins.SpecialItemsZ.HandleArmorEffects (BasePlayer player, HitInfo info) [0x000cc] in <32f9e6123cf247ecb6fef6710263a573>:0 at Oxide.Plugins.SpecialItemsZ.OnEntityTakeDamage (BasePlayer player, HitInfo info) [0x000db] in <32f9e6123cf247ecb6fef6710263a573>:0 at Oxide.Plugins.SpecialItemsZ.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0045c] in <32f9e6123cf247ecb6fef6710263a573>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <15f61ddda771464d8246ebdce8ff4811>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <15f61ddda771464d8246ebdce8ff4811>:0
  3. Today
  4. Her_Toxic_Man

    Bots

    Hello. First off, this is the best plugin I've ever seen! The bots behave just like real players – really well done! Now for my problem: I'd like to have more than four bots on the map, but when I increase the number to four, they always spawn together in the same spot. I tried copying and pasting a bot, but that didn't work. Is there a way to add more bots?
  5. hid333

    Some map glitches

    The pot was floating on the map.
  6. Hi, I'll do some tests with your configuration between today and tomorrow. Today I'm busy finishing up various issues that arise with every forced wipe. I'll update you soon.
    We've been with Galium for about 1-2 years, probably the best AC out on the market at the moment, Galium has been involved with likely 20-25k+ bans in some compacity, it absolutely is not perfect as is anything, however it has proven over time to be an essential tool for our admins & ban automation The Dashboard recently got refreshed and its a much better experience now than it was beforehand giving you really nice analytics and threat overviews to find the highest potential cheater on any of your servers, highly recommended for any growing or established community. Can't wait to see the continued developement of Galium to be even stronger.
  7. Glad you found the problem. Thanks for updating me and sorry for the delayed reply. Codefling no longer notifies me, again, for whatever reason, and the compose-new-message box was missing all day yesterday.
  8. aimacak

    BetterNPC

    The problem was solved in discord, on the Mad Mappers server, it was necessary to manually create a Custom folder (data/BetterNpc/Custom/), because by default this folder is empty, and the user's hosting did not transfer the empty folder to the server when installing the plugin.
  9. CraZyL22

    Admin Menu

    HELP!!! Please help me, the problem is that two days ago, the MUTE and UNMUTE buttons stopped working for some reason. Today, the KICK and BAN buttons stopped working, but the MUTE and UNMUTE buttons started working.HELP!!! HELP!!! HELP!!! by the way, this happened after the last update.
  10. Gruber

    New Dawn 1.3.1

    Changed Status from Pending to Closed
  11. OvO

    Lock on team

    I hope the author can increase this request, my server often experiences similar situations!!
    Galium provides a solid set of features for detecting suspicious behavior and managing players efficiently. The system includes useful tools which makes handling large communities much easier. What really stands out is the support from the developers — they are very responsive and helpful whenever questions or issues come up. Overall, a very promising solution for Rust servers that want stronger moderation and anti-cheat capabilities.
  12. You have a bug with Jet Pack, people walk through walls. Standing against the wall , you can put on clothes and fly against the wall . Here's what they write to me word for word: it's just a shame that someone can get into people's hut on the server with a bug, no matter what it is , because you need to jet packs at point-blank range, go to any object, the command block is uneven and use the jet pa Solving the problem for developers in the plugin is possible (enable/activate) standing close to any objects – walls, command blocks, etc. Now, most likely, when trying to put on a jetpack next to a wall, nothing happens or a message is issued about a ban. Why is this happening The JetPack plugin has a built-in IsPlayerAtHome check, which does not allow you to put on a jetpack if the player is near buildings (walls, foundations, etc.). The check is done by beams in all directions at a distance of 2 meters along the layers of building blocks. If the beam hits something, it is considered that you are "at home", and activation is blocked. What can be done You can disable this check manually. Find the IsPlayerAtHome method in the file (line approximately 500-520) and either comment out all its contents or change it so that it always returns false. Example: ``csharp private static bool IsPlayerAtHome(BasePlayer player) { return false; // always allowed to put on } `` add a parameter like "DisableHomeCheck" to the config: true or change the code yourself (if possible). You owe me a gift)
    We have been using Galium for a bit now. It’s been a great addition to any Rust server. It adds an extra layer of detection and automated actions that helps reduce the workload on admins while improving overall server integrity. The logging and analytics provide useful insight into player behavior that you don’t get from other systems. Overall it’s a solid tool and a worthwhile addition for any server owner looking to strengthen their anti-cheat systems. Highly Recommend
  13. Hey! "Notification type for the Notify plugin (-1 does not use Notify)": - If you have the Notify plugin, specify the message type here, depending on how you configured it in the config. "Notice message type (0 or 1, -1 do not use notice messages)": 0 - blue notice, 1 - red notice
  14. Mevent

    UI image settings

    Hey! The DisplayType setting isn't what's causing this - that's about UI scale behavior, not layout. The actual problem is that your Shop In-Menu template is adapted for ServerPanel V1, but you're running ServerPanel V2. The V1 template has different dimensions that don't fit correctly within the V2 panel layout, which is why items are getting cut off on the right. The fix is to reinstall the correct template. Run /shop.install (or shop.install in server console) and pick the In-Menu template adapted for ServerPanel V2 (Template V2 or Template V2 with basket, if you need the basket feature). That'll set up the proper dimensions to fit within the V2 panel frame on standard 16:9 screens.
  15. mgprice442

    error compiling

    Error while compiling ElectricFurnaceSpeed: Argument 1: cannot convert from 'method group' to 'System.Action' | Line: 119, Pos: 31 what does this mean and how can i fix it
  16. Covfefe

    Sleepies

    Please make them hold the C4 when they're chasing you with it or at least have it visually somewhere on their body when it's beeping.
  17. Hawkhill

    Quest System

    I use Rustadmin.com rcon admin panel. There i can check for plugin updates. Rustadmin cant find XDQuest and search for updates..... May it be cause you have called this plugin Quest System here on Codefling?
    A helpful plugin with a very dedicated developer. Thank you for the excellent support and great work! Smooth UI and appreciated by our players.
  18. I get the same issue with Mushroom Seeds. Those 2 are the only special seeds that i use.
  19. Hi! When i for example plant Apple Seeds, I get both Hemp Clones and Apple Clones. I plant seeds as normal and wait for it to get to the Sapling stage before i take clones. I dont have any video for you, but its pretty simple to explain. Both config files attatched. 1 Apple plant gives 14 Hemp Clones and 10 Apple Clones. A Large Planterbox with 9 plants gives 132 Hemp Clones and 90 Apple Clones. If i plant normal seeds like Pumpkins i get 19 Pumpkin Clones from a single plant and 166 Pumpkin Plants from a Large Planterbox with 9 plants SpecialSeeds.json UltimateIndustrialFarm.json
  20. how do i add this to my shop
  1. Load more activity
2.3m

Downloads

Total number of downloads.

10.5k

Customers

Total customers served.

151.9k

Files Sold

Total number of files sold.

3.2m

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.