Skip to content
View in the app

A better way to browse. Learn more.

WeOxide Marketplace ¬ Rust Custom Maps ¬ Prefabs ¬ Monuments and Plugins Free & Paid Assets

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Shiro

Administrator
  • Joined

  • Last visited

Everything posted by Shiro

    • 10 downloads
    • Version 1.0.0
    Modifies the damage from your weapon. Permission = "weapondamagemodifier.use"; Some weapons have already been added to the config file for example. You can edit the list to your liking by adding or removing weapons from the list. How to find out the shortname of a weapon? Enable debugging in the config file. "Default: what weapon the player is using, what damage was received from this weapon.": true, "Modifier: what weapon the player is using, what damage was received from this weapon.": true Reload the plugin. Choose an active weapon for your character, and deal damage to the entity. Information will be displayed to you in the server console. "Hit Info (Initiator - who did the damage). Weapon (ShortName - what weapon). Damage (Total - what was the damage)." Copy the name of the weapon and add it to the list in your config file. Save the config file. Reload the plugin. Default config file. { "Debag settings": { "Default: what weapon the player is using, what damage was received from this weapon.": true, "Modifier: what weapon the player is using, what damage was received from this weapon.": true }, "Multiplier settings": { "Weapon list (weapon shortname : multiplier)": { "explosive.timed.deployed": 1.0, "explosive.satchel.deployed": 1.0, "grenade.beancan.deployed": 1.0, "grenade.f1.deployed": 1.0, "rocket_basic": 1.0, "rocket_hv": 1.0, "rocket_fire": 1.0, "mp5.entity": 1.0, "thompson.entity": 1.0, "m92.entity": 1.0, "bolt_rifle.entity": 1.0, "l96.entity": 1.0, "m39.entity": 1.0 } } }
    $2
  1. Shiro posted a topic in Plugins
    View File Allowed сonnection Connecting to your server using the specified Steam ID. Good for testing a server, or for a group of friends who need privacy. Just add a Steam ID to the config file and you will be able to connect to the server. Default config file. { "Connect [SteamID]": [ "*****************", "*****************" ] } Submitter FlamesFenix Submitted 05/17/2022 Category Plugins  
  2. Shiro posted a file in Plugins
    • 13 downloads
    • Version 1.0.0
    Connecting to your server using the specified Steam ID. Good for testing a server, or for a group of friends who need privacy. Just add a Steam ID to the config file and you will be able to connect to the server. Default config file. { "Connect [SteamID]": [ "*****************", "*****************" ] }
    Free
  3. Shiro posted a topic in Plugins
    View File Horse Treatment Maybe someday you need to cure your horse? Then this plugin is for you. Take the medical syringe and walk close to the horse and press the right mouse button. 1 medical syringe will restore 25 HP for a horse. Permission "horsetreatment.use" Configuration file. { "Settings": { "Horse Life Recovery Quantity.": 25.0 } } Submitter FlamesFenix Submitted 05/17/2022 Category Plugins  
  4. Shiro posted a file in Plugins
    • 16 downloads
    • Version 1.0.0
    Maybe someday you need to cure your horse? Then this plugin is for you. Take the medical syringe and walk close to the horse and press the right mouse button. 1 medical syringe will restore 25 HP for a horse. Permission "horsetreatment.use" Configuration file. { "Settings": { "Horse Life Recovery Quantity.": 25.0 } }
    Free
  5. Shiro posted a topic in Plugins
    View File Turret Blocked Plugin to block specific weapons or ammo in the auto turret To bypass the blocking, it is provided. Permission = "turretblocked.bypassblocked" Configuration file. { "Prohibited weapon.": [ "lmg.m249", "rifle.l96", "rifle.m39", "rifle.ak", "rifle.lr300", "rifle.bolt", "rifle.semiauto" ], "Prohibited ammunition.": [ "ammo.rifle.explosive", "ammo.rifle.incendiary", "ammo.rifle.hv", "ammo.rifle" ] } Submitter FlamesFenix Submitted 05/17/2022 Category Plugins  
  6. Shiro posted a file in Plugins
    • 4 downloads
    • Version 1.0.3
    Plugin to block specific weapons or ammo in the auto turret To bypass the blocking, it is provided. Permission = "turretblocked.bypassblocked" Configuration file. { "Prohibited weapon.": [ "lmg.m249", "rifle.l96", "rifle.m39", "rifle.ak", "rifle.lr300", "rifle.bolt", "rifle.semiauto" ], "Prohibited ammunition.": [ "ammo.rifle.explosive", "ammo.rifle.incendiary", "ammo.rifle.hv", "ammo.rifle" ] }
    Free
  7. Shiro posted a topic in Plugins
    View File Armor Not Forever This plugin allows NPC to not only deal damage to the on hit player, but also reduce the durability of equipped armor. Currently, the plugin randomly selects from the available equipped armor what has durability and reduces this value when it hits the player. The perfect plugin for Hardcore servers to keep players from stockpiling a lot of items. The plugin only processes items that have a durability scale. Reduces armor durability for each item that is listed in the config file. Permission, for the plugin to work = "armornotforever.use"; Permission, armor will take damage such as player = "armornotforever.damagetotal"; Permission, armor will take damage as you set = "armornotforever.damagemultiplier"; Permission, armor does not take damage = "armornotforever.damagebypass"; If the player has "armornotforever.damagetotal" permission. This means the settings from the "Multiplier settings" list will not be taken into account and the armor with a probability (50/50) will be damaged such as the player receives. If the player has "armornotforever.damagemultiplier" permission. This means if in the settings "attire.hide.poncho": 1.0, then the poncho has a (50/50) chance of taking 1 damage. If the player has "armornotforever.damagebypass" permission. This means that the player's armor will not take damage. I also want to draw attention to the fact that if you test the plugin in god mode, then the armor will not take damage. In the "Global settings" there is an item "Debag" by turning it on you will see in the server console what item and what damage is done to the player's armor. Default the config file. { "Global settings": { "Debag": true, "Damage from (Suicide). Does not damage armor.": false, "Damage from (Bleeding). Does not damage armor.": false, "Damage from (Drowning). Does not damage armor.": false, "Damage from (Thirst). Does not damage armor.": false, "Damage from (Hunger). Does not damage armor.": false, "Damage from (Cold). Does not damage armor.": false, "Damage from (Heat). Does not damage armor.": false, "Damage from (Fall). Does not damage armor.": false, "Damage from (Radiation). Does not damage armor.": false }, "Multiplier settings": { "Item list Head (item shortname : multiplier)": { "metal.facemask": 1.0, "diving.mask": 1.0, "hat.gas.mask": 1.0, "heavy.plate.helmet": 1.0, "bucket.helmet": 1.0, "wood.armor.helmet": 1.0, "sunglasses": 1.0, "twitchsunglasses": 1.0, "riot.helmet": 1.0, "coffeecan.helmet": 1.0, "deer.skull.mask": 1.0 }, "Item list Body (item shortname : multiplier)": { "hazmatsuit": 1.0, "hazmatsuit.arcticsuit": 1.0, "hazmatsuit.nomadsuit": 1.0, "hazmatsuit.spacesuit": 1.0, "heavy.plate.jacket": 1.0, "metal.plate.torso": 1.0, "roadsign.jacket": 1.0, "bone.armor.suit": 1.0, "wood.armor.jacket": 1.0, "attire.hide.poncho": 1.0, "jumpsuit.suit": 1.0, "jumpsuit.suit.blue": 1.0, "cratecostume": 1.0, "barrelcostume": 1.0, "gloweyes": 1.0 }, "Item list Pants (item shortname : multiplier)": { "heavy.plate.pants": 1.0, "wood.armor.pants": 1.0, "roadsign.kilt": 1.0 } } } Submitter FlamesFenix Submitted 05/17/2022 Category Plugins  
  8. Shiro posted a file in Plugins
    • 38 downloads
    • Version 1.0.10
    This plugin allows NPC to not only deal damage to the on hit player, but also reduce the durability of equipped armor. Currently, the plugin randomly selects from the available equipped armor what has durability and reduces this value when it hits the player. The perfect plugin for Hardcore servers to keep players from stockpiling a lot of items. The plugin only processes items that have a durability scale. Reduces armor durability for each item that is listed in the config file. Permission, for the plugin to work = "armornotforever.use"; Permission, armor will take damage such as player = "armornotforever.damagetotal"; Permission, armor will take damage as you set = "armornotforever.damagemultiplier"; Permission, armor does not take damage = "armornotforever.damagebypass"; If the player has "armornotforever.damagetotal" permission. This means the settings from the "Multiplier settings" list will not be taken into account and the armor with a probability (50/50) will be damaged such as the player receives. If the player has "armornotforever.damagemultiplier" permission. This means if in the settings "attire.hide.poncho": 1.0, then the poncho has a (50/50) chance of taking 1 damage. If the player has "armornotforever.damagebypass" permission. This means that the player's armor will not take damage. I also want to draw attention to the fact that if you test the plugin in god mode, then the armor will not take damage. In the "Global settings" there is an item "Debag" by turning it on you will see in the server console what item and what damage is done to the player's armor. Default the config file. { "Global settings": { "Debag": true, "Damage from (Suicide). Does not damage armor.": false, "Damage from (Bleeding). Does not damage armor.": false, "Damage from (Drowning). Does not damage armor.": false, "Damage from (Thirst). Does not damage armor.": false, "Damage from (Hunger). Does not damage armor.": false, "Damage from (Cold). Does not damage armor.": false, "Damage from (Heat). Does not damage armor.": false, "Damage from (Fall). Does not damage armor.": false, "Damage from (Radiation). Does not damage armor.": false }, "Multiplier settings": { "Item list Head (item shortname : multiplier)": { "metal.facemask": 1.0, "diving.mask": 1.0, "hat.gas.mask": 1.0, "heavy.plate.helmet": 1.0, "bucket.helmet": 1.0, "wood.armor.helmet": 1.0, "sunglasses": 1.0, "twitchsunglasses": 1.0, "riot.helmet": 1.0, "coffeecan.helmet": 1.0, "deer.skull.mask": 1.0 }, "Item list Body (item shortname : multiplier)": { "hazmatsuit": 1.0, "hazmatsuit.arcticsuit": 1.0, "hazmatsuit.nomadsuit": 1.0, "hazmatsuit.spacesuit": 1.0, "heavy.plate.jacket": 1.0, "metal.plate.torso": 1.0, "roadsign.jacket": 1.0, "bone.armor.suit": 1.0, "wood.armor.jacket": 1.0, "attire.hide.poncho": 1.0, "jumpsuit.suit": 1.0, "jumpsuit.suit.blue": 1.0, "cratecostume": 1.0, "barrelcostume": 1.0, "gloweyes": 1.0 }, "Item list Pants (item shortname : multiplier)": { "heavy.plate.pants": 1.0, "wood.armor.pants": 1.0, "roadsign.kilt": 1.0 } } }
    Free
  9. Shiro posted a topic in Prefabs
    View File Portal Pack Eng All the portals presented in this collection serve as spawn points for players. You can't build around each of the portals. Each portal is easy to install. I will add more portals to this package. There are currently portals in total. Rus Все порталы, представленные в этой коллекции, служат для игроков точками появления. Вы не можете строить вокруг каждого из порталов. Каждый портал легко установить. Я добавлю в этот пак больше порталов. Всего в настоящее время порталов. Submitter Avo_Skorm Submitted 05/14/2022 Category Prefabs  
  10. Shiro posted a topic in Monuments
    View File Twins Cave This monument is for building a base in it, it looks great at night and is suitable for Halloween. Prefab does not load the system too much, players with weak PCs will be able to build this monument. The kit includes everything that is shown in the pictures and 2 skeletons separately. The cave inside is very beautifully animated, the players of your server have never seen such effects before Submitter Shiro Submitted 05/14/2022 Category Monuments  
  11. Shiro posted a topic in Monuments
    View File Trident Cave About Trident Cave [Underwater] HDRP An ancient monument once abandoned by the old Atlantean civilization. In this cave, now an ancient temple, there is a throne in the form of a kraken, with which you can control the cave. The glowing trident that is above the kraken's head is fraught with a lot of energy and you can use it. With the help of the throne, you can turn on and off the lights above, below, and open the gates that are in the Atlantean helmet. You can get into the cave in 2 ways, through the gate (provided that your teammate opened it for you). And the second way is through the top. If there is 1 person at the top, then the gate at the top will open automatically, if two, then the siren at the top will light up, if 3, then the siren on the kraken throne will light up, if 4 or more, then the Tesla coil will work on the upper gate and will work until there are less than 4 people at the top(the more people, the stronger the energy discharge). In this cave you can safely live under water and on land. If you install it under water, you will be able to stay inside without bugs. Total objects 2166 Requires a Dll extension Oxide.Ext.RustEdit.dll https://www.rustedit.io/threads/rustedit-oxide-umod-extension.695/ If you install a prefab house without RustEditAPIExample, then you will not be able to use all the electric that is in this monument Submitter Shiro Submitted 05/14/2022 Category Monuments  
  12. Shiro posted a topic in Monuments
    View File Titan Cave Backstory Once upon a time, this titan was alive and very strong. Little is known about him, there are legends that this titan held the rock so that people would not die inside. The Titan held on to a huge block of stone for a very long time and died petrified from ancient magic. After a while, people built columns and chains there in order to help him in some way. But these are only legends, although why does he have fire from his eyes?! About the Cave The monument is great for building by several players. The monument is not noisy and is atmospherically lit at night. The monument is easy to install on the map Around the cave there will be a forest, mushrooms, some stones for mining and decorations Total objects 982 You don't need to download anything for it to work, just install it on the map and click all these buttons starting with " Apply Height Mask" Submitter Shiro Submitted 05/14/2022 Category Monuments  
  13. Shiro posted a topic in Monuments
    View File Tartar Cave This cave is from the Age Of Mythology game. It consists of a huge gate that is always open and of a place to build a base. The base can only be built outside the tartar gate. Outside construction is prohibited. The prefab has 2718 objects. Stones, trees, barrels and everything else will not spawn inside the monument. There is nothing to spawn in it at all. Prefab is great for every biome and looks great in the dark Submitter Shiro Submitted 05/14/2022 Category Monuments  
  14. Shiro posted a topic in Monuments
    View File Medieval Tower DEPENDS ON Oxide.Ext.RustEdit/RustEditAPIExample.cs at master · k1lly0u/Oxide.Ext.RustEdit About Skyrim Wood Tower This prefab was developed based on the tower from the game The Elder Scrolls v Skyrim . The prefab is designed for comfortable time and defense against other players. The prefab is equipped with good lighting, you can sit on each chair. The whole prefab is well thought out, the player will not stumble on the stairs. In general, it's incredibly atmospheric there. Prefab is very easy to install. Players cannot build on its territory. Loot won't spawn, but you can add it yourself if you want. If you like this style and you want more prefabs from the Skyrim game, then rate this product with a like, so I can understand that you need it. Submitter Shiro Submitted 05/14/2022 Category Monuments  
  15. Shiro posted a topic in Maps
    Alatorn Size - 3000 Entities 28347 Custom Monuments : - Bottle Town x1 - Hand of God x1 - Skull Cave x2 - Eye Cave x1 - Titan Cave x2 - Chaos Cave x1 - Trident Cave Underwater x2 - Offshore Crypt x1 - SkormStatue x1 Facepunch Monuments: - Bandit Camp - Outpost - Stone Quarry x1 - Sulfur Quarry x1 - Oilrig 2 - Junkyard - Abandoned Supermarket x1 - The Dome - Swamp - TrainYard - Oxums Gas Station - Abandoned Cabins - Abandoned Military Base - Airfield File Information Submitter Shiro Submitted 05/14/2022 Category Maps View File
  16. Shiro posted a file in Maps
    • 3 downloads
    • Version V1.2
    Size - 3000 Entities 28347 Custom Monuments : - Bottle Town x1 - Hand of God x1 - Skull Cave x2 - Eye Cave x1 - Titan Cave x2 - Chaos Cave x1 - Trident Cave Underwater x2 - Offshore Crypt x1 - SkormStatue x1 Facepunch Monuments: - Bandit Camp - Outpost - Stone Quarry x1 - Sulfur Quarry x1 - Oilrig 2 - Junkyard - Abandoned Supermarket x1 - The Dome - Swamp - TrainYard - Oxums Gas Station - Abandoned Cabins - Abandoned Military Base - Airfield
    $18
  17. View File Skyrim Drakkar [Radtown] About Skyrim Drakkar [Radtown] This is a drakkar from the game The elder scrolls v skyrim. The prefab is made so that players can loot it. When you purchase, you will receive 2 variations of the drakkar in the set. 1. Drakkar for Earth 2. Drakkar for the ocean They differ only in the presence of stairs. The drakkar can be easily put on the water, the players inside will not drown, I have provided for this. Drakkar has 964-985 elements. It is impossible to build on a drakkar, there is a ban on construction around it. Drakkar looks great at night. The Drakkar is visible from afar. Loot: Oil barrel x4 Crate Normal 2 x2 Crate Normal 2 Food x1 Crate Food 2 x5 Crate Normal x2 Vehicle Parts Crate x1 Submitter Shiro Submitted 05/14/2022 Category Monuments  
  18. Shiro posted a topic in Monuments
    View File Skull Cave About Skull Cave This prefab fills the game with a gloomy atmosphere, players who build it can not build their own elevators, but only fill up the fuel generator and use the one that is already in the cave. You may have noticed that the prefab has an elevator, Tesla coils, and a door that opens with electricity. In order for everything electrical to work, you need to have RustEditAPIExample on your server. Dll extension is required Oxide.Ext.RustEdit.dll https://www.rustedit.io/threads/rustedit-oxide-umod-extension.695/ If you install the prefab without RustEditAPIExample, then you will not be able to use the elevator, Tesla coils and open the door in it. Submitter Shiro Submitted 05/14/2022 Category Monuments  
  19. Shiro posted a file in Prefabs
    • 2 downloads
    • Version 1.0.6
    Eng All the portals presented in this collection serve as spawn points for players. You can't build around each of the portals. Each portal is easy to install. I will add more portals to this package. There are currently portals in total. Rus Все порталы, представленные в этой коллекции, служат для игроков точками появления. Вы не можете строить вокруг каждого из порталов. Каждый портал легко установить. Я добавлю в этот пак больше порталов. Всего в настоящее время порталов.
    $5.99
  20. Shiro posted a file in Monuments
    • 3 downloads
    • Version V1.2
    This monument is for building a base in it, it looks great at night and is suitable for Halloween. Prefab does not load the system too much, players with weak PCs will be able to build this monument. The kit includes everything that is shown in the pictures and 2 skeletons separately. The cave inside is very beautifully animated, the players of your server have never seen such effects before
    $5
  21. Shiro posted a file in Monuments
    • 2 downloads
    • Version V1.1
    An ancient monument once abandoned by the old Atlantean civilization. In this cave, now an ancient temple, there is a throne in the form of a kraken, with which you can control the cave. The glowing trident that is above the kraken's head is fraught with a lot of energy and you can use it. With the help of the throne, you can turn on and off the lights above, below, and open the gates that are in the Atlantean helmet. You can get into the cave in 2 ways, through the gate (provided that your teammate opened it for you). And the second way is through the top. If there is 1 person at the top, then the gate at the top will open automatically, if two, then the siren at the top will light up, if 3, then the siren on the kraken throne will light up, if 4 or more, then the Tesla coil will work on the upper gate and will work until there are less than 4 people at the top(the more people, the stronger the energy discharge). In this cave you can safely live under water and on land Total objects 2166
    $7
  22. Shiro posted a file in Monuments
    • 1 download
    • Version V1.1
    Backstory Once upon a time, this titan was alive and very strong. Little is known about him, there are legends that this titan held the rock so that people would not die inside. The Titan held on to a huge block of stone for a very long time and died petrified from ancient magic. After a while, people built columns and chains there in order to help him in some way. But these are only legends, although why does he have fire from his eyes?! About the Cave The monument is great for building by several players. The monument is not noisy and is atmospherically lit at night. The monument is easy to install on the map Around the cave there will be a forest, mushrooms, some stones for mining and decorations Total objects 982 You don't need to download anything for it to work, just install it on the map and click all these buttons starting with " Apply Height Mask"
    $5
  23. Shiro posted a file in Monuments
    • 2 downloads
    • Version V1.1
    This cave is from the Age Of Mythology game. It consists of a huge gate that is always open and of a place to build a base. The base can only be built outside the tartar gate. Outside construction is prohibited. The prefab has 2718 objects. Stones, trees, barrels and everything else will not spawn inside the monument. There is nothing to spawn in it at all. Prefab is great for every biome and looks great in the dark
    $3
  24. Shiro posted a file in Monuments
    • 3 downloads
    • Version V1.1
    This prefab was developed based on the tower from the game The Elder Scrolls v Skyrim The prefab is designed for comfortable time and defense against other players. The prefab is equipped with good lighting, you can sit on each chair. The whole prefab is well thought out, the player will not stumble on the stairs. In general, it's incredibly atmospheric there. Prefab is very easy to install. Players cannot build on its territory. Loot won't spawn, but you can add it yourself if you want. If you like this style and you want more prefabs from the Skyrim game, then rate this product with a like, so I can understand that you need it.
    $5

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.