Jump to content

SiCkNeSs

Creator
  • Posts

    58
  • Joined

  • Last visited

Everything posted by SiCkNeSs

  1. SiCkNeSs

    Data Loss

    I have run into this problem as well. I have narrowed it down to ServerPopUps not always saving the config. When the server restarts, it loses the changes that were not saved. I have added in a manual command to force run SaveConfig() for now
  2. SiCkNeSs

    Smart Crate

    Version 1.0.0

    6 downloads

    SmartCrate – Control the Loot, Your Way Tired of everyone yoinking loot? SmartCrate puts you in control with customizable crate unlocks and some sweet extras to keep things fair and fun. What it does Custom Unlock Times Want VIPs to open crates faster? No problem. Set unlock times based on permissions—slow it down for new players, speed it up for the OGs. Use Items to Speed It Up Players can shave time off unlocks by using a specific item. Got extra tech trash or HQM? Make 'em useful! Choose Your Boost Item You decide what item can be used to reduce the unlock time. Total freedom. Want it to be rocks? Go nuts. Lock It Down Crates can be locked to the player who started the unlock, and even to their clan. No more randoms running up and swiping your stuff. Great for PvP, RP, or anything in between. Keep the loot flowing, but make 'em work for it. Permissions Permissions are automatically generated when the plugin is loaded. Make sure to grant them to the users/groups you want to give them to Example from the default config: Oxide: o.grant group vip2 smartcrate.vip2 Carbon: c.grant group vip2 smartcrate.vip2 Plugin automatically gets the players permissions when they connect, or when the plugin reloads. Installation Step 1: Install the plugin and load it Step 2: Customize the configuration file for the ranks you want etc Step 3: Reload the plugin to register the permissions Step 4: Give the permissions to the groups/users you want Step 5: Reload plugin (Currently the plugin does not detect the changed permissions, this will come in a future update) Command /reducer - uses the specified item to reduce the time, if the player has one in their inventory, and their rank setting has "Enable Item Reduce": true Default Config { "Enable Grid Broadcast": true, "Prevent others from looting": false, "Allow Clan members/allies to loot while protected (Requires Clan Plugin)": true, "Reducer Item Distance": 10.0, "Rank Settings": { "default": { "Unlock Seconds": 900, "Enable Item Reduce": false, "Reducer item ShortName": "targeting.computer", "Seconds reduced by using item": 300, "Maximum times reduced": 1 }, "vip": { "Unlock Seconds": 600, "Enable Item Reduce": true, "Reducer item ShortName": "targeting.computer", "Seconds reduced by using item": 300, "Maximum times reduced": 1 }, "vip2": { "Unlock Seconds": 300, "Enable Item Reduce": true, "Reducer item ShortName": "targeting.computer", "Seconds reduced by using item": 300, "Maximum times reduced": 1 } } }
    $10.00
  3. SiCkNeSs

    Console Error

    Changed Status from Pending to Closed Changed Fixed In to 1.0.5
  4. SiCkNeSs

    Please close button

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  5. Changed Status from Pending to Fixed Changed Fixed In to 1.0.5
    Highly recommend the Server Panel plugin. It gives your Rust server a fresh modern look when people join the server, it is super easy to setup, and super easy to customize, whether you customize ingame, or advanced with modifying the layouts .json files Mevent is always open for discussion about any additions/changes that could be done to improve the plugin Also the ability to add additional information pages etc. super easily, and built in integration with mevent's other plugins is probably the biggest plus about Server Panel
  6. SiCkNeSs

    version string

    version string in the plugin should be updated so that it matches codefling site. version on codefling: 1.0.0 version in plugin: 0.0.10
  7. This spot in the map just outside the tunnel south of industrial settlement. it lines up with the transition from the ground leading to the tunnel. when walking in or out, straight to the pipe. you can get caught on the edge, and get sucked out of the map and die. it can happen on all sides of this transition, as it seems you are walking on the lower layer, and "step up" to the ground layer
  8. The following error appears if you have both advanced status and simplestatus loaded: Failed to call internal hook 'SetStatusProperty' on plugin 'SimpleStatus v1.2.9' [4143986211] (Input string was not in a correct format.) at void Number.ThrowOverflowOrFormatException(bool overflow, string overflowResourceKey) at float Number.ParseSingle(ReadOnlySpan<char> value, NumberStyles styles, NumberFormatInfo info) at float float.Parse(string s, IFormatProvider provider) at string Oxide.Plugins.SimpleStatus.RgbaToHex(string rgba) in /home/container/carbon/plugins/SimpleStatus.cs:line 972 at void Oxide.Plugins.SimpleStatus.AS_UpdateBar(ulong userId, StatusInfo status, PlayerStatusInfo data, Dictionary<string, object> ssprops)+(object x) => { } in /home/container/carbon/plugins/SimpleStatus.cs:line 953 at void Oxide.Plugins.SimpleStatusExtensionMethods.ExtensionMethods.CopyFrom<object>(Dictionary<string, object> dict, Dictionary<string, object> other, string key1, string key2, Func<object, object> clean) in /home/container/carbon/plugins/SimpleStatus.cs:line 838 at void Oxide.Plugins.SimpleStatus.AS_UpdateBar(ulong userId, StatusInfo status, PlayerStatusInfo data, Dictionary<string, object> ssprops) in /home/container/carbon/plugins/SimpleStatus.cs:line 953 at void Oxide.Plugins.SimpleStatus.SetStatusProperty(string userId, string statusId, Dictionary<string, object> properties) in /home/container/carbon/plugins/SimpleStatus.cs:line 680 at object Oxide.Plugins.SimpleStatus.InternalCallHook(uint hook, object[] args) in SimpleStatus.cs/Internal:line 562 it is caused by the handoff to advanced status on line 953: parameters.CopyFrom(ssprops, "SubText", "text", (x) => RgbaToHex(x.ToString())); should be: parameters.CopyFrom(ssprops, "SubText", "text", (x) => x.ToString()); Should also fix this: https://codefling.com/files/support/17300-error/
  9. that would be against Facepunch TOS. put work in and get players.
  10. SiCkNeSs

    it is blocked

    i have had this randomly happen when flying over other peoples bases with a locked mini, you get the lock beep noise, and "it is blocked". havent seen it happen too often
  11. SiCkNeSs

    /em does not work

    I just change the command in the eventsmanager plugin. Might be good to have it added to the config so that it can be modified easily
  12. SiCkNeSs

    Admin Video

    updated youtube to support best version of the video 720p or lower quality
  13. SiCkNeSs

    Admin Video

    if you are using the youtube, it is because it is set to grab the first quality video. i will be modifying the backend to grab atleast the 480p version, as sometimes it defaults to the 240/360p version. this is set because of how the player works, it downloads the video to their pc before it plays (thats just how the built in video player of rust works). so if the file is too large, it will take a while before it starts the video. Youtube is also currently limited at 10min long video, because of how the backend works for fetching the video from youtube
  14. SiCkNeSs

    Console Error

    Yeah this is an issue with paramiko (the library that handles the file transfers) not always properly closing connections. I recommend setting the syncing server to restart daily if younare having this issue. Still trying to see if i can implement a fix for it. But its an underlaying issue with paramiko itself
  15. added
  16. that is how it is setup. unless they are in the files_to_ignore or directories_to_ignore i will add a config option today/tomorrow to disable this functionality per config
  17. try this out with the new version that was uploaded. i just tested it between 2 of my carbon dev servers with the same file list, and its working
  18. Changed Status from Pending to Fixed Changed Fixed In to 1.0.4
  19. i was able to reproduce this. i added a couple extra checks in for validating what directory it is in before deleting
  20. what is your full config (without your credentials)
  21. I will check this today to see if there is some file handling issue going on
  22. Version 1.0.0

    3 downloads

    Introducing the RankEval Azuriom plugin. The ultimate solution for seamlessly integrating your Azuriom website with RankEval.gg. This plugin is designed to bring flexibility and control directly to your fingertips through the Azuriom admin dashboard. Key Features: Server Management: Easily add, edit, or delete servers directly from the dashboard, without having to edit a single file. Customizable Leaderboard Display: Tailor the look and feel of your leaderboards by editing the display CSS right from the dashboard. Easily customize your leaderboards to match your branding and help it seemlessly fit in. Elevate your Rust community's experience and leaderboard management with the RankEval Azuriom plugin. Enjoy a user-friendly interface and customizable experience—all in one convenient package. If you have any questions or need assistance, please either DM me, or leave a message in support/discussion NOTE: Only English language is currently supplied. New languages can be added by going into the "plugins/rankeval/resources/lang/" directory, making a copy of the directory "en" and renaming the new directory to the correct language code. You can then edit the admin.php and messages.php files to change the language keys Installation Instructions Step 1) Upload the procvided .zip file to the home directory of your Azuriom installation Step 2) Unzip the file (the directory structure is already created, so no guessing where to place it) Step 3) Log into your Azuriom dashboard and browse to the "Plugins" page Step 4) Enable the Rankeval Leaderboards, this will now create links on the admin nav bar Step 5) Click Server Settings under the Rankeval Leaderboards dropdown Step 6) Add your servers that are linked to RankEval Step 7) Modify the Display Settings Step 8A) Add the link to your nav bar B) Go to Settings -> Navbar C) Click Add D) Fill in the name E) Type -> Plugin F) Link -> Rankeval Leaderboards
    $10.00
  23. SiCkNeSs

    Admin Video

    no, as it uses the video player built into the Rust Client. it will resize to the aspect ratio, but that is all
  24. even had the issue on oxide. looks like its failing the resizeimage step (seems to be failing at return resizedStream.ToArray(); and failing the CRC comparison check on line 623. if (signData.sign == null || signData.sign.GetContentCRCs.Length < 1 || signData.sign.GetContentCRCs[signData.textureIndex] != signData.crc) removing crc comparison and early returning the resize method with just the supplied images bytes and it all works properly
1.8m

Downloads

Total number of downloads.

8.2k

Customers

Total customers served.

123.4k

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.