Jump to content

Billy Joe

Curator
  • Posts

    420
  • Joined

  • Last visited

Everything posted by Billy Joe

  1. Billy Joe

    how to create a file?

    Changed Status from Pending to Closed
  2. Billy Joe

    how to create a file?

    https://umod.org/guides/oxide/disabling-plugin-sandboxing
  3. Billy Joe

    How to get it into VS?

    Changed Status from Pending to Can't Reproduce
  4. Billy Joe

    How to get it into VS?

    As long as you follow the instructions listed, it should work fine. Just tried again.
  5. Billy Joe

    Imgur problem

    Changed Status from Pending to Closed
  6. Billy Joe

    Imgur problem

    This is a hard limit on imgurs api if you have to many icons, I will look at a possible update for disabling the imgur auto upload but for now you will just have to remove the custom image for it.
  7. Billy Joe

    loading wrong image

    Changed Status from Pending to Closed
  8. Billy Joe

    loading wrong image

    Make sure you are updating the skin id, the imgur link has nothing to do with it.
  9. Changed Status from Pending to Not a Bug
  10. I do not currently have the time to intergrade CRadio all though if I do get the time I will look into this!
  11. Billy Joe

    UI Scale Too Large

    Changed Status from Pending to Closed Changed Fixed In to 1.0.3
  12. Billy Joe

    UI Scale Too Large

    Sorry just saw this but was a priority to get fixed, thanks for helping!
  13. Thanks for the feedback, I will look into these all though this product is definitely worth the price and is way cheaper then you would spend for a private version of this so I think you butchering the price is wrong seeing everything you are getting for it. What has been listed are bugs, or features I did not think of but this comes with every product.
  14. He just has it config'd wrong.
  15. Yes, I added a config option in new update
  16. Yes, the web stuff is additional in the bundle. All you would need is a SQL Database.
  17. Version 1.2.1

    355 downloads

    Better Statistics is a advanced statistic plugin which offers a beautiful in-game UI and self hosted responsive website. Steam login for easy profile access Support for multiple servers Search any player by their name View players profiles with a ton of cool stats How does it work? The plugin is setup with two tables via MySQL, one for the wipe and one for the overall stats. When the server wipes, all data is automatically moved over to and added to the overall table and the wipe table is then cleared. When do the stats save for each player? There is a automatic timer that you can set to have every players stats sync to the database. By default the players data is synced when they leave the server, and the automatic timer just in-case of a server crash. There is also a command that can be used from the server console to save a players stats or all players stats. What stats does it track? Name Steam ID Connection Count Playtime Kills Deaths (Deaths to players) Kill Death Ratio Overall Accuracy Suicides Times Wounded Satchels Thrown C4 Thrown Rockets Fired TC's Destroyed NPC Kills Chickens Boars Stags Horses Wolves Bears Scientists Helicopters Bradley's 16. Weapon Kills Assault Rifle LR-300 M39 L96 BOLT M249 HMLMG MP5 Thompson Custom SMG Pump Shotgun Double Barrel Spaz-12 M92 Python Semi Auto Pistol Revolver Waterpipe Eoka Pistol Compound Bow Crossbow Hunting Bow 17. Body Hits Head Torso Left Arm Right Arm Left Leg Right Leg Left Foot Right Foot Requirements: A MySQL Server that the stats can be saved to Config: { "MySQL Database Connection Info": { "Host IP": "localhost", "Port": 3306, "Database name": "betterstatistics", "Username": "root", "Password": "" }, "Server Prefix (For tables Ex: main_stats_wipe, main_stats_overall)": "main", "Save Interval (Mins) (0 = Disabled)": 10 } Player Commands: /stats - Opens up local players stats /stats {playerid} - Opens up stats of the given player id Server Commands: stats.save - Saves every players stats that are connected to the server stats.save {playerid} - Saves the given player id's stats as long as they are on the server Requirements: A web server to be able to host the PHP Site. Config: <?php return array( 'ServerName' => 'TEST SERVER', 'SiteDescription' => 'Stats Website Template developed by Billy Joe', 'SteamAPIKey' => '', 'backgroundImage' => 'https://files.facepunch.com/paddy/20220705/july_2022_header.jpg', 'servers' => array( 'server1' => array( 'serverIcon' => 'https://i.imgur.com/txD5xqH.png', 'ipAddress' => 'localhost', 'username' => 'root', 'password' => '', 'databaseName' => 'betterstatistics', 'wipe' => 'main_stats_wipe', 'overall' => 'main_stats_overall' ), 'server2' => array( 'serverIcon' => 'https://i.imgur.com/i7xGabr.png', 'ipAddress' => 'localhost', 'username' => 'root', 'password' => '', 'databaseName' => 'betterstatistics', 'wipe' => 'main_stats_wipe', 'overall' => 'main_stats_wipe' ), 'server3' => array( 'serverIcon' => 'https://i.imgur.com/0sAs3Ee.png', 'ipAddress' => 'localhost', 'username' => 'root', 'password' => '', 'databaseName' => 'betterstatistics', 'wipe' => 'main_stats_wipe', 'overall' => 'main_stats_overall' ), ) ); ?>
    $49.99
  18. Changed Status from Pending to Closed Changed Fixed In to 1.0.2
  19. Good stuff, was just going to comment!
  20. Billy Joe

    Store Clerk Bugs

    Changed Status from Pending to Can't Reproduce
  21. Billy Joe

    Store Clerk Bugs

    I cant get this to reproduce, try refreshing the data file seems like that might be one you manually placed down.
  22. Version 1.0.0

    46 downloads

    Item Monitor is a plugin that was made to help with server performance by managing dropped items. Item Monitor scans dropped items every X seconds defined in config, and sees if an item is over the desired limit you have set in the config. With this plugin, it will notify in the server console when it scans an item over limit, and will then set the items to be removed within X seconds. Config { "Check Interval Time (Secs)": 60, "Removal Time (Secs) (Must be lower then the check time)": 45, "Item Removal Times": [] }
    $5.00
  23. Changed Status from Pending to Closed
  24. Billy Joe

    ImageLibrary Issues

    Changed Status from Pending to Closed
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.