-
Posts
445 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Billy Joe
-
- 82 comments
-
- #stats
- #statistics
- (and 5 more)
-
- 82 comments
-
- #stats
- #statistics
- (and 5 more)
-
- 18 comments
-
- #roam
- #roam bubble
- (and 10 more)
-
- 18 comments
-
- 1
-
-
- #roam
- #roam bubble
- (and 10 more)
-
Version 1.0.3
205 downloads
Roam Bubble is a plugin that will enhance clans/teams gameplay by bringing stat based roam events. Roam Bubble is a zone that is created at any grid the admin specifies, and the team that ends with the most kills wins. Admins can call as many roams as they want at any grid, there is support to have multiple zones going on at once. Commands: /roam {time} {grid} - This command is the main command to call roams, this command requires the permission below. For the time, it is either {time}s for seconds or {time}m for minutes. Permissions: roambubble.callroam - This permission is required to call a roam. Language: Plugin is coded using language file, all text for messages can be edited there to support any language. Config: { "Use Clans": true, "Sphere Radius": 150, "Amount of Spheres (More = Darker, although creates multiple sphere ents)": 7, "Message Settings": { "Display Name for Chat Messages": "Billy Joe's Roams", "Display Name Color for Chat Messages": "#d4af37", "Steam ID Avatar for Chat Messages": 76561198194158447, "Send Global Chat Message when roam is created?": true, "Send Discord Message when roam is created?": true, "Send End Result to Global Chat?": true, "Send End Result to Discord?": true }, "UI Settings": { "Use UI": true, "UI Title": "Billy Joe's Roams", "UI Title Color": "0 0.5988035 0.7529412 1", "UI Title Font Size": 30, "UI Timer Color": "1 1 1 1", "UI Timer Font Size": 22 }, "Discord Settings": { "Use Discord Output?": true, "Discord Webhook URL": "", "Roam Winners Embed Title": "{0} Roam has finished, {1} have won the roam", "Roam Winners Embed Color": 3066993, "Roam No Winners Embed Title": "{0} Roam has finished, there were no winners", "Roam No Winners Embed Color": 15158332, "Roam Called Embed Color": 10181046 } }$12.99- 18 comments
-
- 1
-
-
- #roam
- #roam bubble
- (and 10 more)
-
- 13 comments
-
- #christmas sale
- #tfar
-
(and 3 more)
Tagged with:
-
- 82 comments
-
- #stats
- #statistics
- (and 5 more)
-
- 82 comments
-
- #stats
- #statistics
- (and 5 more)
-
- 111 comments
-
- 82 comments
-
- #stats
- #statistics
- (and 5 more)
-
- 13 comments
-
- #christmas sale
- #tfar
-
(and 3 more)
Tagged with:
-
- 82 comments
-
- #stats
- #statistics
- (and 5 more)
-
- 82 comments
-
- 1
-
-
- #stats
- #statistics
- (and 5 more)
-
- 82 comments
-
- #stats
- #statistics
- (and 5 more)
-
- 82 comments
-
- 2
-
-
- #stats
- #statistics
- (and 5 more)
-
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.
- 82 comments
-
- 1
-
-
- #stats
- #statistics
- (and 5 more)
-
- 82 comments
-
- #stats
- #statistics
- (and 5 more)
-
- 82 comments
-
- #stats
- #statistics
- (and 5 more)
-
- 82 comments
-
- #stats
- #statistics
- (and 5 more)
-
Version 1.2.1
362 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- 82 comments
- 4 reviews
-
- 3
-
-
-
- #stats
- #statistics
- (and 5 more)
-
GUI loot editor for raidable bases loot profiles
Billy Joe replied to tobi-polar's topic in Requests
Billy Joe#2213 -
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- 3 comments
-
- #optimization
- #cleanup
- (and 4 more)
-
Version 1.0.1
293 downloads
Global Offline Raid Protection is a plugin that was made to stop the pesky offline raiders! This plugin allows the server to scale explosive damage down during a certain time frame, to prevent people from the good old 3 AM offline! Now let your players go to sleep in peace, and have them enjoy a good nights rest. Permission globalofflineraidprotection.admin - Allow use of commands Commands /gettimezone - Gets servers current timezone. /toggleraidprotection - Manually toggles the raid protection. Config { "System Time to Deactivate Raiding": "03:00 AM", "System Time to Reactivate Raiding": "09:00 AM", "Amount to scale explosive damage (0-1) (0 - No Damage, 0.5 - Half Damage, 1 - Normal Damage)": 0.5, "Send message when raiding in deactivated hours?": true, "Send message when connecting in deactivated hours?": true, "Reset raid protection value to default on server wipe?": true } Language { "ScaledDown": "<color=#d4af37>[Offline Raid Protection]</color> Explosions damage have been <color=green>reduced</color> by {0}%, until {1} {2}", "ScaledUp": "<color=#d4af37>[Offline Raid Protection]</color> Explosions damage have been <color=green>reinstated</color> back to full damage, until {0} {1}", "PlayerMessage": "<color=#d4af37>[Offline Raid Protection]</color> Damage has been <color=red>scaled down</color> {0}% as you are raiding in offlining hours!", "PlayerMessageConnect": "<color=#d4af37>[Offline Raid Protection]</color> All Explosive Damage has been <color=red>scaled down</color> {0}% as you are raiding in offlining hours! Explosive damage will be reinstated at {1} {2}.", "Timezone": "<color=#d4af37>[Offline Raid Protection]</color> Current Server Timezone: {0}.", "NoPermission": "<color=#d4af37>[Offline Raid Protection]</color> You do not have permission to use this command." }$5.00- 11 comments
-
- #offline
- #protection
-
(and 4 more)
Tagged with:
