Magnumk's Wishlist
-
Dynamic Monuments
DynamicMonuments is a groundbreaking plugin for Rust servers that breathes new life into your maps!
Say goodbye to tedious manual map editing or relying on RustEdit.
With just a few clicks, your server will be transformed, featuring 18 unique monuments that blend seamlessly into any environment.
Key Features:
Dynamic Spawning:
- Monuments can spawn randomly during wipes or with each server restart (optional)
- Customize spawn frequency and zones through the plugin's configuration
- A variety of monument complexities, ranging from cozy hideouts to sprawling fortresses
18 Unique Monuments:
- Water Monuments
- Coastal Monuments
- River Monuments
- Roadside Monuments
- Modifications for Standard Monuments: (Metro entrances, power line towers, substations, quarries, and more).
Personalization:
- Give players personal monuments
Versatility:
- Compatible with both custom and procedural maps.
- Automatically adapts to terrain, water, and roads.
- No RustEdit required! Everything is managed through the plugin's configuration.
Giving a monument to a player
9 out of 18 monuments can be given to players for personal placement.
The dynamic monument is represented as a flare with a unique skin, which can be given to players in any way, such as through an in-game store.
To spawn the monument, the player must hold the flare and find a suitable location, receiving instructions in the chat and notifications.
Once placed, the monument is locked to the player, and only they can loot it.
Chat commands (admin only)
/killmonument - destroys the DynamicMonument you're looking at /replacecrate NewCratePresetName - replaces the crate you're looking at on the location with NewCratePresetName /spawnmonument PresetName - spawns a monument in a random position /spawnmonumentmypos PresetName - spawns the monument in your position /killallmonuments - destroys all DynamicMonuments on the server /respawnmonuments - forcibly launches automatic respawn of DynamicMonuments /givemonument PresetName - give the monument to yourself /addprefabspawnpoint PresetName — adds a crate or static NPC spawn point to a monument at your current position (only for Static Npc and crates) /removemonumententity command — removes entity spawn point you're looking at. (only for StaticNpc/crates/Entities for respawn) Console commands (RCON only)
spawnmonument PresetName - spawns a monument in a random position killallmonuments - destroys all DynamicMonuments on the server respawnmonuments - forcibly launches automatic respawn of DynamicMonuments givemonument PresetName userID - give the DynamicMonument to the player Plugin Config
en – example of plugin configuration in English ru – example of plugin configuration in Russian
Check out the rest of my work: Adem's Codefling Library
You can reach out to me in Discord: Adem's Discord Profile
Join the Mad Mappers Discord!
-
Boston: New Land
In the near future, the planet decided to rid itself of a large population, a factory and other infrastructure that poses a danger to its environment. Gravity, water level and climate have changed. An epidemic broke out, which took the lives of the remnants of the population and turned them into mutants (NpcMovingControl plugin). Those who survived went into habitation under the water, sometimes swimming out for a breath of fresh air (the UnderwaterGuard plugin), they guard the flooded monuments very much, which contain excellent loot, but to get to it, you need to make great efforts. On this map you will find many beautiful monuments, in the air, on the ground, under water. Also on the map there are several custom places to build your base in the form of unusual rocks, terrain terrain, icebergs and caves, they are marked X. And now several decades have passed since the latest events on this island and it has become a New Land for new settlers in the form of players on your server, I hope everyone will survive, good luck playing on this map.
Features:
Prefab Count: ~50к prefabs Size: 4000 A lot of interesting locations to explore Marketplaces and recycler have been added to fishing villages Railway Optimal FPS A large number of places for the construction of foundations in the form of unusual rocks, caves, landscape and icebergs Custom plugin NpcMovingControl, who disguises scientists and zombies, as well as controls them in his radius (by Adem) Custom plugin UnderwaterGuard (by Adem) This map is constantly supported and updated for the current version of the game with all updates! How can I view the map?
You can do this in our Discord server by submitting a request for an invitation to our servers. There you will be given the rights of an "administrator” and without any difficulties you will be able to fly around the map and fully familiarize yourself with it.
Custom Monuments:
Boston City Valley of Bridges Quarantine Zone Frozen Research Base Buttsville City Falcom Prisone The ISS Crash International Space Station Bills Farm Hydroelectric Power Station Graveyard of Ships Sunken Oil Rig Roadside Market Ore Deposits Bridge Many interesting places to build a base marked X Monument Facepunch:
Launch Site Missile Silo Junkyard Harbor 1 and 2 Arctic Research Base Satellite Dish Airfield Bandit Camp Outpost Giant Excavator Pit Train Yard Water Treatment Power Plant Military Tunnel The Dome Sewer Branch Ranch Fishing Village 1,2,3 (Modified version) Lighthouse Underwater Lab Railway HQM, Sulfur, Stone Quarry Roadside Monument Radtown Water Well Ziggurat -
LuckyBlock
This plugin adds a luckyblock to the game, and when you try to open it, a random command (from config file) is executed on the server. It spawns randomly in place of regular loot. The player will also receive RP points for opening if you have the ServerRewards plugin.
/lbtest - use for spawn luckyblock for test
❌ The visibility distance depends on player's OBJECT QUALITY settings
Config:
{ "Chance to spawn instead of any spawnable loot [0 - 100]": 5, "LuckyBlock skin id [Check this - https://github.com/bmgjet/Spray-Decal-Creator]": 3141695693, "Occupied radius [New luckyblock won't spawn near the first one]": 50, "Server rewards RP for open lucky block [0 - disbale]": 100, "Block underwater spawn": true, "Block above ocean spawn [includes loot containers drifting on the surface of the ocean]": false, "Prefabs that will turns into the LuckyBlock [if the list is clear it applies to all LootContainer entities]": [], "Command events [it's uses server console so you can put there any command you want]": [ { "Server command": "luckyblock fake_explosion", "Weight [directly affects the chance of this command being triggered | 0 - disabled]": 10, "Description": "Explosion without causing damage" }, { "Server command": "luckyblock activate_booster supertea", "Weight [directly affects the chance of this command being triggered | 0 - disabled]": 5, "Description": "Applies item boosters by shortname" }, { "Server command": "luckyblock create_item rifle.lr300", "Weight [directly affects the chance of this command being triggered | 0 - disabled]": 5, "Description": "Creates an item and gives it to the player" }, { "Server command": "luckyblock air_drop", "Weight [directly affects the chance of this command being triggered | 0 - disabled]": 10, "Description": "Calls airdrop" }, { "Server command": "luckyblock spawn_entity car_2mod_01", "Weight [directly affects the chance of this command being triggered | 0 - disabled]": 5, "Description": "Spawns an entity by shortprefab" }, { "Server command": "luckyblock death_square", "Weight [directly affects the chance of this command being triggered | 0 - disabled]": 10, "Description": "Hides the player in a deadly cube from which there is no exit, only death." }, { "Server command": "luckyblock bears_attack", "Weight [directly affects the chance of this command being triggered | 0 - disabled]": 10, "Description": "Spawns 4 bears around the player" }, { "Server command": "luckyblock fireball_circle", "Weight [directly affects the chance of this command being triggered | 0 - disabled]": 5, "Description": "Spawns a circle of fireballs" }, { "Server command": "luckyblock full_heavy_armor", "Weight [directly affects the chance of this command being triggered | 0 - disabled]": 5, "Description": "Places heavy armor on the player without the ability to remove it for 30 seconds" } ] }
- #luckyblock
- #tofurahie
-
(and 3 more)
Tagged with:
-
Custom Item Vending
By imthenewguy in Plugins
This plugin allows your players to list and sell custom items through their vending machines.
By creating a store via the back of the vending machine, players can list any item (custom or vanilla) for sale through their machines.
Players can then interact with the players vending machine to purchase their wares, just like vanilla rust.
This is ideal for any server, but especially for servers with heavy role play elements, or servers that use a lot of custom items.
Custom Item Vending can receive data from other plugins for both a currency and an item properties.
Custom items can be added manually through the config, or sent via an API directly from another plugin.
Allows players to sell items for vanilla items, custom items, economics and server rewards. Customizable limit on how many listings each vending machine can have. A map marker that will display what is currently being sold (and is in stock) in the machine. Floating text at the front of each custom item machine indicating what is being sold and its stock level. Supports almost every custom item, identifying them uniquely based on skin, name, text field, slot count and condition. Economics and Server rewards are withdrawn from the back of the machine.
The only requirement to use this plugin is the permission: customitemvending.create.
This is require to turn a regular vending machine into a Custom Item Vending machine.
Please note that due to the nature of the plugin and the way the map's vending listings are handled via client side, it is not possible to use market drones to obtain items using this plugin.
-
Noclip
By Cobalt Studios in Plugins
Features
- AntiHack Protection: The plugin integrates with Rust's AntiHack system to prevent abuse of NoClip mode.
- Building Privilege Checking: Players with noclip.ownbuildingprivilege or noclip.everywhereexceptbuildingblocked permissions are monitored to ensure they are within allowed areas.
- Automatic Teleportation: Players who activate NoClip unauthorized in a building blockade area are teleported back to their last valid position.
- Configuration File: Settings such as message texts and colors can be customized in the configuration file.
Commands
- /noclip (Chat Command): Toggles NoClip mode for the player.
- noclip (Console Command): Same function as the chat command, but executable through the console.
Permissions
noclip.ownbuildingprivilege
Allows activating NoClip within the player's own building privilege areas.
Players cannot activate NoClip when outside a building privilege area.
noclip.everywhereexceptbuildingblocked
Allows activating NoClip everywhere except in areas protected by building blockades.
Players will automatically be teleported back if they try to enter a building blockade area.
noclip.everywhere
Allows activating NoClip everywhere on the map without restrictions.
noclip.godblock
A special permission used in conjunction with the server command to block or allow specific commands for players.
If you have any questions or problems, join my discord
https://discord.gg/D2zTWCEnrN
