Jump to content

SiCkNeSs

Creator
  • Posts

    55
  • Joined

  • Last visited

Everything posted by SiCkNeSs

  1. SiCkNeSs

    Console Error

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

    Please close button

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  3. 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
  4. 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
  5. 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
  6. 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/
  7. that would be against Facepunch TOS. put work in and get players.
  8. 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
  9. 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
  10. SiCkNeSs

    Admin Video

    updated youtube to support best version of the video 720p or lower quality
  11. 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
  12. 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
  13. added
  14. 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
  15. 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
  16. Changed Status from Pending to Fixed Changed Fixed In to 1.0.4
  17. i was able to reproduce this. i added a couple extra checks in for validating what directory it is in before deleting
  18. what is your full config (without your credentials)
  19. I will check this today to see if there is some file handling issue going on
  20. 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
    $15.00
  21. 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
  22. 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
  23. SiCkNeSs

    Admin Video

    i fixed this issue with the space breaking the video. the "all" parameter has safe checks, and will only show to people that are in a safezone, or inside of a building they are tc authorized in, and are not mounted etc. the "allunsafe" will show to anyone, regardless if they are in a safe position or not
  24. SiCkNeSs

    Admin Video

    checking this now
1.7m

Downloads

Total number of downloads.

7.9k

Customers

Total customers served.

119.4k

Files Sold

Total number of files sold.

2.4m

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.