Jump to content

YaMang -w-

Creator
  • Posts

    449
  • Joined

  • Last visited

Everything posted by YaMang -w-

  1. If you die and your bag disappears, what happens to the items inside?
  2. YaMang -w-

    Block Items Settings

    Changed Status from Pending to Work in Progress
  3. 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.
  4. I think you can try using the item emoji.
  5. 'This plugin was inspired by Action Camera!' I was writing this and then I used up the permissions lol.
  6. Version 1.1.2

    19 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
  7. Version 1.0.0

    5 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
  8. 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.
  9. YaMang -w-

    Transparent Background

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

    Transparent Background

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

    6 downloads

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

    45 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
  18. Version 1.0.2

    13 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
  19. 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
  20. Changed Status from Pending to Closed Changed Fixed In to 1.0.2
  21. Version 1.0.2

    13 downloads

    Sync your currency system across multiple servers. Question & Answer: Config: { "General Settings": { "Debug": false }, "Sync Settings": { "Economics": true, "ServerRewards": true, "UploadTimer": 10.0 }, "Mysql Settings": { "MySqlIp": "127.0.0.1", "MySqlPort": 3899, "MySqlUsername": "", "MySqlPasword": "", "MySqlDatabase": "" }, "Version": { "Major": 1, "Minor": 0, "Patch": 0 } }
    $9.99
  22. Capacity can 100 ?
  23. Sorry for being late.. I was developing another plugin It has been updated. Thanks 😄
  24. I'll check tomorrow. Thank you for letting me know.
  25. yes can multiple commands "Supply Space Fanny Drop": { "Item short name": "grenade.smoke", "Item skin": 2867732572, "Commands": [ "ad.dropspace $player.id", "say your aswsome!" ], "Message on use (leave blank for no message)": "Warning Space Drop !!", "Global Cooldown [true | false]": false, "Shared Cooldown": null, "Cooldown (0 for disable - ※second※)": 0, "MaxUsed (0 for unlimited)": 0, "Sound Effect (blink notting)": "", "Effect (blink notting)": "assets/bundled/prefabs/fx/smoke_signal_full.prefab", "Flags": [ "" ] }
1.7m

Downloads

Total number of downloads.

7.9k

Customers

Total customers served.

119.5k

Files Sold

Total number of files sold.

2.4m

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.