Jump to content

Search the Community

Showing results for tags 'file'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Plugins
  • Carbon
  • Harmony
  • Maps
  • Monuments
  • Prefabs
  • Arenas
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions
  • Graphics

Forums

  • CF Hub
    • Announcements
  • Member Hub
    • General
    • Show Off
    • Requests
  • Member Resources
    • For Hire
    • Creators
    • Creators Directory
  • Community Hub
    • Feedback
  • Support Hub
    • Support
    • Site Support
    • Help Center

Product Groups

  • Creator Services
  • Host Services
  • Memberships

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Steam


Github

Found 1 result

  1. Version 2.1.8

    318 downloads

    Database Stats is a plugin that stores in the database (SQLite, MySQL) or file, certain statistics such as the number of kills, the number of deaths or even the amount of money from Economics for each player. This plugin is usefull if you want to display this statistics on your website or app. Database storage: Steam ID Rust nickname IP Ban Status Mute Status (require BetterChat Mute) Last Position Join Date Last Connected Kills Deaths Shots Headshots Farmed Items Looted Drops Thrown Explosives Money count (require Economics) Points count (require ServerRewards) Playtime count (require PlaytimeTracker) Votes count (require EasyVoteExtended) Rank name (require BetterChat) Karma points (requires Karma) Karma rank name (requires Karma) Custom value (require API Implementation in another plugin) Server Commands: databasestats.forceloaddata - Force loading all data. databasestats.forcesavedata - Force saving all data. databasestats.forceloadpluginshookdata- Force loading all the plugins hook data. databasestats.forceloadpluginshookdatauser <steamid> - Force loading all the plugins hook data for a specific known user. databasestats.forcewipedata - Force wiping all data you have enabled in config. databasestats.forcesaveolddata - Force saving all old data if you have enabled in config. databasestats.forceinitializedefaultdata - Force initializing all default values data. Configuration: { "Data Type : 0 (Files) or 1 (SQLite) or 2 (MySQL)": 1, "Date format": "yyyy-MM-dd HH:mm:ss", "Enable Cache Sync": true, "Enable counter for Animals": true, "Enable counter for NPCs": true, "MySQL": { "Database Name": "rustserver", "Database New Save Table Name": "DatabaseStatsSaves", "Database Table Name": "DatabaseStats", "Host": "localhost", "Password": "pass", "Port": 3306, "Username": "rustuser" }, "Save Data on New Save": false, "SQLite": { "Database Name": "databasestats.db", "Database New Save Table Name": "DatabaseStatsSaves", "Database Table Name": "DatabaseStats" }, "Wipe on New Save": { "Deaths": false, "FarmedItems": false, "Headshots": false, "Kills": false, "LootedDrops": false, "Shots": false, "Suicides": false, "ThrownExplosives": false } } API Hooks: object API_GetPlayerData(string userid, string key, bool deserialize = false, object defaultValue = null, Action<object> callback = null) void API_SetPlayerData(string userid, string key, object data, bool serializeData = false) void API_RemoveColumn(string key, bool includeNewSaveTable = false)
    $12.99

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.7k
Customers served
Files Sold
155.1k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • 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.