Jump to content

Search the Community

Showing results for tags 'art'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Plugins
  • Carbon
  • Harmony
  • Maps
  • Monuments
  • Prefabs
  • Arenas
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions
  • Graphics

Forums

  • CF Hub
    • Announcements
  • Member Hub
    • General
    • Show Off
    • Requests
  • Member Resources
    • For Hire
    • Creators
    • Creators Directory
  • Community Hub
    • Feedback
  • Support Hub
    • Support
    • Site Support
    • Help Center

Product Groups

  • Creator Services
  • Host Services
  • Memberships

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Steam


Github

Found 11 results

  1. Version 0.0.6

    14 downloads

    This plugin adds artifacts when a metal detector flag is destroyed. Players using a metal detector can place flags, and when they are broken, they can receive random artifacts with different drop chances. Main Features: Added API hooks for external plugin integration. Multiple levels of metal detectors with different detection rates. Configurable artifacts: adjust drop rates, amounts, and rarity. Flexible detector system: add new levels via configuration. Logs all player actions: flag placement, destruction, and artifact findings. Localization support (Russian, English, Ukrainian). ⚙ Settings: All parameters can be changed in the configuration file. You can: Modify artifact drop chances. Configure detector levels and permission-based chances. Define which crates can contain detectors. Permissions: apdetectorartifacts.default – standard drop chances. apdetectorartifacts.vip – increased chances for VIP players. apdetectorartifacts.premium – maximum chances for premium players. CFG (NEW): { "Notify on artifact found": true, "Maximum artifacts per flag": 1, "Maximum detectors per crate": 1, "Random drop mode": true, "Detectors": [ { "Short Name": "metal.detector", "Enabled": true, "Name": "OTKLIK lvl-1", "Skin ID": 3573505954, "Detector level": 1, "Detection chances by permission": { "apdetectorartifacts.default": 30, "apdetectorartifacts.vip": 50, "apdetectorartifacts.premium": 30 }, "Spawn crates": [ "crate_normal_2", "crate_tools", "crate_normal", "crate_elite", "supply_drop" ], "Artifacts": [ { "Name": "Stone Blood", "Short Name": "battery.small", "Skin ID": 3568625849, "Drop Chance": 50, "Amount": 1 }, { "Name": "Bubble", "Short Name": "battery.small", "Skin ID": 3573380276, "Drop Chance": 5, "Amount": 1 }, { "Name": "Slug", "Short Name": "battery.small", "Skin ID": 3568625724, "Drop Chance": 20, "Amount": 1 }, { "Name": "Snowflake", "Short Name": "battery.small", "Skin ID": 3568625801, "Drop Chance": 25, "Amount": 1 }, { "Name": "Torch", "Short Name": "battery.small", "Skin ID": 3568625951, "Drop Chance": 20, "Amount": 1 }, { "Name": "Stone Heart", "Short Name": "battery.small", "Skin ID": 3568625893, "Drop Chance": 20, "Amount": 1 }, { "Name": "Fireball", "Short Name": "battery.small", "Skin ID": 3568625373, "Drop Chance": 20, "Amount": 1 }, { "Name": "Film", "Short Name": "battery.small", "Skin ID": 3568625303, "Drop Chance": 15, "Amount": 1 }, { "Name": "Runaway Bun", "Short Name": "battery.small", "Skin ID": 3568625506, "Drop Chance": 10, "Amount": 1 }, { "Name": "Shell", "Short Name": "battery.small", "Skin ID": 3568625656, "Drop Chance": 20, "Amount": 1 }, { "Name": "Pacifier", "Short Name": "battery.small", "Skin ID": 3568625225, "Drop Chance": 1, "Amount": 1 } ] }, { "Short Name": "metal.detector", "Enabled": true, "Name": "GILKA lvl-2", "Skin ID": 3573505518, "Detector level": 2, "Detection chances by permission": { "apdetectorartifacts.default": 25, "apdetectorartifacts.vip": 45, "apdetectorartifacts.premium": 40 }, "Spawn crates": [ "crate_normal_2", "crate_tools", "crate_normal", "crate_elite", "supply_drop" ], "Artifacts": [ { "Name": "Stone Blood", "Short Name": "battery.small", "Skin ID": 3568625849, "Drop Chance": 20, "Amount": 1 }, { "Name": "Bubble", "Short Name": "battery.small", "Skin ID": 3573380276, "Drop Chance": 5, "Amount": 1 }, { "Name": "Slug", "Short Name": "battery.small", "Skin ID": 3568625724, "Drop Chance": 20, "Amount": 1 }, { "Name": "Snowflake", "Short Name": "battery.small", "Skin ID": 3568625801, "Drop Chance": 15, "Amount": 1 }, { "Name": "Torch", "Short Name": "battery.small", "Skin ID": 3568625951, "Drop Chance": 15, "Amount": 1 }, { "Name": "Stone Heart", "Short Name": "battery.small", "Skin ID": 3568625893, "Drop Chance": 20, "Amount": 1 }, { "Name": "Fireball", "Short Name": "battery.small", "Skin ID": 3568625373, "Drop Chance": 10, "Amount": 1 }, { "Name": "Film", "Short Name": "battery.small", "Skin ID": 3568625303, "Drop Chance": 10, "Amount": 1 }, { "Name": "Runaway Bun", "Short Name": "battery.small", "Skin ID": 3568625506, "Drop Chance": 10, "Amount": 1 }, { "Name": "Shell", "Short Name": "battery.small", "Skin ID": 3568625656, "Drop Chance": 10, "Amount": 1 }, { "Name": "Pacifier", "Short Name": "battery.small", "Skin ID": 3568625225, "Drop Chance": 1, "Amount": 1 } ] }, { "Short Name": "metal.detector", "Enabled": true, "Name": "MEDVED lvl-3", "Skin ID": 3573506189, "Detector level": 3, "Detection chances by permission": { "apdetectorartifacts.default": 20, "apdetectorartifacts.vip": 40, "apdetectorartifacts.premium": 55 }, "Spawn crates": [ "crate_normal_2", "crate_tools", "crate_normal", "crate_elite", "supply_drop" ], "Artifacts": [ { "Name": "Stone Blood", "Short Name": "battery.small", "Skin ID": 3568625849, "Drop Chance": 45, "Amount": 1 }, { "Name": "Bubble", "Short Name": "battery.small", "Skin ID": 3573380276, "Drop Chance": 10, "Amount": 1 }, { "Name": "Slug", "Short Name": "battery.small", "Skin ID": 3568625724, "Drop Chance": 40, "Amount": 1 }, { "Name": "Snowflake", "Short Name": "battery.small", "Skin ID": 3568625801, "Drop Chance": 40, "Amount": 1 }, { "Name": "Torch", "Short Name": "battery.small", "Skin ID": 3568625951, "Drop Chance": 40, "Amount": 1 }, { "Name": "Stone Heart", "Short Name": "battery.small", "Skin ID": 3568625893, "Drop Chance": 40, "Amount": 1 }, { "Name": "Fireball", "Short Name": "battery.small", "Skin ID": 3568625373, "Drop Chance": 35, "Amount": 1 }, { "Name": "Film", "Short Name": "battery.small", "Skin ID": 3568625303, "Drop Chance": 30, "Amount": 1 }, { "Name": "Runaway Bun", "Short Name": "battery.small", "Skin ID": 3568625506, "Drop Chance": 25, "Amount": 1 }, { "Name": "Shell", "Short Name": "battery.small", "Skin ID": 3568625656, "Drop Chance": 25, "Amount": 1 }, { "Name": "Pacifier", "Short Name": "battery.small", "Skin ID": 3568625225, "Drop Chance": 2, "Amount": 1 } ] }, { "Short Name": "metal.detector", "Enabled": true, "Name": "VELES lvl-4", "Skin ID": 3573506935, "Detector level": 4, "Detection chances by permission": { "apdetectorartifacts.default": 15, "apdetectorartifacts.vip": 35, "apdetectorartifacts.premium": 60 }, "Spawn crates": [ "crate_normal_2", "crate_tools", "crate_normal", "crate_elite", "supply_drop" ], "Artifacts": [ { "Name": "Stone Blood", "Short Name": "battery.small", "Skin ID": 3568625849, "Drop Chance": 40, "Amount": 1 }, { "Name": "Bubble", "Short Name": "battery.small", "Skin ID": 3573380276, "Drop Chance": 35, "Amount": 1 }, { "Name": "Slug", "Short Name": "battery.small", "Skin ID": 3568625724, "Drop Chance": 100, "Amount": 1 }, { "Name": "Snowflake", "Short Name": "battery.small", "Skin ID": 3568625801, "Drop Chance": 30, "Amount": 1 }, { "Name": "Torch", "Short Name": "battery.small", "Skin ID": 3568625951, "Drop Chance": 30, "Amount": 1 }, { "Name": "Stone Heart", "Short Name": "battery.small", "Skin ID": 3568625893, "Drop Chance": 30, "Amount": 1 }, { "Name": "Fireball", "Short Name": "battery.small", "Skin ID": 3568625373, "Drop Chance": 30, "Amount": 1 }, { "Name": "Film", "Short Name": "battery.small", "Skin ID": 3568625303, "Drop Chance": 40, "Amount": 1 }, { "Name": "Runaway Bun", "Short Name": "battery.small", "Skin ID": 3568625506, "Drop Chance": 25, "Amount": 1 }, { "Name": "Shell", "Short Name": "battery.small", "Skin ID": 3568625656, "Drop Chance": 25, "Amount": 1 }, { "Name": "Pacifier", "Short Name": "battery.small", "Skin ID": 3568625225, "Drop Chance": 5, "Amount": 1 } ] }, { "Short Name": "metal.detector", "Enabled": true, "Name": "SVAROG lvl-5", "Skin ID": 3573506771, "Detector level": 5, "Detection chances by permission": { "apdetectorartifacts.default": 10, "apdetectorartifacts.vip": 30, "apdetectorartifacts.premium": 65 }, "Spawn crates": [ "crate_normal_2", "crate_tools", "crate_normal", "crate_elite", "supply_drop" ], "Artifacts": [ { "Name": "Stone Blood", "Short Name": "battery.small", "Skin ID": 3568625849, "Drop Chance": 50, "Amount": 1 }, { "Name": "Bubble", "Short Name": "battery.small", "Skin ID": 3573380276, "Drop Chance": 50, "Amount": 1 }, { "Name": "Slug", "Short Name": "battery.small", "Skin ID": 3568625724, "Drop Chance": 50, "Amount": 1 }, { "Name": "Snowflake", "Short Name": "battery.small", "Skin ID": 3568625801, "Drop Chance": 50, "Amount": 1 }, { "Name": "Torch", "Short Name": "battery.small", "Skin ID": 3568625951, "Drop Chance": 50, "Amount": 1 }, { "Name": "Stone Heart", "Short Name": "battery.small", "Skin ID": 3568625893, "Drop Chance": 50, "Amount": 1 }, { "Name": "Fireball", "Short Name": "battery.small", "Skin ID": 3568625373, "Drop Chance": 50, "Amount": 1 }, { "Name": "Film", "Short Name": "battery.small", "Skin ID": 3568625303, "Drop Chance": 50, "Amount": 1 }, { "Name": "Runaway Bun", "Short Name": "battery.small", "Skin ID": 3568625506, "Drop Chance": 50, "Amount": 1 }, { "Name": "Shell", "Short Name": "battery.small", "Skin ID": 3568625656, "Drop Chance": 50, "Amount": 1 }, { "Name": "Pacifier", "Short Name": "battery.small", "Skin ID": 3568625225, "Drop Chance": 8, "Amount": 1 } ] } ] } API Hooks: I have added an API for integration with other plugins. Here’s what has been done: Added API Hooks: OnArtifactFound – Called before an artifact is given, allowing other plugins to cancel the drop. OnArtifactGiven – Called after an artifact has been given. OnFlagDestroyed – Called when a flag is destroyed. Added API Methods: RegisterArtifactHandler – Allows other plugins to register handlers for specific artifacts. UnregisterArtifactHandler – Allows unregistering a previously registered handler. OnArtifactFound(BasePlayer player, ArtifactConfig artifact) Called before an artifact is given, can be used to cancel the drop. OnArtifactGiven(BasePlayer player, ArtifactConfig artifact, Item item) Called after an artifact is granted to a player. OnFlagDestroyed(BasePlayer player, Vector3 position, DetectorConfig detector) Called when a metal detector flag is destroyed. Compatibility: Oxide/uMod. This plugin is actively being developed, with plans to make it more engaging and functional! This plugin works well in combination with other plugins that utilize custom item mechanics! (I will soon release a new plugin that will work alongside APDetectorArtifacts.)
    $10.00
  2. Version 1.0.0

    118 downloads

    FREE WALLPAPERS We sat down in the team, thought about it and decided to make a gift for you. Wallpaper for your computer or phone Yes, we just took and manually made 4 complex scenes. Then we processed them and just gave them to you. You can use them as you want.
    Free
  3. Version 1.0.2

    13 downloads

    BullRing Arena is a battlefield where your players can fight battles. With a Spanish style, this Arena represents a Bullring. I almost forgot, this time your players will be the victims, the Bull will be the spectator. Don't be horrified, it's just "Art and Culture”. - INCLUDES: Loots Locked Crates Elite Crates Tramps NPC Respawn Horse Respawns Image Posters - TIPS: Enjoy
    $12.90
  4. Version 1.0.0

    3 downloads

    With this pack of icons you can decorate your store, put them on your pfp, use them as stickers or whatever your heart desires. Also included is a template with which you can change the color of the effects To work you will need any new version ADOBE PHOTOSHOP.
    $10.00
  5. Version 1.0.0

    8 downloads

    Made to promote artists interests in Rust in the most creative ways possible. The Art Gallery features many free-to-paint canvases and a few with '4D Special Effects". Includes: Comfort Volume Prevent Building Volume 77 Picture Frames 16 4D FX 2 Floors 2 Parking Lots
    $10.00
  6. Im currently availiable for Graphics design comissions. I can do pretty much anything you'd require, there isn't very much limitations. I have been creating web-graphics for just over 12 years and I'm very experienced and efficient at what I do. I will need a somewhat structured breif of the work you'd be requiring and payment would be upfront for services. My Discord handle is adminzeroo Or you can reach out to me via dms here.
  7. Version 1.0.0

    487 downloads

    A drone-like robotic device that appears to be a human skull outfitted with electronic or cybernetic components that utilise embedded anti-gravity field generators to allow them to hover and drift bodiless through the air. - static, not moving sculpture (but i swear I saw it moving while it felt unobserved) - 417 objects! - send me screenshots if you use it somewhere, else feel free to do with it what you want
    Free
  8. Version 1.0.4

    81 downloads

    Canvas provides your server a new way to allow your community to connect or play against eachother in an art pixel war. This is heavily inspired by r/place. Features Large canvases that players in your server can draw on Three different types of pixel group-based payments for fresh or overtaking fees Group-based cooldowns for placing pixels Zooming in and out / scrolling capabilities, or coordinate inputs Pixels are registered per players that overtook them Pixel age tracking Exporting to Imgur or PNG in super-size resolutions (API optimal) Next Update Multi-selection support — for selective pixels exporting + API Custom empty-pixel background colors (dark/light mode or paper) Viewer settings — saved to file Timelapse support — record placed pixels + API Pixel notes — for any purchased pixels, you can leave notes More exporting options Roadmap Load in the actual 2022-edition r/place datasets into Canvas Add image loader into the Canvas Add private canvases, multiple global canvas pages and showcase lists Integrate export Canvases onto signs (can already do it by exporting the Canvas to Imgur, and using SignArtist to place it on) Pixel notes Live feed of other players' selected pixels API byte [] ExportCanvas ( int scale = 25, int yOffset = 1, bool transparent = false, int blur = 0 ); // Exports PNG squared Canvas void UploadCanvasToImgur ( Action<string> onUpload, int scale = 25, int yOffset = 1, bool transparent = false, int blur = 0 ); void SetPixel ( int x, int y, string color, string note, ulong playerId ); // playerId can be 0 to anonymously set it void ClearPixel ( int x, int y ); void ApplyImage ( string url ); // Downloads and applies the pixels of an image - make sure it's the same resolution as the canvas byte [] ExportCanvas ( Canvas.Painting painting, int scale = 25, int yOffset = 1, bool transparent = false, int blur = 0 ); // Exports PNG squared Canvas void UploadCanvasToImgur ( Canvas.Painting painting, Action<string> onUpload, int scale = 25, int yOffset = 1, bool transparent = false, int blur = 0 ); void SetPixel ( Canvas.Painting painting, int x, int y, string color, string note, ulong playerId ); // playerId can be 0 to anonymously set it void ClearPixel ( Canvas.Painting painting, int x, int y ); void ApplyImage ( Canvas.Painting painting, string url ); // Downloads and applies the pixels of an image - make sure it's the same resolution as the canvas Configuration Permissions Canvas.use: To be able to call the /canvas and do any activity. Canvas.export: To be able to run the Export UI command and see the button on the Canvas.
    $5.24
  9. Version 1.0.0

    7 downloads

    Cat-shaped house is suitable for PVE servers Strict location highly customize your room Dining room living room double layer aquarium The door needs to be placed by yourself
    $9.99
  10. Version 1.0.0

    668 downloads

    Allow players to upload sign art to Imgur including optional integration to Server Rewards and Discord Core. SAVE YOUR ART! DEPENDS ON http://umod.org/plugins/imgur-api About This plug-in allows players with the appropriate permission level the ability to upload the art of an in-game sign they are looking at to Imgur. The plug-in may optionally be integrated with DiscordCore, to DM the player the Imgur link or post to a channel, and/or ServerRewards, to deduct a configurable amount of RP from the player's balance. To prevent players from spamming the functionality, a configurable cooldown is included. This plug-in is NOT a copy of Sign Artist, which allows players to download pictures from a web address to the server's file storage. SignUploadAPI delivers the opposite functionality: giving players a way to upload pictures from the server's file storage to a web address on Imgur. Photographs also work! If a Photo Frame is selected and it contains a Photo, the photo file itself will be exported. Configuration { "Chat Command": "uploadsign", "Use Discord Core": false, "Discord Channel to Upload to": "", "Use Server Rewards": false, "Cost to Upload": 20, "Cooldown Between Uploads (seconds)": 30.0 } Use Discord Core: Upon enabling this, if DiscordCore is successfully loaded players who have linked their Discord accounts with their Steam accounts on the server will receive a DM including the picture. This does not post to a channel on it's own. Discord Channel to Upload to: DiscordCore will post the file to the specified channel on your Discord server if not left empty. Cost to Upload: This is the amount of RP which is deducted upon an upload attempt to Imgur if Use Server Rewards is set to true. Permissions signuploadapi.use Allows the player or group to use the plugin. signuploadapi.free Allows the player or group to use the plugin free of charge. Chat Commands While the command is configurable, by default it is set to /uploadsign /uploadsign "Title of Image(Optional)" Developer API On any sign successfully being uploaded to Imgur, the following hook is called. void OnSignUploaded(string url, string title, ulong playerID)
    Free
  11. Version 1.0.0

    405 downloads

    This is a simple RPG wooden house pack with two detailed RPG homes for any roleplay rust servers. This pack has a leather shop and a house for those who need a rest. 1000+ prefabs per building. No complex instructions, place and play. You may also purchase a license to resell these prefabs on your own maps maps below. As always, please enjoy! Special Thanks to Raul Sorban!
    Free
2.2m

Downloads

Total number of downloads.

10.1k

Customers

Total customers served.

146.5k

Files Sold

Total number of files sold.

3.1m

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.