-
Posts
420 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Billy Joe
-
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.
-
Looking For Plugin Developer for rust training server.
Billy Joe replied to ratrat1337's topic in Requests
Gotcha! -
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- 1 comment
- 1 review
-
- 3
-
-
-
-
- #blackjack
- #gambling
-
(and 6 more)
Tagged with:
-
The overlap isssue seems to be a config issue, please send your config.
-
Changed Status from Pending to Closed
-
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.
-
- 82 comments
-
- 1
-
-
- #stats
- #statistics
- (and 5 more)
-
- 19 comments
-
NPC from Botrespawn Plugin attack Clerk. But they dont attack other sellers (Biplanes). Why?
Billy Joe replied to Doughaffernen's Support Request in Support
Changed Status from Pending to Can't Reproduce -
NPC from Botrespawn Plugin attack Clerk. But they dont attack other sellers (Biplanes). Why?
Billy Joe replied to Doughaffernen's Support Request in Support
Can you provide a plugin to me that doesn't get attacked by the npcs? I can have a look. -
- 19 comments
-
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
-
- 2
-
-
- #developer
- #for hire
-
(and 2 more)
Tagged with:
-
Changed Status from Not a Bug to Closed Changed Fixed In to 1.0.3
-
Please make sure you have Grid API installed as stated on the plugin shop page.
-
Changed Status from Pending to Not a Bug
-
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 comments
-
- 1
-
-
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 -
Changed Status from Pending to Not a Bug
-
/roam {time} {grid} - Example: /roam 2m D15
-
- 3 comments
-
- #optimization
- #cleanup
- (and 4 more)
-
- 82 comments
-
- #stats
- #statistics
- (and 5 more)