Tanki's Wishlist
-
Europe Valley
This 4000-scale Rust map is inspired by the silhouette of the European continent, offering a unique gameplay environment that combines recognizable geography with the classic intensity of survival.
The terrain features a wide variety of biomes: from the vast snowy areas of the north, through the green plains and forests of the center, to the arid, coastal regions of the south. Each area is designed to allow players to develop different play styles, whether exploration, looting, or tactical combat.
Major monuments such as the Launch Site, the Dome, the Underground Metro, and various Ports are strategically located in different "regions" of the map, encouraging mobility and confrontations between clans and solo players. Additionally, outlying islands and sea bases add an extra layer of exploration and naval control.
Importantly, all necessary Bandit Camp functions are available within the Outpost monument, ensuring access to essential services without having to travel to another area.
Thanks to its distinctive shape and diverse environments, this map is perfect for servers looking to offer a thematic, dynamic, and balanced experience in a setting that impresses with both its design and gameplay.
General Information:
Map Size: 4096
Approximate Number of Prefabs: 10725
-
Bradley Drops
About Bradley Drops.
Bradley Drops allows players with permission to call a Bradley APC to their location with a custom Supply Signal, where it will patrol a set distance for a set time, allowing players to fight it to win the valuable Bradley crates.
A cargo plane will deliver and drop the APC via parachutes. The APC can be configured in different ways and there are many config options to suit all servers.
The plugin comes with 4 default settings for Bradley Drops, Easy, Medium, Hard and Elite, each with their own custom supply signal skin. But server owners can add as many options as they like in the config by copying and pasting an existing profile within the config. This would however require the server owner to create their own custom skin for the inventory item. (I will add more custom skins in the near future for this.)
BotReSpawn compatibility, with the option to specify a BRS spawn profile at the Bradley kill site.
IMPORTANT:
Each heli profile or wave profile in the config MUST have its own unique name and skin ID, otherwise you will have issues.
NOTE ABOUT SHOPS:
The profile name in the config should match the Custom Supply Signal name which the shop gives the player. The Bradley Name is now separate and can be set independently.
Plugin default Supply Signal Skin ID's to add items to various shops, loot plugins, kits etc are:
Bradley Drop (Easy) : 2905355269 Bradley Drop (Medium) : 2905355312 Bradley Drop (Hard) : 2905355296 Bradley Drop (Elite) : 2911864795 Bradley Drop (Expert) : 3361673979 Bradley Drop (Nightmare) : 3361674045
Bradley Drop Wave (Normal): 3502926194 Bradley Drop Wave (Hard): 3502926112
Default Permissions:
bradleydrops.admin (to use give|hsclearcd command) bradleydrops.buy (to use /bdbuy command) bradleydrops.bypasscooldown bradleydrops.easy bradleydrops.medium bradleydrops.hard bradleydrops.elite
Commands (Prefix with / to use in game):
bdgive <Profile ShortName> <Steam64ID> <Amount> bdbuy <Profile Shortname> bdbuy list bdreport (list all active Bradleys and their state) bddespawn (Despawn all Bradleys called by a player or their team, no refunds) bdclearcd (clear all cooldowns) bdclearcd <SteamID|Name> (clear cooldown for player) (Buy, Report and Despawn command can be customised in the config)
Please note correct use in config file for supply signal name and Bradley APC display name. These values CAN be different if you wish:
Custom Loot:
Check out the example loot items in the default config below to see how to add custom loot items to crates.
How to Add Custom Loot Table Item:
Config:
For Other Developers:
The following hook is available to use in your plugins to check custom Supply Signals, Cargo Planes and Supply Drops to avoid conflict with your plugins:
object IsBradleyDrop(ulong skinID)
This will return true if the item is a Bradley Drop item/entity, or null if not.
Call it directly without referencing the plugin:
if (Interface.CallHook("IsBradleyDrop", skinID) != null) return true; // IsBradleyDrop Or reference my plugin and call like this:
[PluginReference] Plugin BradleyDrops; if (BradleyDrops.CallHook("IsBradleyDrop", skinID) != null) return true; // IsBradleyDrop
- #bradley
- #bradleyapc
- (and 17 more)
-
Custom Fertilizers
This plugin lets you create and manage custom-skinned fertilizers, each with its own growth rate, yield, and special effects. Whether you want to reward your players with rare ultra-fertilizers or balance your server’s economy with new farming mechanics, Custom Fertilizer gives you full control.
Key Features
Custom Skinned Fertilizers: Easily define new fertilizer types with unique skins, names, and in-game effects. Growth & Yield Multipliers: Adjust plant growth speed and harvest yield for each fertilizer type. Permission-Based Access: Restrict powerful fertilizers to certain player groups or VIPs. Composter Integration: Set custom drop chances for fertilizers produced in composters, with full permission checks. Keep Plants Alive: Optionally prevent plants from dying when using special fertilizers. Custom Drops: Reward players with bonus items when harvesting crops grown with premium fertilizers. Easy Commands: Intuitive chat and console commands for giving fertilizers and viewing help. Debug Tools: Built-in debugging and tracking for admins to monitor plant and fertilizer usage.
Spawn Commands
/basicfert <number> - Adds a specific number of Basic Fertilizer. /superfert <number> - Adds a specific number of Super Fertilizers. /ultrafert <number> - Adds a sprecific number of Ultra Fertilizers.
Permissions:
customfertilizer.basic - Allows players to use Basic Fertilizer. customfertilizer.super - Allows players to use Super Fertilizer. customfertilizer.ultra - Allows players to use Ultra Fertilizer. customfertilizer.admin - Add to Admins in order to debug plugin etc.
How to Add into your Loottable
If you want to add these into your loottable you can do so by adding a custom item for each level - you should use "fertilizer" as the item with the below skinID:
Basic Skin ID: 3506428010 Super Skin ID: 3506428291 Ultra Skin ID: 3506428536
Join My Discord
You can join my official marketplace discord:
https://rebootrust.com/market
Example Configuration:
CustomFertilizer.json