Jump to content

King.

Creator
  • Posts

    32
  • Joined

  • Last visited

Everything posted by King.

  1. King.

    Combat Block

    Try running the plugin on Carbon, it will most likely work
  2. King.

    TradeItem

    Can you tell me what's wrong?
    This studio does a very high quality of work. The design is beautiful as for plugins and for stores and sites. All solutions are very good.
  3. King.

    File for Translation

    Hi, I will add multilanguage to the plugin in the coming days
  4. King.

    No Images

    Changed Status from Pending to Fixed Changed Fixed In to 1.0.2
  5. Changed Status from Pending to Closed Changed Fixed In to 1.0.2
  6. King.

    No Images

    Hi, I'm aware of the bug, I'll fix it today
  7. Hi, I'll check everything today
  8. King.

    Dancing

    Version 1.0.2

    13 downloads

    Players who don't have the DLC are now able to dance. To use the chat command - /dance
    $8.00
  9. King.

    TradeItem

    Данный плагин служит не как внутриигровой магазин, а как обменник предметов.
  10. King.

    support

    Changed Status from Pending to Closed
  11. King.

    support

    The exchange is configured in the plugin configuration
  12. King.

    support

    Good night, the command to open the menu is /obmen
  13. King.

    TradeItem

    Version 1.0.12

    27 downloads

    TradeItem is a convenient item exchanger for your server. Allow your players on your server to make trades of items that you can setup via the config! Give your players a unique experience by getting rid of items they may have a lot of for better items in return! Features: Minimalistic and user-friendly design Full exchange customization Config : { "Command": "obmen", "Exchange settings": [ { "The item to be exchanged": { "ShortName": "stones", "SkinID": 0, "Amount": 5000 }, "An item that is given to a player": { "ShortName": "wood", "SkinID": 0, "Amount": 10000 } }, { "The item to be exchanged": { "ShortName": "wood", "SkinID": 0, "Amount": 10000 }, "An item that is given to a player": { "ShortName": "stones", "SkinID": 0, "Amount": 5000 } }, { "The item to be exchanged": { "ShortName": "metal.fragments", "SkinID": 0, "Amount": 10000 }, "An item that is given to a player": { "ShortName": "autoturret", "SkinID": 0, "Amount": 10 } }, { "The item to be exchanged": { "ShortName": "scrap", "SkinID": 0, "Amount": 150 }, "An item that is given to a player": { "ShortName": "jackhammer", "SkinID": 0, "Amount": 1 } }, { "The item to be exchanged": { "ShortName": "scrap", "SkinID": 0, "Amount": 200 }, "An item that is given to a player": { "ShortName": "lowgradefuel", "SkinID": 0, "Amount": 100 } }, { "The item to be exchanged": { "ShortName": "metal.fragments", "SkinID": 0, "Amount": 5000 }, "An item that is given to a player": { "ShortName": "metal.refined", "SkinID": 0, "Amount": 50 } }, { "The item to be exchanged": { "ShortName": "metal.fragments", "SkinID": 0, "Amount": 1000 }, "An item that is given to a player": { "ShortName": "sulfur", "SkinID": 0, "Amount": 500 } }, { "The item to be exchanged": { "ShortName": "sulfur", "SkinID": 0, "Amount": 500 }, "An item that is given to a player": { "ShortName": "metal.fragments", "SkinID": 0, "Amount": 1000 } } ], "Version": { "Major": 1, "Minor": 0, "Patch": 0 } }
    $10.00
  14. King.

    EN Config

    Changed Status from Pending to Closed
  15. King.

    Does this still work?

    Changed Status from Pending to Closed
  16. King.

    Does this still work?

    Hello, combat block only works when firing at live players. I apologize for such a long reply, I didn't see your request
  17. King.

    Maze

    Thx.
  18. King.

    Maze

    Good evening, will you add support for my clans plugin ?
  19. King.

    FClan

    private Boolean IsClanMember(String userID, String targetID) - Whether the player is a co-clan or not private Boolean IsClanMember(UInt64 userID, UInt64 targetID) - Whether the player is a co-player or not. private Boolean IsModerator(UInt64 playerID) - Is the player a clan leader/moderator? private List<String> GetMembersClan(String clanTag) - List of clan members private String GetClanTag(UInt64 playerID) - Get player's tag private Int32 GetClanPoint(String clanTag) - Get the number of points of the clan private void GetPointRaid(UInt64 userID, UInt64 targetID) - Used for tournament plugins, to transfer half of the points when raiding their cabinet
  20. King.

    FClan

    Version 1.3.4

    26 downloads

    FClan is a clan system with multiple functions Features Automatic authorization in cabinets, locks, turrets, pvo Support in-game friend system GameStores rewards are available Top clans Config : { "Main plugin command": [ "clan", "clans" ], "Use the clan tag in the player's name": true, "Create greens automatically ?": true, "Prohibit the creation of a green without a clan ?": true, "Change the builder to clan leader ?": true, "Customizing prizes for wipe": { "Use the issuance of awards ?": true, "Share the prize for the whole team or give the prize from the configuration ? (true - share prize | false - static prize)": false, "Store ID in the service": "", "Server ID in the service": "", "Secret key (do not distribute it)": "", "Minimum number of points to receive an award": 1000, "Minimum number of points to receive an award (Player's)": 100, "Place in the top and the balance given to the player": { "1": 350, "2": 200, "3": 150 } }, "Limit settings": { "Clan membership limit": 8, "Moderator limit": 2, "Maximum quantity for billing rate ( Resource - maximum quantity )": { "wood": 1000000, "stones": 1000000, "metal.ore": 1000000, "sulfur.ore": 1000000, "hq.metal.ore": 250000, "cloth": 100000, "leather": 100000, "fat.animal": 100000, "loot-barrel": 100000 } }, "Points Settings. [ShortName] - Number of points": { "wood": 2, "stones": 5, "metal.ore": 5, "hq.metal.ore": 5, "sulfur.ore": 5, "loot-barrel": 2, "PatrolHelicopter": 1500, "BradleyAPC": 750, "Death": 50, "Suicide": 50, "Kill": 50, "WallTier2": 3, "WallTier3": 5, "WallTier4": 7 }, "Clan tag settings": { "Banned clan tags": [ "Admin", "Админы" ], "Minimum number of characters of the clan tag": 2, "Maximum number of characters of a clan tag": 6 }, "Version": { "Major": 1, "Minor": 1, "Patch": 9 } }
    $30.00
  21. King.

    EN Config

    Yes, of course. You need to set the plugin to true, as shown in the screenshot
  22. Changed Status from Pending to Closed
  23. King.

    CustomDrop

    Version 1.0.0

    6 downloads

    About CustomDrop: Adds new supply signals to the server, with which you can call AirDrop when any objects are spawned, you can also call a stone, which will be subject to increased mining rates, get a bonus item when you break the stone Config: { "Custom AirDrop settings": [ { "Displayed Item Name | Signal Grenade": "Signal Grenade | Minicopter", "PrefabName | Signal Grenade": "assets/content/vehicles/Minicopter/Minicopter.entity.prefab", "SkinID item | Signal Grenade": 3060835632, "Chance of dropping a signal grenade": 40, "Bonus item of breaking stone": [] }, { "Displayed Item Name | Signal Grenade": "Signal Grenade | Sulfur stone", "PrefabName | Signal Grenade": "assets/bundled/prefabs/autospawn/resource/ores/sulfur-ore.prefab", "SkinID item | Signal Grenade": 3060813889, "Chance of dropping a signal grenade": 40, "Bonus item of breaking stone": [ { "Item Shortname": "metalpipe", "SkinID": 0, "Minimum amount": 10, "Maximum amount": 20 }, { "Item Shortname": "metalblade", "SkinID": 0, "Minimum amount": 10, "Maximum amount": 20 } ] }, { "Displayed Item Name | Signal Grenade": "Signal Grenade | Metal stone", "PrefabName | Signal Grenade": "assets/bundled/prefabs/autospawn/resource/ores/metal-ore.prefab", "SkinID item | Signal Grenade": 3060812671, "Chance of dropping a signal grenade": 40, "Bonus item of breaking stone": [ { "Item Shortname": "metalpipe", "SkinID": 0, "Minimum amount": 10, "Maximum amount": 20 }, { "Item Shortname": "metalblade", "SkinID": 0, "Minimum amount": 10, "Maximum amount": 20 } ] }, { "Displayed Item Name | Signal Grenade": "Signal Grenade | Default stone", "PrefabName | Signal Grenade": "assets/bundled/prefabs/autospawn/resource/ores/stone-ore.prefab", "SkinID item | Signal Grenade": 3060813413, "Chance of dropping a signal grenade": 40, "Bonus item of breaking stone": [ { "Item Shortname": "metalpipe", "SkinID": 0, "Minimum amount": 10, "Maximum amount": 20 }, { "Item Shortname": "metalblade", "SkinID": 0, "Minimum amount": 10, "Maximum amount": 20 } ] } ], "Use rates to mine rocks with AirDrop ?": true, "Rates for gather stone with AirDrop | Permission - Rates": { "customdrop.x2": 2.0, "customdrop.x3": 3.0, "customdrop.x4": 4.0 }, "Config version": { "Major": 1, "Minor": 0, "Patch": 0 } }
    $8.00
  24. The plugin does not use hex, only Rust color
1.7m

Downloads

Total number of downloads.

7.8k

Customers

Total customers served.

117.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.