December 1Dec 1 View File sGiveGift One-click activation with automatic 24h gift window When you press Enable, the plugin automatically creates a 24-hour period during which players can claim their gift. No manual scheduling or date setup — activate it and it’s ready. Adjustable time zone Choose your preferred time zone (Paris, London, UTC, etc.). All timestamps displayed by the plugin follow this setting. Clean and user-friendly CUI A custom interface where: Admins configure items, quantities, and images Players see and claim their rewards ImageLibrary support provides clean visuals One-time claim per player Each player can claim the gift only once during the active period. All claim data is automatically saved. ImageLibrary support Easily link custom images for each reward to enhance presentation. Simple data handling All admin settings and player claim data are saved automatically and safely reloaded on server restart. Permissions sgivegift.admin Grants access to the admin UI for configuring gifts. Commands Player Commands /pgift Opens the player gift menu (if a gift event is currently active). Admin Commands /agift Opens the admin UI to configure items, quantities, images, and to enable/disable the gift. /genitems (Rust admin only) Generates a JSON file containing a dictionary of all item shortnames. Configuration file Citation { "Configurable timezone": "Europe/Paris", "Indicative list of timezones available in the plugin": [ "Europe/Paris", "Europe/London", "Europe/Berlin", "Europe/Moscow", "America/New_York", "America/Los_Angeles", "UTC" ] } Data file (example) data/SGiveGift/AdminGiftData.json Citation { "GivesActive": false, "ActivationStart": "", "ActivationEnd": "", "ShortNames": [ "horse.costume", "pookie.bear", "xmas.present.large", "xmas.present.medium", "firework.boomer.orange", "metal.refined", "gunpowder", "guntrap", "hazmat.plushy", "charity.plushy.02" ], "Amounts": [ 1, 5, 2, 2, 2, 50, 500, 1, 2, 2 ], "ImageLinks": [ "https://i.imgur.com/8TO9g16.png", "https://www.rustedit.io/images/imagelibrary/pookie.bear.png", "https://www.rustedit.io/images/imagelibrary/xmas.present.large.png", "https://www.rustedit.io/images/imagelibrary/xmas.present.medium.png", "https://www.rustedit.io/images/imagelibrary/firework.boomer.orange.png", "https://www.rustedit.io/images/imagelibrary/metal.refined.png", "https://www.rustedit.io/images/imagelibrary/gunpowder.png", "https://www.rustedit.io/images/imagelibrary/guntrap.png", "https://wiki.rustclash.com/img/items180/hazmat.plushy.png", "https://wiki.rustclash.com/img/skins/324/10335.png" ] } Submitter Noryx Submitted 11/22/2025 Category Plugins
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.