Jump to content

0xF

Creator
  • Posts

    574
  • Joined

  • Last visited

Everything posted by 0xF

  1. 0xF

    Customizable Weapons

    Hello, Tell me exactly what you need to do and I'll give you more specifics
  2. 0xF

    Update for

    I can report that I have completely rewritten the plugin for this library and it turned out to be much more optimized and predictable, which can't help but make me happy. I will release it after some corrections from Mr01sam.
  3. 0xF

    Better Backpacks

    It will generate itself, don't worry, just don't touch this field, the plugin will do it all for you. But be careful, add new backpacks not from the top, but from the bottom of the config, because the generation of item id is from top to bottom and repeated id will be re-generated, and changing the item id can lead to the fact that previously created items under the previous id will be broken.
  4. 0xF

    Admin Map

    All right, I'll check it out.
  5. 0xF

    Admin Map

    Hello, does this only happen in the text admin map?
  6. Hello, I think I can help you and make these plugins for you, contact me in discord. My identifier - .0xf.
  7. Version 1.1.1

    38 downloads

    The SimpleCraftSystem Plugin introduces a versatile and sleek crafting interface reminiscent of Rust's original style. It seamlessly integrates into the game, offering a highly customizable experience. This plugin empowers players to design and implement numerous recipes, providing the freedom to tailor their crafting journey to their liking. Acquiring this plugin unlocks an array of opportunities to amplify your server's gameplay. Its pivotal feature lies in the ability to seamlessly integrate with other plugins, thereby expanding your crafting options significantly. By investing in this plugin, you gain the power to incorporate an extensive range of crafts for various items from diverse plugins. One of its standout features is the ability to create multiple crafting pages, each serving as a dedicated space for crafting specific items or categories. This not only streamlines the crafting process but also allows for organized and efficient gameplay. Navigating between these crafting pages is intuitive, enabling quick access to various recipes without hassle. This expanded crafting system serves as a catalyst for increased engagement and intrigue among your server's community. It diversifies the available items and resources, encouraging players to experiment, strategize, and delve deeper into the game's intricacies. As a result, the server becomes a dynamic and thrilling environment where creativity and exploration flourish. Example Config: { "Recipes": { "example.trashcan": { "Result": { "Shortname": "box.wooden.large", "SkinID": 1595211850, "Amount": 1, "Name": "Trashcan", "Description": "Trashcan that disposes anything you've put in the box permanetely." }, "Ingradients": [ { "Shortname": "box.wooden.large", "SkinID": 0, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "scrap", "SkinID": 0, "Amount": 100, "Name": null, "Description": null } ] }, "backpack.small": { "Result": { "Shortname": "backpack.small", "SkinID": 0, "Amount": 1, "Name": null, "Description": null }, "Ingradients": [ { "Shortname": "cloth", "SkinID": 0, "Amount": 1000, "Name": null, "Description": null } ] }, "backpack.large": { "Result": { "Shortname": "backpack.large", "SkinID": 0, "Amount": 1, "Name": null, "Description": null }, "Ingradients": [ { "Shortname": "backpack.small", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "cloth", "SkinID": 0, "Amount": 10000, "Name": null, "Description": null } ] } }, "Craft Pages": { "example.craftpage": { "Buttons": [ { "Label": "BACKPACKS", "Craft Page ID": "backpacks" } ], "Recipes": [ "example.trashcan" ], "Effect": "assets/bundled/prefabs/fx/item_unlock.prefab", "Chat Command to open": "cs", "Console Command to open": "", "Loot entity to open": { "Entity skin ID": 0, "Prefab full name": "assets/prefabs/deployable/repair bench/repairbench_deployed.prefab" } }, "backpacks": { "Buttons": [ { "Label": "MAIN", "Craft Page ID": "example.craftpage" } ], "Recipes": [ "backpack.small", "backpack.large" ], "Effect": null, "Chat Command to open": "", "Console Command to open": "", "Loot entity to open": { "Entity skin ID": 0, "Prefab full name": "" } } } }
    $12.50
  8. 0xF

    Update for

    Changed Status from Pending to Not a Bug
  9. 0xF

    Update for

    CustomStatusFramework is still available to download and use, but yeah, going to look into that soon.
  10. 0xF

    Unlimited Timer

    Changed Status from Pending to Closed
  11. 0xF

    Error Message

    Changed Status from Pending to Closed Changed Fixed In to 1.0.1
  12. 0xF

    Error Message

    Hi, it was fixed in the update that was just released
  13. 0xF

    Balance Status

    Hi, it was fixed in the update that was just released
  14. 0xF

    Balance Status

    Hi, an update has just been released with this feature
  15. 0xF

    Sortify

    There is currently no option to change default category icons, but there is an option to do so for custom categories. I think I will add it later.
  16. 0xF

    Walkie-Talkie

    Version 1.0.3

    57 downloads

    Introducing the Walkie-Talkie Plugin: Seamlessly integrate real-time communication into your gaming experience! Stay connected with your teammates, strategize on-the-go, and coordinate your moves effortlessly with this immersive in-game communication tool. Whether you're navigating treacherous terrains or planning tactical maneuvers, the Walkie-Talkie keeps you in sync, enhancing teamwork and elevating your gaming adventure to a whole new level! Features: Gives players the ability to commiserate with each other, come up with strategies, and ambush each other. It is possible to create different variations of walkie-talkies for different distances. By default, 5 variations of walkie-talkies are given ready-made. Walkie-talkies can be both automatic and manual (in manual mode it is necessary to press LMB to hold the walkie-talkie, in automatic mode it is not required). Installation: Before installing the plugin, make sure you have the CustomItemDefinitions library installed. It is necessary for the plugin to work. Download it here. Put this plugin in the plugins folder How does a walkie-talkie work? Several players must have a walkie-talkie tuned to the same frequency in their inventory. To start talking into the walkie-talkie you need to take it in your hand, then press LMB (in case of manual walkie-talkie, for automatic walkie-talkie it is not required) and then press V button (if the microphone mode is enabled), that's it, now you can start talking. How do I get a walkie-talkie? Since each walkie-talkie has its own unique shortname and ItemId you can receive it like any other item. That is, you can give it out via the give or giveto command, or add it to the loot table or other ways via plugins.
    $10.00
  17. 0xF

    Wipe Timer Status

    Ok, i'll add this later
  18. 0xF

    Unlimited Timer

    Hi, Are you sure you have the temporary privilege? Last time I checked it worked correctly. As a last resort, you can revert back to an earlier update where this functionality was not implemented
  19. 0xF

    Customizable Weapons

    You need to change the base64 of the images in the LoadIcon method
  20. 0xF

    Additional Belt

    Hello, are you sure this problem is in my plugin? Because my plugin does not contain any entities Can you let me know more details about the problem and when it occurs? I would also like you to open a support request here or in discord.
  21. 0xF

    Admin Map

    There is no such option, otherwise it would override the map interface
  22. 0xF

    Better Backpacks

    add a backpack to the kit for VIPs, which is given once per wipe, and if he loses it, he can buy a new one, but for an additional fee, the thief will receive a good backpack
  23. 0xF

    Better Backpacks

    it's the physical backpacks that are the item, there won't be an increase on permissions, but the other possibility will be there
  24. 0xF

    Sortify

    You can, if you add flags to the containers created by the plugin. You can write about it to the developer or add it yourself #region You can use these flags in your own plugins to disable this plugin in your containers public const ItemContainer.Flag NoSorting = (ItemContainer.Flag)(8192); public const ItemContainer.Flag NoFiltering = (ItemContainer.Flag)(16384); public const ItemContainer.Flag NoSortify = NoSorting | NoFiltering; #endregion
  25. It will not be possible to turn on the microphone for the player, since this is a completely clientside, but you can create a global microphone. If this request is still relevant, then I am ready to write this for you. My discord is .0xf.
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

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