Jump to content

ChardaZAR

Member
  • Posts

    321
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ChardaZAR

  1. Failed to call hook 'OnItemAddedToContainer' on plugin 'LSkins v2.0.3' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.LSkins.OnItemAddedToContainer (ItemContainer container, Item item) [0x002d2] in <878a27f1b8794eed966ec0b53ccfc373>:0 at Oxide.Plugins.LSkins.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00536] in <878a27f1b8794eed966ec0b53ccfc373>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in :0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
  2. Been getting this spammed in my console since yesterday Not sure what's triggering it or where it's coming from Could use some assistance @Raul-Sorin Sorban
  3. Very informative. Thanks, Steen
  4. ChardaZAR

    LSkins

    When I try add a custom skin from the workshop into the config, the data file wipe's the skinid when the plugin is reloaded How can I add custom skins I've made from the workshop into the skin plugin?
  5. I want to use CustomLoot to add 1 custom item I have on my server to the NPC's at monuments If I install this plugin, does that mean I need to configure the loot tables for all entities on the server? Or can I keep all my entities vanilla, and only work on the loot profiles for the NPCs?
  6. ChardaZAR

    Sputnik

    I friggen love this event Combined with Convoy, it really takes my PVE server to the next level The config is really in-depth and gives you so much customizability
    It does what it says on the box It's really simple to use and honestly, a much-needed quality-of-life plugin! I've added it to my store for players to buy with Economics The builders on the server adore it
  7. Hey LagginDragon! One of my admins had a weird bug last night She tried to place an oil refinery on her foundation When it placed, it turned into a large furnace When the furnace was ent kill'ed it turned back into the refinery loot item that could be picked up I tried to replicate it so I could do a screen recording to submit to you, but I couldn't get it to happen again I checked the console at the time of the bug, and there was no errors on console I noticed she placed the refinery close to two other large furnaces, so maybe the close placement cause the plugin to do something funny? If it happens again, I'll try get you a screen recording Not sure if you know about this though
  8. Keep getting this error: [Sputnik] Data file not found Even after moving the images and json file to my data file Not sure if the "images" folder is clashing with the same "images" folder from the Convoy plugin?
  9. ChardaZAR

    Loot Crate

    That's awesome. I like that idea. And then using the loot crate plugin, players can get the item. Genius! My question regarding the Loot Crate plugin, does the loot crate just spawn randomly around the map? Or does Admin need to give the lootcrate to players?
  10. ChardaZAR

    Loot Crate

    Random question... How do you add the custom crypto coin item to your server?
  11. Permission Status is not showing when assigning a group to a permission I used the command "tperm grant group default skilltree.150%XPboost wipe " In my PermissionsConfig.json the settings are enabled Config posted below "skilltree.150%XPboost": { "Name. The name must be identical to the key above.": "skilltree.150%XPboost", "IsEnaled": true, "TextKey": "MsgPerm_skilltree.150%XPboost", "BarSettings": { "BarType - You can choose only between TimeProgressCounter and TimeCounter": "TimeCounter", "Order": 20, "Height": 26, "Main_Color(Hex or RGBA)": "#FFFFFF", "Main_Transparency": 0.15, "Main_Material": "", "Image_Url": "https://i.imgur.com/BtK7YHa.png", "Image_Local(Leave empty to use Image_Url)": "PermissionsStatus_Default", "Image_Sprite(Leave empty to use Image_Local or Image_Url)": "", "Image_IsRawImage": false, "Image_Color(Hex or RGBA)": "#FFF53D", "Image_Transparency": 1, "Is it worth enabling an outline for the image?": false, "Image_Outline_Color(Hex or RGBA)": "0.1 0.3 0.8 0.9", "Image_Outline_Transparency": 1, "Image_Outline_Distance": "0.75 0.75", "Text_Size": 12, "Text_Color(Hex or RGBA)": "1 1 1 1", "Text_Font(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf", "Text_Offset_Horizontal": 0, "Is it worth enabling an outline for the text?": false, "Text_Outline_Color(Hex or RGBA)": "#000000", "Text_Outline_Transparency": 1, "Text_Outline_Distance": "0.75 0.75", "SubText_Size": 12, "SubText_Color(Hex or RGBA)": "1 1 1 1", "SubText_Font": "RobotoCondensed-Bold.ttf", "Is it worth enabling an outline for the sub text?": false, "SubText_Outline_Color(Hex or RGBA)": "0.5 0.6 0.7 0.5", "SubText_Outline_Transparency": 1, "SubText_Outline_Distance": "0.75 0.75", "Progress_Reverse": true, "Progress_Color(Hex or RGBA)": "#FFD700", "Progress_Transparency": 0.7, "Progress_OffsetMin": "0 0", "Progress_OffsetMax": "0 0" Why is the Permission Status bar not showing up?
  12. ChardaZAR

    Convoy

    Is there a map size limitation for this plugin? I typically use smaller maps, around 3500 Worried the map size might prevent the event from starting
  13. As mentioned above Have a few players requesting this The vanilla backpack pops off the players once they land They need to turn around, pick it back up again, and then continue Can't seem to find anything like this??? Any suggestions?
    It's bloody amazing I have a PVE server with some PVP deathmatch events, but that has lost it's charm This really brings in a total different element into the PVP aspects of my server and it's going to be a staple from now on Thank you to the Dev Absolutely love your work, mate
  14. hey @IIIaKa I wanted to find out if you're planning on implementing the above?
  15. I figured I'll look at generating a proc gen map, then pulling it into RustEdit to add in the prefabs and exporting that new file for wipe
  16. As title says I am looking for a plugin that will allow me to spawn custom prefabs on a proc gen map So for instance, I'd like to spawn a deathmatch arena prefab -- Like the Nuke Town prefab on a proc gen map I looked at some of the entity spawner plugins on Umod, and they don't support custom prefabs I'm guessing that's a limitation with Oxide?
  17. Encountered another issue Not sure if I should open a new ticket or not Just thought I'd message here I got Discord Chat running on a private channel so I can monitor chat when I'm online and I also use Live Admin Chat that players can use when I'm not paying attention to Discord They worked really well together, especially if I just wanted to chime in on in-game chat through Discord Chat Now it looks like the two plugins are conflicting
  18. I completely removed the plugin from the server, re-downloaded it and it loaded just fine now Obvious user error here Thanks!
  19. Updated to the latest version this evening Got this error when compiling Error while compiling LiveAdminChat: A using clause must precede all other elements defined in the namespace except extern alias declarations | Line: 1064, Pos: 2 What did I do wrong?
    Great plugin for temporary permissions and temporary groups Works like a charm with Permissions Status as well Really beneficial for my server
    Extremely impressed with this plugin I was sceptical at first But decided to give it a try, as Adem never disappoints with their plugins I was absolutely blown away by the building sites My players seem to like it too It's really different to any other plugin I've seen online

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.6m
Total downloads
Customers
11.4k
Customers served
Files Sold
163.1k
Total sales
Payments
3.5m
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.