Jump to content

The Friendly Chap's Wishlist

  1. More information about "Squid Game: Red Light, Green Light"

    $30.00

    Squid Game: Red Light, Green Light

    This event is based on the game "Red Light, Green Light" from the popular serial "Squid Game"
     

    Description
    Prefab arena for this game is in the plugin package
    To work event is necessary to have this prefab on the map (it works only on custom maps!!!)
    Event starts with a message in the chat about the beginning of the event. Then everyone who wants to take part in the game must write in the chat command (/rlglenter). The player will be moved to the arena after this action.
    If the player is in his building zone, he will return to the same place at the end of the event. It’s a place where he wrote the command. Otherwise, at the end of the event the player will be moved to a safe zone on the map.
    There is a waiting time for all players at the beginning of the event. The game will begin when this time is over.
    The idea of the game is to follow instructions strictly. While the indicator is green, a player can move. When a red indicator is on the player’s screen, a player can’t move.
    If the violation of the rules is noticed, a player will be out of the game and move to the watching area of the game. Then a player can monitor other players’ game from the watching zone.
    All players who cross the finish line before the time limit is up will win.
    It is possible to set up in the configuration:
    a total table of items for the winners, all the time periods in the game, the inaccuracy of the player's movement when the red light is activated.  
    Prefab Installation Instructions
    In this case, it is assumed that the customer uses the RustEdit program
    1. Unpack the archive to a folder
    2. Open the RustEdit program location
    3. Place the folder with the prefab files in the "CustomPrefabs" folder
    4. Run the RustEdit program
    5. Open the map on which you want to install this prefab
    6. In the Prefab List tab, open the Custom tab
    7. In the Custom tab, open the folder that we dragged to CustomPrefabs (item 3)
    8. Drag the prefab to the place you want on the map
    9. Apply The Modifications (!!!THE first step is to APPLY the Height Mask, then everything else!!!)
    10. Everything is ready (If available)! It remains only to save the map, run it on the server
     
    Dependencies (optional, not required)
    NoEscape NTeleportation  
    Chat commands (only for administrators)
    /rlglstart - start the event
    /rlglstop - end the event
    /rlglenter - enter the arena of the game
    /rlglexit - exit the arena of the game
     
    Console commands (RCON only)
    rlglstart - start the event
    rlglstop - end the event
     
    Plugin Config
    "Prefix of chat messages"
    "Inaccuracy of changing the player position at the red indicator [м.]"
    "Inaccuracy of changing the position of player’s camera at the red indicator [degrees]"
    "Minimum time between events [sec.]"
    "Maximum time between events [sec.]"
    "Waiting time at the beginning of the event [sec.]"
    "Duration of the event [sec.]"
    "Waiting time at the end of the event [sec.]"
    "Minimum starting time of the stage (at least 2) [sec.]"
    "Maximum starting time of the stage (at least 4) [sec.]"
    "Sound language [ru/en]"
    "List of commands that you cannot use in the event area"
    "Table of items for winning the game"
    "List of items"
    "ShortName" "Minimum" "Maximum" "Chance [0.0-100.0]" "Is this a blueprint? [true/false]" "SkinID (0 - default)" "Name (empty - default)" "Own loot table"
    "Minimum numbers of items" "Maximum numbers of items" "List of items"  
    The prefab is designed by jtedal#8448
    Contact me in Discord: KpucTaJl#8923
  2. More information about "Custom Magazine"

    $10.00

    Custom Magazine

    This plugin will add multiple extended magazines to your server

    Description

    Facepunch just released the extended magazine into the game, which adds 25% to the capacity of ammo that it can originally hold

    With Custom Magazine's, you can now add several types of extended magazines! By default, you can now also add 50%, 75%, and even 100% capacity increases! At 100%, this will double any weapons capacity! You can change those capacity increase percentages in the configuration, remove them, or even add your own! You can configure spawning of these items in standard Rust crates!
     
    Console commands (RCON only)
    givemagazine {skinid} {steamid} - This is the console command to give an extended magazine from the plugin configuration with a Steam Workshop SkinID ({skinid}) to a player using their SteamID ({steamid})
     
    Plugin Config
    en - example of plugin configuration in English
    ru - example of plugin configuration in Russian
     
    My Discord: KpucTaJl#8923
    Join the Mad Mappers Discord here!
    Check out more of my work here!
  3. More information about "Picklock"

    $10.00

    Picklock

    Is a simple but interesting plugin to add lock picking to the game!
     

    Description
    The picklocks can be used to open door locks and code locks (can be edited in the configuration).
    It is possible to change the time and probability of opening the door with a picklock (can be edited in the configuration).
    It is possible to change the spawn of picklocks in the crates if it is necessary.
    If you want to open the door with the picklock you need to go to the door, take the picklock in the player’s hands, and press the middle button of the mouse. The process of breaking the door will start.
     
    Console commands
    givepicklock {steamid} {amount} - gives the player with {steamid} a certain number of picklocks ({amount} pieces) in his inventory
     
    Plugin Config
    en – example of plugin configuration in English ru – example of plugin configuration in Russian  
    My Discord: KpucTaJl#8923
    Join the Mad Mappers Discord here!
    Check out more of my work here!
  4. More information about "Monument Owner"

    $26.99

    Monument Owner

    Never worry about your players fighting over a monument, make them compete for ownership! With this plugin you can configure several parameters then players can compete to claim a monument for a set time. There is enough configuration and options that this would work well for any server, whether PvE or PvP.

    Video

    Description
    This plugin will automatically find Facepunch standard monuments, including Cargo Ship and Oil Rigs that are on the map, and which can be specified in the configuration. This will create a zone around each monument in which customizable rules apply for anyone coming to the monument, whether they become owner or not. You can also create a zone using coordinates anywhere on the map, and assign certain rules to it.

    Chat Command (For all players)
    mocd - Displays all cooldowns for the player

    Chat Command (For Admins)
    mocreatecustomzone {name} - Creates a file for a custom zone in the Data/MM_Data/MonumentOwner/Custom Zones folder with the administrator position at the time of file creation
    moshowid - Creates a mark for the administrator that displays the ID of each zone on the map
    modrawedges - Shows the administrator the boundaries of each square zone on the map (used to set up such zones)

    Console Command (RCON only)
    mocdreset {SteamID64} - Resets all cooldowns for the player
    mogetcd {SteamID64} - Outputs information to the console with all the cooldowns of the player

    Plugin Config
    example of a configuration for monuments sample configuration for the plugin
      HOOKS
    void OnPlayerEnteredMonument(BasePlayer playerEntered, Vector3 zonePos, float zoneRadius) - called when the player has entered the zone after all checks void OnPlayerExitedMonument(BasePlayer playerEntered, Vector3 zonePos, float zoneRadius) - called when the player is exited of the zone API
    The answer true or false will tell whether there is a zone in this coordinate
    private bool HasZone(Vector3 posMonument) The answer true or false will tell whether the zone belongs to someone
    private bool HasOwner(Vector3 posMonument) The answer BasePlayer will tell who the zone belongs to
    private BasePlayer GetOwner(Vector3 posMonument) The answer true or false will tell whether the player can become the owner
    private bool CanPlayerBecomeOwner(Vector3 posMonument, BasePlayer player) Forcibly establishes the owner of the zone, bypassing checks on his ability to become the owner. The answer true or false will tell whether he was able to become one or the zone is occupied by another player
    private bool SetOwner(Vector3 posMonument, BasePlayer player) Deletes a zone. The answer true or false will tell whether he was able to do it
    private bool RemoveZone(MonumentInfo monument) Creates a zone for the desired monument. The answer true or false will tell whether he was able to do it
    private bool CreateZone(MonumentInfo monument) Translation assistance by Jbird.
    Check out more of my work here JTedal's library.
    Come see our whole teams work Mad Mapper Library.
    Come by the Mad Mapper Discord for support, feedback, or suggestions!
  5. More information about "Shipwreck"

    $24.99

    Shipwreck

    This plugin will allow players to visit the depths of the ocean to discover 3 new locations included in this plugin: a Sunken Cargo Ship, Submerged Ore Farm, and a Shipwrecked Barge.
    In the wreckage you will find a high concentration of loot. Just be careful! The COBALT group has already arrived and is exploring the site.
    They have submarines and divers already in the water!

    Patrol Submarines
    Subs do a LOT of damage, but they have low visibility and low accuracy. Very unreliable at Titanic depths. Subs are a serious threat if you arrive in a submarine yourself. Try to sneak up behind them and destroy them, you don't want to be the one to sink, trust me!
    Cobalt NPC Divers
    High accuracy, but not much armor and don't pack a huge punch. Almost harmless if you arrive in a submarine, but they are still a threat! Keep your eyes on these guys, it might just be you or them!
    Killer Sharks
    These sharks have smelled all the blood in the water, after being drawn to the area already by all of the disturbance. They are here, they are mad, and they are bloodthirsty and hungry!
    The plugin includes 3 locations:
    Shipwrecked Cargo Ship
    There are three rooms in the Sunken Cargo Ship location that are opened with a keycard. The map type can be selected within the configuration file.
    Sunken Barge
    A great place to find some Shipping Containers, as well as Killer Sharks! The Cobalt group has been busy in this area, they must have taken this Barge down recently as well.
    Submerged Ore Farm
    An ore rich location with multiple farmable ore nodes, as well as some other scattered loot including fuel barrels.
    Chat commands (only for administrators)
    /shipwreckstart – launches the event in a random configuration /shipwreckstart <shipwreckstart> – launches the event in the <eventPresetName> configuration /shipwreckstartmyloc – launches the event in a random configuration in your location /shipwreckstartmyloc<shipwreckstart> – launches the event in the <eventPresetName> configuration in your location /shipwreckstop – stops the event /screatepath– starts recording the route for the npc/shark/sub /ssavepath <npc/shark/subPresetName> – saves route for npcs/sharks/sub /scancelpath – cancels route recording Console commands (RCON only)
    shipwreckstart – launches the event in a random configuration shipwreckstart <shipwreckstart> – launches the event in the <eventPresetName> configuration shipwreckstop – stops the event Config
    plugin_en – example of plugin configuration in English location_en – example of location configuration in English plugin_ru – example of plugin configuration in Russian location_ru – example of location configuration in Russian Dependencies (optional, not required)
    True PVE PveMode GUI Announcements Notify DiscordMessages AlphaLoot CustomLoot Economics Server Rewards IQEconomic Hooks
    void OnShipwreckStart() void OnShipwreckStop()  
    My Discord: adem9554
    Join the Mad Mappers Discord here!
    Check out more of my work here!
     
     
     
1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.3k

Files Sold

Total number of files sold.

2m

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.