Jump 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

  1. Shiro posted a topic in Plugins
    View File Effects Run effects on players or yourself! The plugins is primarily used as an API for other plugins like https://weoxide.net/index.php?/file/274-cookingeffectswrapper/ If you want other effects, message me and i can add them :) Permissions: effects.use Commands: /vomit <optional playername> /blur <optional playername> /shake <optional playername> /breathe <optional playername> /lick <optional playername> /killeffects <optional playername> Config: { "Effects": { "vomit": { "Enabled": true, "InstantEffect": true, "EffectLengthInSeconds": 60, "EffectInterval": 6 }, "lick": { "Enabled": true, "InstantEffect": true, "EffectLengthInSeconds": 60, "EffectInterval": 6 }, "breathe": { "Enabled": true, "InstantEffect": true, "EffectLengthInSeconds": 60, "EffectInterval": 6 }, "shake": { "Enabled": true, "InstantEffect": true, "EffectLengthInSeconds": 60, "EffectInterval": 6 }, "blur": { "Enabled": true, "InstantEffect": true, "EnableFlashing": true, "StaticBlurOpacity": 0.5, "FlashingBlurOpacity": 0.3, "EffectLengthInSeconds": 60, "EffectInterval": 6 } } } Hooks: void EffectVomit(BasePlayer Player, int Length, float Interval, bool Instant) void EffectShake(BasePlayer Player, int Length, float Interval, bool Instant) void EffectBlur(BasePlayer Player, int Length, float Interval, bool Instant, bool Flashing) void EffectLick(BasePlayer Player, int Length, float Interval, bool Instant) void EffectBreathe(BasePlayer Player, int Length, float Interval, bool Instant) Submitter NubbbZ Submitted 06/15/2022 Category Plugins  
  2. Shiro posted a file in Plugins
    • 0 downloads
    • Version 1.0.0
    Run effects on players or yourself! The plugins is primarily used as an API for other plugins like https://weoxide.net/index.php?/file/274-cookingeffectswrapper/ If you want other effects, message me and i can add them :) Permissions: effects.use Commands: /vomit <optional playername> /blur <optional playername> /shake <optional playername> /breathe <optional playername> /lick <optional playername> /killeffects <optional playername> Config: { "Effects": { "vomit": { "Enabled": true, "InstantEffect": true, "EffectLengthInSeconds": 60, "EffectInterval": 6 }, "lick": { "Enabled": true, "InstantEffect": true, "EffectLengthInSeconds": 60, "EffectInterval": 6 }, "breathe": { "Enabled": true, "InstantEffect": true, "EffectLengthInSeconds": 60, "EffectInterval": 6 }, "shake": { "Enabled": true, "InstantEffect": true, "EffectLengthInSeconds": 60, "EffectInterval": 6 }, "blur": { "Enabled": true, "InstantEffect": true, "EnableFlashing": true, "StaticBlurOpacity": 0.5, "FlashingBlurOpacity": 0.3, "EffectLengthInSeconds": 60, "EffectInterval": 6 } } } Hooks: void EffectVomit(BasePlayer Player, int Length, float Interval, bool Instant) void EffectShake(BasePlayer Player, int Length, float Interval, bool Instant) void EffectBlur(BasePlayer Player, int Length, float Interval, bool Instant, bool Flashing) void EffectLick(BasePlayer Player, int Length, float Interval, bool Instant) void EffectBreathe(BasePlayer Player, int Length, float Interval, bool Instant)
    $10
  3. View File Cooking Effects Wrapper Allows you to link the effects plugin https://weoxide.net/index.php?/file/275-effects/ with the https://codefling.com/plugins/cooking so when you eat a certain food, you can run effects like vomit! Modify the config to the recopies. Notes: Effects: Vomit, Blur, Lick, Breathe, Shake Configuration: { "Recipes": { "hamburger": { "vomit": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EffectLengthInSeconds": 60, "EffectInterval": 3.0 }, "lick": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EffectLengthInSeconds": 60, "EffectInterval": 4.0 }, "breathe": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EffectLengthInSeconds": 60, "EffectInterval": 2.0 }, "shake": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EffectLengthInSeconds": 60, "EffectInterval": 3.0 }, "blur": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EnableFlashing": true, "StaticBlurOpacity": 0.5, "FlashingBlurOpacity": 0.3, "EffectLengthInSeconds": 60, "EffectInterval": 0.5 } } } } Submitter NubbbZ Submitted 06/15/2022 Category Plugins  
    • 0 downloads
    • Version 1.0.0
    Allows you to link the effects plugin https://weoxide.net/index.php?/file/275-effects/ with the https://codefling.com/plugins/cooking so when you eat a certain food, you can run effects like vomit! Modify the config to the recopies. Notes: Effects: Vomit, Blur, Lick, Breathe, Shake Configuration: { "Recipes": { "hamburger": { "vomit": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EffectLengthInSeconds": 60, "EffectInterval": 3.0 }, "lick": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EffectLengthInSeconds": 60, "EffectInterval": 4.0 }, "breathe": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EffectLengthInSeconds": 60, "EffectInterval": 2.0 }, "shake": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EffectLengthInSeconds": 60, "EffectInterval": 3.0 }, "blur": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EnableFlashing": true, "StaticBlurOpacity": 0.5, "FlashingBlurOpacity": 0.3, "EffectLengthInSeconds": 60, "EffectInterval": 0.5 } } } }
    Free
  4. View File Country Themed Map Bundle #1 Spice up your server atmosphere with a tour of Italy , Germany , Latvia and Australia & Canada ! Each one of the maps informations can be found down below! By purchasing this bundle you get access to all 5 maps & passwords to edit them ! Submitter Shiro Submitted 06/08/2022 Category Maps  
  5. Shiro posted a topic in Plugins
    View File SpawnNPC This plugin creates NPC on Rust monuments. This plugin works with new intelligence for NPC. The plugin has many settings for creating NPC of any type of complexity. For each NPC separately, it is possible to customize different clothes, weapons, loot. You can use additional plugins such as: Kits, MarkerManager. For the issuance of NPS kits. Kits plugin from https://umod.org. You can add a marker for the NPC. MarkerManager plugin from https://umod.org [ spawnnpc.command ] - Permission to use chat commands command to chat [ /npc count ] - Shows how many NPC are on the map. [ /npc kill ] - Kill all NPCs on the map. [ /npc respawn ] - Respawn all NPC on the map. [ /npc reload ] - Reload plugin. Weapon advice for the Scarecrow For melee weapons for example (knife.combat, pitchfork, salvaged.cleaver, machete) and other things that pierce or cut. Weapon advice for the Scientist For ranged weapons for example (pistol.revolver, smg.2, rifle.lr300, lmg.m249) and other things that shoot. Submitter Shiro Submitted 02/14/2022 Category Plugins  
  6. View File Dreaded Island 3500 Custom Map Dreaded Island has been shaped after one of popular TESO maps and adjusted to rust enviroment and gameplay featuring procedural monuments with a touch of customs Map will offer you unique landscape and base building possibilities at high performance. Map been optimized to run on low entity count and ensure players satisfaction. Password in the ReadMe file. ~Procedural Monuments : - Launch Site - Excavator - Military Tunnels - Airfield - Power Plant - Trainyard - Sewerbranch - Junkyard - Harbor Big and Small - Sphere Tank - Satellite Dish - Desert Military Base - Roadside monuments including Supermarkets - Mining Outposts - Fishing Villages - Lighthouses - Stables - Supermarkets & Mining Outposts and Gas Stations - Large and Small Oil Rigs - Several underwater Labs ~ Custom Monuments & Prefabs: - Underwater Research Facility - Terminus Safe Zone - Bandit Cave - Winter Cabin - A variety of small prefabs to encourage action and interactions , explore to find out more! ~ Entity Count : 16340 ~ Map Size : 3500 Submitter Shiro Submitted 05/30/2022 Category Maps  
    • 11 downloads
    • Version v1.3.2
    Dreaded Island has been shaped after one of popular TESO maps and adjusted to rust enviroment and gameplay featuring procedural monuments with a touch of customs Map will offer you unique landscape and base building possibilities at high performance. Map been optimized to run on low entity count and ensure players satisfaction. Password in the ReadMe file. ~Procedural Monuments : - Launch Site - Excavator - Military Tunnels - Airfield - Power Plant - Trainyard - Sewerbranch - Junkyard - Harbor Big and Small - Sphere Tank - Satellite Dish - Desert Military Base - Roadside monuments including Supermarkets - Mining Outposts - Fishing Villages - Lighthouses - Stables - Supermarkets & Mining Outposts and Gas Stations - Large and Small Oil Rigs - Several underwater Labs ~ Custom Monuments & Prefabs: - Underwater Research Facility - Terminus Safe Zone - Bandit Cave - Winter Cabin - A variety of small prefabs to encourage action and interactions , explore to find out more! ~ Entity Count : 16340 ~ Map Size : 3500
    $25
  7. Shiro posted a topic in Plugins
    View File InventoryRewards Make custom commands, custom crafts, etc! Enter a command and it checks if you got the stuff and the correct amount and executes the configured command! Notes: If Permission or Message is not set aka "" then they will be skipped! Configuration: { "Commands": { "firebullets": { "ExecuteCommand": "giveto {1} ammo.rifle.incendiary 64", "Permission": "firebullets", "Message": "Enjoy the fire bullets!", "TakeItems": true, "Items": [ { "Shortname": "ammo.rifle", "Amount": 64 }, { "Shortname": "lowgradefuel", "Amount": 32 } ] } } } Submitter NubbbZ Submitted 05/26/2022 Category Plugins  
  8. Shiro posted a file in Plugins
    • 2 downloads
    • Version 1.0.1
    Make custom commands, custom crafts, etc! Enter a command and it checks if you got the stuff and the correct amount and executes the configured command! Notes: If Permission or Message is not set aka "" then they will be skipped! Configuration: { "Commands": { "firebullets": { "ExecuteCommand": "giveto {1} ammo.rifle.incendiary 64", "Permission": "firebullets", "Message": "Enjoy the fire bullets!", "TakeItems": true, "Items": [ { "Shortname": "ammo.rifle", "Amount": 64 }, { "Shortname": "lowgradefuel", "Amount": 32 } ] } } }
    $5
  9. View File Weapon Damage Modifier 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 } } } Submitter FlamesFenix Submitted 05/18/2022 Category Plugins  
  10. Shiro posted a topic in Plugins
    View File Magic Poncho Magic Poncho is an item with a custom skin and additional abilities to farm more resources in the game. Poncho is slightly visible in the dark. The plugin provides the ability to customize which item needs to be increased when collecting or farming resources. The plugin provides the ability to smelt the extracted resources. Ponchos can be repaired because ponchos lose their durability when farmed. The plugin provides the ability to craft a poncho. It is possible to issue an item through the server console, a command in the chat, or through another plugin. To issue a poncho through another plugin, use: Identifier item skin = 2806678960 Item shortname = "attire.hide.poncho"; Item name = "Magic militari poncho"; Permission Smelting = "magicponcho.smelting"; Permission Craft = "magicponcho.craft"; Chat Command "smelting" Chat Command "craft poncho" Console Command "give SteamID poncho" Chat Command "/give SteamID poncho" Default config file. { "Global settings": { "Item name": "Magic militari poncho", "How fast the item breaks (by default, the item has 250 HP)": 1.0, "Enable smelting of mined resources": false, "Enable crafting poncho": false }, "Multiplier settings": { "Item list (item shortname : multiplier)": { "wood": 2.0, "stones": 2.0, "sulfur.ore": 2.0, "metal.ore": 2.0, "hq.metal.ore": 2.0, "leather": 2.0, "bone.fragments": 2.0, "fat.animal": 2.0, "cloth": 2.0, "bearmeat": 2.0, "meat.boar": 2.0, "horsemeat.raw": 2.0, "deermeat.raw": 2.0, "wolfmeat.raw": 2.0, "chicken.raw": 2.0, "cactusflesh": 2.0, "mushroom": 2.0, "potato": 2.0, "seed.potato": 2.0, "seed.hemp": 2.0, "pumpkin": 2.0, "seed.pumpkin": 2.0, "corn": 2.0, "seed.corn": 2.0, "yellow.berry": 2.0, "seed.yellow.berry": 2.0, "green.berry": 2.0, "seed.green.berry": 2.0, "red.berry": 2.0, "seed.red.berry": 2.0, "blue.berry": 2.0, "seed.blue.berry": 2.0, "black.berry": 2.0, "seed.black.berry": 2.0, "white.berry": 2.0, "seed.white.berry": 2.0 } }, "Crafting settings": { "Cost of manufacturing poncho": { "scrap": 250 } } } Submitter FlamesFenix Submitted 05/18/2022 Category Plugins  
  11. Shiro posted a file in Plugins
    • 1 download
    • Version 1.0.1
    Magic Poncho is an item with a custom skin and additional abilities to farm more resources in the game. Poncho is slightly visible in the dark. The plugin provides the ability to customize which item needs to be increased when collecting or farming resources. The plugin provides the ability to smelt the extracted resources. Ponchos can be repaired because ponchos lose their durability when farmed. The plugin provides the ability to craft a poncho. It is possible to issue an item through the server console, a command in the chat, or through another plugin. In order for players to find the item, there are settings for item spawning in loot boxes. Permission Smelting = magicponcho.smelting Permission Craft=magicponcho.craft chat command. Enable/disable smelting = smelting Item craft=craftponcho console command. Give item to player = giveponcho SteamID To issue a poncho through another plugin, use. Identifier item skin = 2806678960 Item shortname = attire.hide.poncho Item name = Magic military poncho Default config file. { "Global settings": { "Item name": "Magic militari poncho", "How fast the item breaks (by default, the item has 250 HP)": 1.0, "Enable smelting of mined resources": false, "Enable crafting poncho": false, "Enable spawn for poncho in loot boxes": false }, "Multiplier settings": { "Item list (item shortname : multiplier)": { "wood": 2.0, "stones": 2.0, "sulfur.ore": 2.0, "metal.ore": 2.0, "hq.metal.ore": 2.0, "leather": 2.0, "bone.fragments": 2.0, "fat.animal": 2.0, "cloth": 2.0, "bearmeat": 2.0, "meat.boar": 2.0, "horsemeat.raw": 2.0, "deermeat.raw": 2.0, "wolfmeat.raw": 2.0, "chicken.raw": 2.0, "cactusflesh": 2.0, "mushroom": 2.0, "potato": 2.0, "seed.potato": 2.0, "seed.hemp": 2.0, "pumpkin": 2.0, "seed.pumpkin": 2.0, "corn": 2.0, "seed.corn": 2.0, "yellow.berry": 2.0, "seed.yellow.berry": 2.0, "green.berry": 2.0, "seed.green.berry": 2.0, "red.berry": 2.0, "seed.red.berry": 2.0, "blue.berry": 2.0, "seed.blue.berry": 2.0, "black.berry": 2.0, "seed.black.berry": 2.0, "white.berry": 2.0, "seed.white.berry": 2.0 } }, "Crafting settings": { "Cost of manufacturing poncho": { "scrap": 250, "leather": 10, "sewingkit": 1 } }, "Spawn settings": { "What crates can contain ponchos (item shortname : chance drop)": { "bradley_crate": 25, "heli_crate": 25 } } }
    $3
    • 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
  12. 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  
  13. 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
  14. 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  
  15. Shiro posted a file in Plugins
    • 17 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
  16. 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  
  17. 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
  18. 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  
  19. 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
  20. Shiro posted a topic in Maps
    View File 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 Submitter Shiro Submitted 05/14/2022 Category Maps  
  21. 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  
  22. 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  

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.