Search the Community
Showing results for tags 'clothes'.
-
Version 1.0.0
11 downloads
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 - Custom periods (name/perms/time/commands) Chat Commands : - p.start (to start the periods) - p.stop (to stop the periods) - p.next (to move on to the next period) - p.prev (to move on to the previous period) 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 :$3.50-
- #adventage
- #perks
- (and 23 more)
-
Version 2.0.9
419 downloads
Features: This plugin will allow players to wear any combination of clothes. The administrator has the ability to open a convenient menu to configure the plugin. You can limit the maximum protection for a player/NPC even if the player wears all the best helmets and gets 150% protection, but you set the limit to 80%, then the players will only block 80% of the damage. Permission for use : customclothingcombinations.use (Only if config parameter true) Commands: /ccc - open the menu Config: { "Allow for NPC": true, "Does the player need permission for the plugin to work?": false, "HEAD limit": 0.8, "BODY limit": 0.8, "LEGS limit": 0.8, "Blocked combination": [] }$8.00- 38 comments
- 4 reviews
-
- 6
-
-
-
A plugin that will cause the system to ignore equipped clothing. Either it needs to forget slot 0, or I need to be able to add a list of items to a cfg file that are ignored. By ignored I mean that it will not affect what other clothing items can be worn. So I'd be able to wear a mummy suit, but wear other items *with* it. The cfg file options is so one can add other clothing items to the list of items that do not affect the ability to don other items. Done 2. I need a plugin that makes licence plates for minicopters. So it would have a "database" config file that stores some data. Flow : A minicopter spawns -> Checks Data file for last 2 digit number -> Increment by 1 (Numbers Wrap : 99->00 ) -> Translates the number to an image url -> Adds a "Small Wooden Board" prefab to the front of the minicopter -> Uploads the image URL to the board -> Adds the number to the cfg file, with player SteamID if spawned by a player. Rolled my own. 3. I need a plugin that "wraps" the map. So instead of reaching the edge, you wrap around to the opposite end of the map. But not right now 4. I need a plugin that checks for a permission, and if not present, displays a string of text across the screen that will not go away without the permission. (It would be nice if it used a 1x1 grid to reference the middle of the message so 0.5, 0.5 would be the middle of the screen. Done