Search the Community
Showing results for tags 'heal'.
-
Version 1.0.2
27 downloads
Description : - This plugin allows you to assign personalized advantages to players via a permissions system, each of which can be individually enabled or disabled from a CUI menu. Regeneration : Automatically restores a small amount of health every few seconds when out of combat. Strength : Instantly kills any NPC with a single hit. Resistance : Reduces all incoming damage from players by a configurable percentage. Fire Resistance : Grants complete immunity to fire. Fall Resistance : Grants complete immunity to fall damage. Cold Resistance : Grants complete immunity to cold damage. Breathing : Grants complete immunity to drowning damage. Ammo Refund : Gives a chance to refund one ammo round each time the player fires. Durability : Prevents all item condition loss, making gear last forever. Metabolism : Passively restores food and water over time. Settings : - HUD colors - Footer Text - Regeneration - Resistance - Metabolism - Ammo Refund Chat Commands : - /perks - /perk Permissions : - oxide.grant user <steamID/user> <perm> playerperks.regeneration playerperks.strength playerperks.resistance playerperks.fireresistance playerperks.fallresistance playerperks.coldresistance playerperks.breathing playerperks.ammorefund playerperks.durability playerperks.metabolism WuyZar's Discord : https://discord.gg/NVwRcQwGwh Game interface :$7.50- 6 comments
-
- 1
-
-
- #adventage
- #perks
- (and 23 more)
-
Version 2.4.3
65 downloads
Tired of dying from "bots-cheaters" shots? Can't handle Bradley / Heli? Use life support to stay alive! If enabled and player has needed amount of currency - life support will heal player to maximum health instead of being dead. The most valuable thing is you keep your items and don't need to go and find your dead body. Also it can be very handy in the battle with very hard opponents (like bot-boss, Higher tier Bradley/Heli etc.) This plugin supports both Economics and ServerRewards plugins. You may set price for both of them or just any you like. If both prices are set - plugin will try to use RP's first and if there will be not enough - it will check for Coins. After you set everything up in your config file and give all permissions to all players/groups plugin will track for changes automatically, so if some player will be added to VIP for example or upgraded to Elite plugin will apply changes automatically without need to reload plugin. If you will edit config file you still will need to reload plugin. By default, life support is allowed on the entire map. If you want to restrict the use of life support, you must enable the desired options in the config file. Using cupboard so as ZoneManager zones are supported in 2 different modes: Include mode will only allow players to use life support inside specific zones/cupboard range. Exclude mode will prevent players from using life support inside specific zones/cupboard range. When cupboard range is checked, team / friend / clan members are checked automatically if enabled in config file and the required plugin is installed. It means members of team / friend / clan cupboard = players cupboard. This is handy if you want to strict players to use life support only inside cupboard range or you want to allow use it everywhere except cupboard owned by other players. ## Permissions lifesupport.blocked -- Prevents player from using plugin (Has the highest priority among other permissions) More permissions with costs and cooldown are created in config file (see Configuration section below) ## Commands This plugin provides both chat and console commands using the same syntax. When using a command in chat, prefix it with a forward slash: `/` /ls | /lifesupport - Toggle using of life support ## Configuration You can remove unnecessary default permissions and also add as many permissions as you want. For cases where the player has more than one, the permission with the higher priority will be applied. Enable / disable notifications / logging Set SteamIDIcon steamid to set desired account icon in chat messages Set commands list (default are "ls", "lifesupport") Enable / disable modes/plugins support ## Localization Plugins phrases are available on 3 languages out of the box: English, Russian and Ukrainian { "Error.NoPermission": "You do not have permission to use this command!", "Format.Coins": "Coins", "Format.Disabled": "<color=#B22222>Disabled</color>", "Format.Enabled": "<color=#228B22>Enabled</color>", "Format.Free": "free", "Format.Prefix": "<color=#00FF00>[LifeSupport]</color>: ", "Format.RP": "RP", "Info.LifeSaved": "Your life saved. Cost = <color=#FFA500>{0} {1}</color>", "Info.LifeSupport": "LifeSupport is now {0}" } ## API ### Developer Hooks CanUseLifeSupport Called when a player is about to die (or get into wounded state if enabled in options). Returning a non-null value (true is default) will prevent life support activation object CanUseLifeSupport(BasePlayer player) Example of hook usage to prevent player from life saving private object CanUseLifeSupport(BasePlayer player) { if (playerList.ContainsKey(player.userID)) { return true; } return null; } There is a free version on uMod, why do you even need this plugin? First of all, this plugin was designed to be efficient and performant. It uses unique caching system that should not consume no additional server resources Much more options and plugins native support Any plugin support will be added if requested$15.00- 9 comments
-
- 2
-
-
Version 1.0.3
13 downloads
This plugin allows you to revive allies while he is wounded, with the help of a shot, for this you need to have in your inventory medkit or syringe. Console command: reviveshot_toggle - allows you to enable or disable the player reviving shot Permission: reviveshot.use - Give permission to use this plugin Config Example: { "cooldown": 35.0, // In seconds "onEffect": true, //Enable/disable to spawn particles "particles": 20, //Amount of particles "Meds Heal": { //How much HP from med after shot "syringe.medical": 5, "largemedkit": 50 } } //Note: Green plus indicator been temporarily removed, i'll return it in the nest updates$2.00 -
Version 1.0.1
8 downloads
For treatment in these places, the player must have at least 150 calories. This set is designed for placement on the map. Each of the monuments in the set is designed to treat a player who has come into his area of action. Players will not be able to build up these monuments, I have put a ban on building in a small area. These monuments were invented so that ordinary players, after a battle with other players, would run up and be treated in the monument area. I really hope that the players will like this idea and the gameplay will vary a little. At the moment there are 4 types of monuments in the set, later I will add a few more$1.00 -
Hello! I am looking for a plugins that can make me set the life of every scientist, heavy scientist, etc. and the type of damage that is done to them based on the weapon. For example : With L96 if he is shot in the head 2 times he dies With Thompson if he is shot in the head 2 times he dies With Revolver if he is shot in the head 2 times he dies
-
Version 1.0.0
350 downloads
Kill Options - Rust Plugin A plugin for Rust that refills players magazine, heals the player and stops bleeding after getting a kill Permissions: KillOptions.on Config File: { "Fill player magazine after getting a kill": true, "Heal player after getting a kill": true, "Stop bleeding after getting a kill": true }Free