Jump to content

Billy Joe

Curator
  • Posts

    420
  • Joined

  • Last visited

Everything posted by Billy Joe

  1. Billy Joe

    Tables

    Changed Status from Pending to Not a Bug
  2. Billy Joe

    Tables

    The plugin does everything for you, it will create the tables on plugin load as long as config is setup right to your database. You have to executer the sql I provided though which creates the functions to create the tables, etc.
  3. Billy Joe

    Blackjack

    Version 1.0.3

    19 downloads

    Blackjack plugin is just like any other blackjack game, although is a portable version players can do from anywhere on your server! This plugin is fully configurable and supports Economics plugin as well as Server Rewards. Features: Customizable Card Deck Economics, Server Rewards, & Custom Item Betting Player vs Dealer Double Down, with Pushing if player and dealer have same card value. Ace 1-11 depending on your cards value. Language: There is a full language file which allows server owners to fully support other languages. Commands: /blackjack or /bj - Open the Blackjack UI Menu. Config: { "Bet Settings": { "Use Economics": false, "Use Server Rewards": false, "Use Item": true, "Item Shortname": "scrap", "Item Skin ID": 0, "Minimum Bet": 500, "Maximum Bet": 2000 }, "Chat Settings": { "Message Prefix": "<color=#FFD700>[Billys Blackjack]</color>", "Message Icon (Steam ID)": 76561198194158447 }, "Card Deck": [ { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/clubs/2_small_clubs.png", "cardType": "2", "cardValue": 2 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/clubs/3_small_clubs.png", "cardType": "3", "cardValue": 3 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/clubs/4_small_clubs.png", "cardType": "4", "cardValue": 4 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/clubs/5_small_clubs.png", "cardType": "5", "cardValue": 5 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/clubs/6_small_clubs.png", "cardType": "6", "cardValue": 6 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/clubs/7_small_clubs.png", "cardType": "7", "cardValue": 7 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/clubs/8_small_clubs.png", "cardType": "8", "cardValue": 8 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/clubs/9_small_clubs.png", "cardType": "9", "cardValue": 9 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/clubs/10_small_clubs.png", "cardType": "10", "cardValue": 10 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/clubs/Jack_small_clubs.png", "cardType": "10", "cardValue": 10 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/clubs/King_small_clubs.png", "cardType": "10", "cardValue": 10 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/clubs/Queen_small_clubs.png", "cardType": "10", "cardValue": 10 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/clubs/Ace_small_clubs.png", "cardType": "Ace", "cardValue": 11 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/diamonds/2_small_diamonds.png", "cardType": "2", "cardValue": 2 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/diamonds/3_small_diamonds.png", "cardType": "3", "cardValue": 3 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/diamonds/4_small_diamonds.png", "cardType": "4", "cardValue": 4 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/diamonds/5_small_diamonds.png", "cardType": "5", "cardValue": 5 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/diamonds/6_small_diamonds.png", "cardType": "6", "cardValue": 6 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/diamonds/7_small_diamonds.png", "cardType": "7", "cardValue": 7 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/diamonds/8_small_diamonds.png", "cardType": "8", "cardValue": 8 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/diamonds/9_small_diamonds.png", "cardType": "9", "cardValue": 9 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/diamonds/10_small_diamonds.png", "cardType": "10", "cardValue": 10 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/diamonds/Jack_small_diamonds.png", "cardType": "10", "cardValue": 10 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/diamonds/King_small_diamonds.png", "cardType": "10", "cardValue": 10 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/diamonds/Queen_small_diamonds.png", "cardType": "10", "cardValue": 10 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/diamonds/Ace_small_diamonds.png", "cardType": "Ace", "cardValue": 11 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/hearts/2_small_hearts.png", "cardType": "2", "cardValue": 2 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/hearts/3_small_hearts.png", "cardType": "3", "cardValue": 3 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/hearts/4_small_hearts.png", "cardType": "4", "cardValue": 4 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/hearts/5_small_hearts.png", "cardType": "5", "cardValue": 5 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/hearts/6_small_hearts.png", "cardType": "6", "cardValue": 6 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/hearts/7_small_hearts.png", "cardType": "7", "cardValue": 7 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/hearts/8_small_hearts.png", "cardType": "8", "cardValue": 8 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/hearts/9_small_hearts.png", "cardType": "9", "cardValue": 9 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/hearts/10_small_hearts.png", "cardType": "10", "cardValue": 10 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/hearts/Jack_small_hearts.png", "cardType": "10", "cardValue": 10 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/hearts/King_small_hearts.png", "cardType": "10", "cardValue": 10 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/hearts/Queen_small_hearts.png", "cardType": "10", "cardValue": 10 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/hearts/Ace_small_hearts.png", "cardType": "Ace", "cardValue": 11 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/spades/2_small_spades.png", "cardType": "2", "cardValue": 2 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/spades/3_small_spades.png", "cardType": "3", "cardValue": 3 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/spades/4_small_spades.png", "cardType": "4", "cardValue": 4 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/spades/5_small_spades.png", "cardType": "5", "cardValue": 5 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/spades/6_small_spades.png", "cardType": "6", "cardValue": 6 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/spades/7_small_spades.png", "cardType": "7", "cardValue": 7 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/spades/8_small_spades.png", "cardType": "8", "cardValue": 8 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/spades/9_small_spades.png", "cardType": "9", "cardValue": 9 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/spades/10_small_spades.png", "cardType": "10", "cardValue": 10 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/spades/Jack_small_spades.png", "cardType": "10", "cardValue": 10 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/spades/King_small_spades.png", "cardType": "10", "cardValue": 10 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/spades/Queen_small_spades.png", "cardType": "10", "cardValue": 10 }, { "cardImage": "assets/content/ui/gameui/cardgames/deck_small/spades/Ace_small_spades.png", "cardType": "Ace", "cardValue": 11 } ] }
    $9.99
  4. Billy Joe

    Buggy & UI Overlap

    The overlap isssue seems to be a config issue, please send your config.
  5. Billy Joe

    Buggy & UI Overlap

    Changed Status from Pending to Closed
  6. Billy Joe

    Buggy & UI Overlap

    Thanks for the message, theres no way for me to stop the bars from overlaying the other uis. The UI is being recreated every X seconds to update the ui which is why it overlays. As for the 120 issue, I am looking into that and will push a update soon.
  7. Nope you only need 1 database
  8. Billy Joe

    Rust Arena

    This plugin was designed for a "UKN" styled server, which is why that is the case.
  9. Changed Status from Pending to Can't Reproduce
  10. Can you provide a plugin to me that doesn't get attacked by the npcs? I can have a look.
  11. Billy Joe

    Custom Hud

    Can you send a screenshot?
  12. Billy Joe

    Rust Arena

    What do you mean exactly?
  13. Hello All, My name is Billy Joe and have been programming in Rust for the past 2 and a half years, doing commission work for a whole ton of clients/community's. I have found some free time to get some more work done, and am looking for serious clients. If you are interested all details needed are down below, please only add me if you are serious and ready to pay. Details: Payment Type: Paypal Pay Amount: $35/hr - I will give you a time estimate based on what you are wanting. Discord: Billy Joe#2213 Hope to hear from you, Billy Joe
  14. Billy Joe

    Custom Hud

    it should not, although you can change how often the hud updates in the config. I will be pushing a update, so only the progress bars are rerendered and not the icon as well.
  15. Billy Joe

    roam bubble

    Changed Status from Not a Bug to Closed Changed Fixed In to 1.0.3
  16. Billy Joe

    roam bubble

    Please make sure you have Grid API installed as stated on the plugin shop page.
  17. Billy Joe

    Resolution

    Changed Status from Pending to Not a Bug
  18. Billy Joe

    Resolution

    As of right now there is not a layout for four options as it would overlap the other notifications such as building blocked. The custom hud is set to scale with all resolutions, if you have any issues please let me know.
  19. Billy Joe

    Rust Arena

    This plugin was designed for a "UKN" styled server, which is why the items are cleared on reset. I may push an update later that dosen't do this to the players.
  20. Billy Joe

    Custom Hud

    Version 1.0.8

    115 downloads

    Custom HUD is a dynamic Rust plugin designed to overlay and enhance the standard Rust user interface, providing server owners with exceptional customization capabilities. With an extensive range of configuration options, this plugin takes your server’s UI to the next level, even supporting data display from other plugins, such as player balances from the Economics Plugin. Transform your Rust server’s UI and improve player engagement with Custom HUD. Key Features: Comprehensive configuration options for the ultimate customization experience Seamless integration with other plugins, like the Economics Plugin User-friendly setup for server owners Upcoming Features: Additional HUD layouts for even greater variety Potential HUD selection options for individual players Arguments Section: $playerid: Inserts the player’s unique ID as a ulong $playername: Inserts the player’s display name as a string Config { "Which HUD to Display?": 1, "Custom HUD Attributes": { "Option 1": { "Use Custom Icon?": false, "Icon": "assets/icons/health.png", "Icon Color": "#FFF", "Icon Background Color": "#2B2926", "Progress Bar Color": "#3D4B27", "Progress Bar Text Color": "#A6CD63", "Progress Bar Text Font Size": 13, "Progress Bar Background Color": "#2B2926", "Option Type (Health, Thirst, Hunger, Custom)": "Health", "Option Max Value (0 = disabled)": 100.0, "Custom Attribute": { "Plugin Name": "", "Function": "", "Arguments": [], "Return Type (string, int, double, float)": "", "Money Value? (Add dollar sign)": false, "Need Commas? (Adds commas for numbers)": false } }, "Option 2": { "Use Custom Icon?": false, "Icon": "assets/icons/cup_water.png", "Icon Color": "#FFF", "Icon Background Color": "#2B2926", "Progress Bar Color": "#1D425F", "Progress Bar Text Color": "#489AD4", "Progress Bar Text Font Size": 13, "Progress Bar Background Color": "#2B2926", "Option Type (Health, Thirst, Hunger, Custom)": "Thirst", "Option Max Value (0 = disabled)": 250.0, "Custom Attribute": { "Plugin Name": "", "Function": "", "Arguments": [], "Return Type (string, int, double, float)": "", "Money Value? (Add dollar sign)": false, "Need Commas? (Adds commas for numbers)": false } }, "Option 3": { "Use Custom Icon?": false, "Icon": "assets/icons/meat.png", "Icon Color": "#FFF", "Icon Background Color": "#2B2926", "Progress Bar Color": "#4319c2", "Progress Bar Text Color": "#7b51fc", "Progress Bar Text Font Size": 13, "Progress Bar Background Color": "#2B2926", "Option Type (Health, Thirst, Hunger, Custom)": "Hunger", "Option Max Value (0 = disabled)": 500.0, "Custom Attribute": { "Plugin Name": "", "Function": "", "Arguments": [], "Return Type (string, int, double, float)": "", "Money Value? (Add dollar sign)": false, "Need Commas? (Adds commas for numbers)": false } } } } Optimize your Rust server’s UI with Custom HUD, providing a superior experience for both server owners and players alike. Boost your topical authority and SEO ranking by leveraging the power of this innovative and highly customizable plugin.
    $4.99
  21. Billy Joe

    roam bubble

    Changed Status from Pending to Not a Bug
  22. Billy Joe

    roam bubble

    /roam {time} {grid} - Example: /roam 2m D15
  23. Hey man, could possibly get something like this done! Just gotta free up some of my time.
  24. Its not for everyone, and very far off from XDStats. But chose what you want!
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.