Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. T-Nuts

    Not firing rockets

    Yes, everything is good. Thank you. You can close them
  3. RustFlash

    image change issue

    Changed Status from Pending to Closed
  4. Today
    This is a must have plugin for your Rust server. Everything is laid out cleanly, and you can change all most anything. I ran into a few snags with things that didn't seem straight forward, but the author took the time to answer every question and walk me through setting up what I wanted to set up. This is definitely worth every penny!!
  5. wayofthepixel

    Creating Pages

    Got it. Works perfectly. I didn't think that was correct, as the cloneable page button was blank. I swear I'm not new to this sort of thing. Thank you!!!
  6. Paniermehl

    Flying Trees

    Tracks are under the ground
  7. +ratio
  8. Mevent

    Creating Pages

    Hey! You dont gotta touch the JSON at all, theres a copy button built into the editor. Turn on ADMIN MODE (needs serverpanel.edit), open your rules category, hit the pages edit button and youll see the page list on the left. Each page has a COPY icon next to it, that duplicates the page with every layer, position and color intact. Just clone it 4 times, then select each copy, change the title and localization, and hit EDIT CONTENT to swap the text.
    Love these leaderboards, they are super customizable to your server, and the owner is great as well. The team is very responsive to the community and they are trying to evolve and get better constantly. Love from, Phantom Rust community
  9. Fruster

    Not firing rockets

    No problem, if everything is ok, then I will close both tickets?
  10. You can add this item as currency in the shop, and then enable currency deposit in config "Currency Items": [ { "Shortname": "paper", "Skin ID": 3569291240, "Value": 1.0, "Item Display Name (For UI Purposes)": "Paper Money" } ]
  11. T-Nuts

    Not firing rockets

    Thanks boss
  12. HOA Rust

    double messages

  13. HOA Rust

    double messages

    hello i also use the translation api as listed in the info. these 2 plugins are conflicting with eachother causing double messages. any idea what would be causing the iq chat to still send its message? or whichever one needs to be stopped haha thanks!
  14. Fruster

    Not firing rockets

    F15 will only attack NPCs if they're nearby. If you want it to just attack in an area, set it to "Attack the place where the signal supply was thrown (attacks only in the area, not targeting players and NPCs)": true.
  15. T-Nuts

    Not firing rockets

    Ok, figured it out. The attack radius has to be increased but was trying to slim that down some
  16. Ah okay, thank you! I'll have to try and replicate this on my end
  17. T-Nuts

    Not firing rockets

    Threw one down and it show 2 MLRS Rockets. Had it set in the config to fire 10 per second. Changed to 15 and it fired nothing. Changed to 20 per second and nothing again. Changed to 5 and it fired 1 MLRS Rocket. Am I doing something wrong or is this not working like it should? Sorry for another support ticket. F15AirStrike.json
  18. Working. Thanks
  19. wayofthepixel

    Creating Pages

    I'm having trouble creating new pages. My server rules will be about 5 pages. How can I clone the first page, and create a second page with all the appropriate settings and layout, and just change the text? I dont see a way to copy existing layers to the new page for editing. I tried to do it in the JSON, but I'm apparently not duplicating something correctly as i keep breaking the plugin.
  20. Cr0miX

    Quarry Computer

    @Martianplease implement DisplayName to ResourceItem private class ResourceItem { [JsonProperty(PropertyName = "Shortname")] public string Shortname { get; set; } [JsonProperty(PropertyName = "SkinId")] public ulong SkinId { get; set; } = 0UL; [JsonProperty(PropertyName = "Amount")] public int Amount { get; set; } [JsonProperty(PropertyName = "Display Name")] public string DisplayName { get; set; } = string.Empty; } Apply the custom name during creation Current: var item = ItemManager.CreateByName(resource.Shortname, resource.Amount, resource.SkinId); item.SetFlag(ExtractedItemFlag, true); to: var item = ItemManager.CreateByName(resource.Shortname, resource.Amount, resource.SkinId); if (!string.IsNullOrEmpty(resource.DisplayName)) item.name = resource.DisplayName; item.SetFlag(ExtractedItemFlag, true);
  21. Cr0miX

    IQDronePatrol

    hi @Mercury, is there a (permission based) command available to spawn in a specific drone profile to player pos for testing purposes? i don't see a reference on the page or in the config, assuming these it been implemented.
  1. Load more activity

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
3m
Total downloads
Customers
12k
Customers served
Files Sold
170k
Total sales
Payments
3.7m
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.