Jump to content

YaMang -w-

Creator
  • Posts

    446
  • Joined

  • Last visited

Everything posted by YaMang -w-

  1. I think you can try using the item emoji.
  2. 'This plugin was inspired by Action Camera!' I was writing this and then I used up the permissions lol.
  3. Version 1.1.2

    17 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
  4. 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
  5. 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.
  6. YaMang -w-

    Transparent Background

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

    Transparent Background

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

    6 downloads

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

    44 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
  15. 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
  16. 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
  17. Changed Status from Pending to Closed Changed Fixed In to 1.0.2
  18. Version 1.0.2

    11 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
  19. Capacity can 100 ?
  20. Sorry for being late.. I was developing another plugin It has been updated. Thanks
  21. I'll check tomorrow. Thank you for letting me know.
  22. 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": [ "" ] }
    I think it's really great that you can create new items. This plugin makes item management easier.
  23. Changed Status from Pending to Closed
  24. what use plugins economics or serverrewards or both?
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

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.