Jump to content

YaMang -w-

Creator
  • Posts

    454
  • Joined

  • Last visited

Everything posted by YaMang -w-

  1. That's a fun idea Have already created one or developing it?
  2. Current Issue: When attacking an NPC while listening to a song (sound) using the Sound Library API, the Kicked: RPC Error in OnProjectileAttack issue occurs. Unloading the Sound Library API will resolve the issue.
  3. Version 1.0.1

    96 downloads

    Simple Plugins Block Splash Radioactive Water Prevent Splash Radioactive Water (Prevents spraying of radioactive water using water guns and buckets.) No Config, Perms Image Made Thanks @Azmo
    Free
  4. YaMang -w-

    Block Items Settings

    Changed Status from Work in Progress to Closed
  5. YaMang -w-

    Block Items Settings

    Changed Fixed In to 1.0.2
  6. If you die and your bag disappears, what happens to the items inside?
  7. YaMang -w-

    Block Items Settings

    Changed Status from Pending to Work in Progress
  8. The reason for this is For example, if you want to prevent putting all rifle.ak, rifle.ak, 0 If you want to prevent putting only a specific skin, it's rifle.ak, skinid . It was made to prevent specific skin items in the bag when it was first made. I will update the category options soon. Thanks for the idea.
  9. I think you can try using the item emoji.
  10. 'This plugin was inspired by Action Camera!' I was writing this and then I used up the permissions lol.
  11. Version 1.1.2

    22 downloads

    Function: When wearing a specific item (requires permission), it automatically summons a turret above your head that attacks any opponent that has damaged the player (victim) or is within range of the turret. To be added: Sentry turret Shotgun turret Flamethrower (If added, the test would look like this) Permissions: Config: { "General Settings": { "Turret Cloth Settings": { "Cloth Shortname": "hat.rabbitmask", "Cloth Skinid": 0 }, "Prefix": "[Action-Turret]", "SteamID": "0", "Commands": [], "Debug": false }, "Turret Settings": { "vip": { "Turret Max Health": 1000.0, "Turret Prefabs": "assets/prefabs/npc/autoturret/autoturret_deployed.prefab", < Only auto turrets are available at the moment. > "Turret Height (At least 2.5 - lower than this is difficult to jump)": 2.5, < Jumping may be difficult if the height is lower than 2.5. > "Turret Friends, Clan Exceptions": true, <Approve your team, clan to the turret.> "Attacks only NPCs (animals, scientists) [if false attack players]": true, "Weapon Settings": { "Weapon Shortname": "rifle.ak", "Weapon SkinID": 0, "Weapon Max Ammo": 300, < -1 If used, uses the weapon's default maximum ammo. > "Weapon Parts": [ "weapon.mod.lasersight" ] }, "Ammo Settings": { "Ammo Type Shortname": "ammo.rifle", "Ammo Amount": 9999999 } }, "vvip": { "Turret Max Health": 1000.0, "Turret Prefabs": "assets/prefabs/npc/autoturret/autoturret_deployed.prefab", < Only auto turrets are available at the moment. > "Turret Height (At least 2.5 - lower than this is difficult to jump)": 2.5, < Jumping may be difficult if the height is lower than 2.5. > "Turret Friends, Clan Exceptions": true, <Approve your team, clan to the turret.> "Attacks only NPCs (animals, scientists) [if false attack players]": true, "Weapon Settings": { "Weapon Shortname": "rifle.ak", "Weapon SkinID": 0, "Weapon Max Ammo": -1, < -1 If used, uses the weapon's default maximum ammo.> "Weapon Parts": [ "weapon.mod.lasersight" ] }, "Ammo Settings": { "Ammo Type Shortname": "ammo.rifle", "Ammo Amount": 9999999 } } }, "Version": { "Major": 1, "Minor": 0, "Patch": 0 } } This plugin was inspired by Action Camera!.
    $7.77
  12. Version 1.0.0

    6 downloads

    Sync blueprints across multiple servers. Config: { "General Settings": { "Prefix": "[Sync-Blueprints]", "Debug": false }, "Sync Settings": { "Ignore Blueprints shortname": [] }, "Mysql Settings": { "MySqlIp": "", "MySqlPort": 3389, "MySqlUsername": "", "MySqlPasword": "", "MySqlDatabase": "" }, "Version": { "Major": 1, "Minor": 0, "Patch": 0 } }
    $9.99
  13. YaMang -w-

    Extra Life

    Hi, I'm sorry to hear that you've encountered such an inconvenient problem. This plugin currently needs an update. i will release the file for download and update soon. Thanks for letting us know.
  14. YaMang -w-

    Transparent Background

    Changed Status from Pending to Not a Bug
  15. YaMang -w-

    Transparent Background

    Line 53: ["color"] = HexToColor(balance.Value.BackgroundColor), -> ["color"] = HexToColor(balance.Value.BackgroundColor, 80),
  16. Version 1.0.1

    6 downloads

    Prevent Add Friends Bag, Bed, Cupboard Permissions: preventaddfriends.bypass Image Made by @Azmo thanks
    $2.00
  17. Lol can I make it then?
  18. Was it made?
  19. Is there a developer who made this?
  20. I know that, but the one above doesn't work, so I left it in the content
  21. string SendToast(BasePlayer player, string toastId, string message, float? duration); does not exist.
  22. Version 1.0.1

    48 downloads

    Allows you to hide player names in-game tips by replacing them with a configurable string or phrase instead. Perms: hidegametipnames.bypass - Allows see nicknames. Config: { "General Settings": { "Hide Names": [ "???", "UNKNOWN", "NONAME" ], "Debug": false }, "Version": { "Major": 1, "Minor": 0, "Patch": 0 } } Another big thank you to @beee for helping me create this plugin.
    Free
  23. Version 1.0.2

    14 downloads

    This plugin synchronizes groups, group permissions, player groups, and player permissions across multiple servers. Questions & Answer: Config: { "General Settings": { "Prefix": "[PG-Sync]", "SteamID": "0", "Debug": false }, "Sync Settings": { "Main Server (This should be true only on the main server among servers.)": false, "Main Server Redirect IP": "127.0.0.1", "Main Server Redirect Port": "28015", "Sync Groups?": true, "Sync Players Permissions?": true, "Sync Groups in Permissions?": true, "Sync Save Time (secs)": 60, "Exception for Auto Group Sync": [], "Exception for Auto Permissons Sync": [] }, "Mysql Settings (Recommended v5.7.37)": { "MySqlIp": "", "MySqlPort": 3389, "MySqlUsername": "", "MySqlPasword": "", "MySqlDatabase": "" }, "Version": { "Major": 1, "Minor": 0, "Patch": 0 } } This plugin was created at the request of the client.
    $30.00
  24. Version 1.0.0

    1 download

    This plugin is a plugin that changes the player's nickname. [Available on single server and multi server.] Commands: Permissions: Config: { "General Settings": { "Prefix": "[ReName]", "SteamID": "0", "Commands": [ "syncname", "name", "changename", "rename" ], "Debug": false }, "nameSettings": { "Default Change Name Count": 1, "Name Min Length": 2, "Name Max Length": 15, "Can't Words": [ "fuck", "porn", "ass", ".com", ".io", ".net" ] }, "Mysql Settings": { "MySqlIp": "", "MySqlPort": 3389, "MySqlUsername": "", "MySqlPasword": "", "MySqlDatabase": "", "If there are multiple servers": false }, "Version": { "Major": 1, "Minor": 0, "Patch": 0 } } Lang: { "NoPerm": "<color=red>You are have not permission</color>", "CantChange": "<color=red>You cannot change your name because you do not have the right to change it.</color>", "Changed": "<color=#00ff00>Previous name: {0} -> New name: {1} changed. [Remaining count: {2}]</color>", "EmptyName": "<color=red>name is blank.</color>", "CantContains": "Contains words that cannot be set as names.", "NameLengthInvalid": "Minimum {0} ~ Maximum {1} name length" }
    $7.77
  25. Changed Status from Pending to Closed Changed Fixed In to 1.0.2
1.8m

Downloads

Total number of downloads.

8.3k

Customers

Total customers served.

124.9k

Files Sold

Total number of files sold.

2.6m

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.