Jump to content

YaMang -w-

Creator
  • Posts

    454
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by YaMang -w-

  1. what use plugins economics or serverrewards or both?
  2. discord plz
  3. YaMang -w-

    Admin Video

    You can make the video end by making the video length 0 seconds and playing a 0 second video with the command. Try it
  4. YaMang -w-

    Admin Video

    You can end the video by adding a new one with a length of 0 seconds. Instead need a close UI button lol
  5. YaMang -w-

    Spectate

    * Click on the top left UI * /spectate stop * F1 -> respawn
  6. Version 1.0.2

    2 downloads

    The syringe can be used to restore additional health to Wounded players. Preview: Coming soon Config: { "General Settings": { "Prefix": "[Revive-Bonus]", "Use Permission | Use Item [true|false]": true }, "Item Revive Settings (inventory full check)": { "2Tier Revive": { "Shortname": "syringe.medical", "SkinId": 3280024151, "Revive Add Regen Health | Revive Instant Add Health [true|false]": false, "Amount of health restored when resurrected": 30.0 }, "1Tier Revive": { "Shortname": "syringe.medical", "SkinId": 3280024051, "Revive Add Regen Health | Revive Instant Add Health [true|false]": false, "Amount of health restored when resurrected": 10.0 } }, "Permission Revive Settings": { "2t": { "Revive Add Regen Health | Revive Instant Add Health [true|false]": false, "Amount of health restored when resurrected": 40.0 }, "1t": { "Revive Add Regen Health | Revive Instant Add Health [true|false]": false, "Amount of health restored when resurrected": 20.0 } }, "Version": { "Major": 1, "Minor": 0, "Patch": 0 } } Commands: /rb give nameorid amount itemname /rb giveall nameorid amount itemname (same console)
    $4.99
  7. Please contact us on Discord.
  8. Are you asking for a command to be added that allows you to check the cooldown time of an item?
  9. YaMang -w-

    Shield

    yes
  10. Good idea In the next update, we will create a new config, wipe the config, and proceed with the update.
  11. Okay, I'll add it. If there is specific content, you can make a specific mention.
  12. Version 1.2.2

    19 downloads

    Writes the specified Console Message to a Discord webhook and log file. If you add the content you want to be notified of, If it matches or is included, you will be notified.. Config: { "General Settings": { "Discord UserName": "Console Logger", "Avatar URL": "", "Without Version Title": false, "Exclude Text": [], "Contains text": [ { "roleId": null, "contents": [ "Test" ], "WebHook": "", "Color": "00FF00" }, { "roleId": [ "1237768926960681061" ], "contents": [ "Error while compiling", "Save" ], "WebHook": "", "Color": "FF0000" } ], "LogToFile": false, "Debug": false }, "Version": { "Major": 1, "Minor": 2, "Patch": 0 } }
    $4.99
  13. This was fixed in version 1.0.1. Thanks for letting me know
  14. Version 1.0.3

    182 downloads

    Prevents certain items from being placed in the bag. Config: { "Block Items Settings": { "blockItems": [ "rifle.ak": [ 0 ] ] }, "Version": { "Major": 1, "Minor": 0, "Patch": 0 } }
    Free
  15. Version 1.0.5

    413 downloads

    Once Discord Auth and Core linked is completed, a Discord message will be sent. Discord Auth or Discord Core reqired! FAQ: Config: { "Discord Token (Auth, Core Same Token recommended)": "", "Steam API Key (https://steamcommunity.com/dev/apikey)": "", "Auth (Linked) Message Embed": { "Channel Logger Id": "", "Description": "Linked", "Footer Message": "Linked", "Footer Icon": "", "Embed Field": [ { "name": "Steam", "value": "[{steamName}](https://steamcommunity.com/profiles/{steamId}) ({steamId})", "inline": false }, { "name": "Discord", "value": "<@{discordId}> ({discordName} | {discordId})", "inline": false } ] }, "DeAuth (UnLinked) Message Embed": { "Channel Logger Id": "", "Description": "Unlinked", "Footer Message": "Unlinked", "Footer Icon": "", "Embed Field": [ { "name": "Steam", "value": "[{steamName}](https://steamcommunity.com/profiles/{steamId}) ({steamId})", "inline": false }, { "name": "Discord", "value": "<@{discordId}> ({discordName} | {discordId})", "inline": false } ] }, "Time Formatting": "MM/dd/yyyy hh:mm:ss tt", "Guild Id": "", "Version": { "Major": 1, "Minor": 0, "Patch": 4 } } Formatting: {steamId} - steam ID {steamName} - steam user displayname {steamGetAvatarUrl} - steam avatar url (image) {discordId} - discord user displayname {discordName} - discord user displayname {discordGetAvatarUrl} - discord avatar url (image) {datetime} - linked Time (datetime format in config) Discord Markdown
    Free
  16. Version 1.0.0

    168 downloads

    When banning with RCON, send a message to Discord. Config: { "General Settings": { "Webhook": "Please provide the discord webhook URL!", "Avatar_url": "Please provide the avatar URL!", "Server_icon_url": "Please provide the server icon URL!", "Footer": "Please provide the footer text!" }, "Lang Settings": { "perms": "perms", "player": "Player", "reason": "Reason", "Banned": "Banned", "Expires": "Expires" }, "Version": { "Major": 1, "Minor": 0, "Patch": 0 } }
    Free
  17. https://discord.com/invite/DTQuEE7neZ join my discord If you have any questions, please post them on Discord and we will answer them.
  18. YaMang -w-

    Auto Eat

    Version 1.0.0

    2 downloads

    This is a plug-in that automatically eats the set item (food) when your health is low. Warning When checking items, please select only belt or main. When using a belt, the default slot is number 6. FAQ: Command: /ae - auto eat enable/disable toggle command /ae slot - check your slot Only Belt /ae slot [number] - your slot change number Only Belt Config: { "General Settings": { "Prefix": "<color=#00ff00>[ Auto Eat ]</color>", "Chat Icon": "0", "Commands": [ "ae" ], "Cooldown (Sec)": 1.5, "Auto Eat Allow Items (shortname)": [ "blueberries", "black.raspberries" ], "Only Belt Container Slot (1~6)": true, "Only Main Container (not support slot)": false }, "AutoEat Settings": { "Permissions Check Health": { "autoeat.use.4": 180, "autoeat.use.3": 150, "autoeat.use.2": 120, "autoeat.use.1": 90 } }, "Toastify Settings": { "Use Toastify UI (Need a Toastify plugin)": true, "Success Key": "success", "Error Key": "error" }, "Version": { "Major": 1, "Minor": 0, "Patch": 0 } } Permission: autoeat.use - autoeat access permission autoeat.use.1~4 - health check permission Lang: { "NoPerm": "You have not Permission", "HasNotItem": "Automatic has been disabled because there is no Items.\nTo enable {1}", "SyntaxSlot": "The input is incorrect./{0} slot number.", "OnlyNumber": "You can only enter numbers 1 to 6.", "DisabledEat": "Auto eating has been disabled.", "EnableEat": "Auto eating has been activated.", "ChangedSlot": "Auto eating has been changed to {slot}.", "CheckSlot": "The slot you auto-eat is {0}" } ^ 0^
    $4.99
    It’s nice to be able to add notifications in a Rust-style way!
  19. YaMang -w-

    Extra Life

    hello. sorry. Now I see it! Please contact us on Discord! https://discord.gg/DTQuEE7neZ
  20. has economics or serverrewards ?
  21. Version 1.0.4

    572 downloads

    Future: You can check the money in the status. Q&A Q: How to change Color A: Use hexcode [Background, Title, Text, Image] Can change Colors Command: /bs - toggle command show/hide Config: { "Balance Settings": { "RefreshTime": 1.0, "balances": { "Economics": { "Enable": true, "BackgroundColor": "4CAF50", "Title": "Economics", "TitleColor": "FFFF00", "TextColor": null, "Image": "https://i.imgur.com/jyTe69j.png", "ImageColor": "FFFF00", "Rank": 0 }, "ServerRewards": { "Enable": true, "BackgroundColor": "FFD700", "Title": "ServerRewards", "TitleColor": "FFFF00", "TextColor": null, "Image": "https://i.imgur.com/jyTe69j.png", "ImageColor": "FFFF00", "Rank": 0 }, "Scrap": { "Enable": true, "BackgroundColor": "FFD700", "Title": "Scraps", "TitleColor": "FFFF00", "TextColor": null, "Image": "itemid:-932201673", "ImageColor": "FFFFFF", "Rank": 0 } } }, "Version": { "Major": 1, "Minor": 0, "Patch": 1 } }
    Free
  22. YaMang -w-

    Players UI

    Can you add mysql method instead of data method?
    Thank you for releasing a great API. I like it because we can add more new fun!
  23. Is Duration a command cooldown?

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.8k
Customers served
Files Sold
155.4k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • 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.