-
Posts
192 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Drxp
-
Changed Status from Work in Progress to Closed
-
Changed Status from Work in Progress to Closed
-
Changed Status from Work in Progress to Closed
-
Changed Status from Pending to Fixed
-
Changed Status from Work in Progress to Fixed
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
No it has been working, ill fix!
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
Changed Status from Not a Bug to Closed
-
You're using Node.js v24.4.1, which is too new for [email protected] downgrade to Node.js v18.x or v20.x LTS. This should fix this issue.
-
Changed Status from Pending to Not a Bug
-
Version 1.0.0
35 downloads
This Discord bot is an addon to the main Leaderboard website and will NOT work without it. This bot connects to your leaderboard website and brings player statistics directly into Discord. Just use the /player command with a Steam ID and it'll show you all the important stats in a clean, organized format. I built this as a companion addon to the main Leaderboard tool it's pretty straightforward and does exactly what you'd expect. What it does: - Fetches player statistics by Steam ID - Shows kills, deaths, headshots, and playtime - Calculates K/D ratios and headshot percentages - Provides quick links to Steam profiles and BattleMetrics - Displays everything in nice Discord embeds Nothing too fancy, just a handy tool to save you from having to open your browser every time you want to check someone's stats. More addons soonFree -
Version 1.0.0
12 downloads
A modern, feature-rich leaderboard application designed for rust servers with Steam integration, admin management, and real-time statistics tracking. On download, you will get a .zip file. With in you get a plugin, website files and readme.txt. I will help with any installs of the websites just message me! Discord bot soon? Maybe FEATURES Core Functionality: - Multi-Server Support - Track statistics across multiple game servers - Real-time Leaderboards - Live player rankings with kills, deaths, K/D ratio, headshots, and playtime - Steam Integration - Seamless Steam authentication and profile integration - Player Search - Quick search functionality to find specific players - Responsive Design - Optimized for desktop and mobile devices Authentication & Security: - Steam OAuth - login through Steam OpenID - Permission System - Granular admin permissions and role management Admin Panel: - Player Management - View and manage player statistics - Server Administration - Add, edit, and manage multiple game servers - Admin Controls - Manage admin users and permissions - Theme Customization - Configure application themes and branding - Wipe Scheduling - Automated server wipe scheduling and notifications Customization: - Dynamic Themes - Customizable color schemes and UI themes - Configurable Navigation - Easy-to-modify navigation menu - Server Branding - Customizable server names and branding Advanced Features: - Wipe Notifications - Real-time alerts for scheduled server wipes - Performance Optimized - Fast loading with optimized queries and caching INSTALLATION For detailed installation steps, please refer to README.txt USAGE For Players: 1. Login with Steam - Click the Steam login button to authenticate 2. View Rankings - Browse leaderboards across different servers 3. Search Players - Use the search bar to find specific players 4. Track Progress - View your personal statistics and ranking For Administrators: 1. Access Admin Panel - Navigate to /admin after logging in as an admin 2. Manage Servers - Add new servers or modify existing ones 3. User Management - Control admin permissions and player data 4. Schedule Wipes - Set up automated server wipe schedules 5. Customize Themes - Modify the application's appearance CONFIGURATION Edit min.config.json to customize: - Navigation menu items - External links Database Schema: The application uses Prisma with the following main models: - Stats - Player statistics and rankings - Admins - Administrator accounts - Servers - Game server configurations - ThemeSettings - UI customization options - WipeSchedules - Automated wipe scheduling API DOCUMENTATION Available Endpoints: - GET /api/stats - GET /api/servers - GET /api/admins - POST /api/wipes/execute - GET /api/themes Environment Variables: - Production database URL - Steam API keys - NextAuth configuration - API security keys$40.00 -
i will get this updated and pushed out asap!
-
Changed Status from Pending to Not a Bug
-
Hi! Thanks for your detailed questions and feedback. Here are answers to each of your points: 1. Stack Size by Category as Percentage (Min/Max) Currently, the plugin sets stack sizes per item or per category using a fixed number, not a percentage. To achieve what you want (e.g., give between 25% and 75% of the server’s max stack size for a category), the plugin would need to be updated to support min/max percentages per category. This would allow you to define, for example, that all "ammo" items are given in random amounts between 25% and 75% of their max stack size, keeping things balanced even as new items are added. If you want this feature, let me know! It’s a great idea and can be added. 2. updatestacksize <category> <newSize> Command The <newSize> is a fixed number, not a percentage. For example, updatestacksize ammo 30 sets all "ammo" items to a stack size of 30. There is currently no minimum/maximum or percentage option just a single value. If you want to set by percentage or set min/max, that would require a plugin update (see point 1). 3. "Interval Seconds" – What is an Automatic Drop? "Automatic drop" means the plugin gives every online player a random item every X seconds (as set by "Interval Seconds"). If you only want items to be given when players jump (not automatically), set "Give Item On Jump": true in the config. This disables the timer-based drops. 4. "Hardcore Mode" – What Does It Block? When "Hardcore Mode" is enabled, players cannot gather resources from dispensers (e.g., mining rocks, chopping trees, etc.). This is to make the game harder by forcing players to rely on random item drops. 5. "Happy Hour" – How Does It Work? "Happy Hour" limits automatic drops to a specific daily time window and announces when it starts/ends. If you use "Give Item On Jump," Happy Hour does not affect jump-based drops only the timer-based (automatic) ones. 6. Jump Detection – Even for Short Jumps The plugin already gives an item whenever a player jumps, regardless of how high or where (even on boxes or inside structures). If you notice missed jumps, let me know there may be edge cases, but the intent is to reward every jump. 7. Removing the Item Receipt Message To remove the chat message players get after receiving an item, you’ll need to comment out or remove the line in the code that sends the message. Specifically, look for lines like: player.ChatMessage($"<b><color=yellow>Random</color><color=red>Items</color></b>: {message}"); and either comment them out or delete them. If you want, I can provide a code snippet or update to do this for you. Let me know if you want help with any of these changes, especially the percentage-based stack sizes or removing messages! Thanks for using the plugin and for your suggestions they help make it better for everyone.
-
Problem 1 – “Jump” gives nothing On first start the plugin created oxide/config/RandomItems.json with its default settings. By default the option "Give Item On Jump": false is set to false, so nothing happens when you jump. Either wait for the normal timed drop (every 300 s by default) or turn the jump feature on: Open oxide/config/RandomItems.json. Set "Give Item On Jump": true Save the file and reload the plugin: oxide.reload RandomItems (or o.reload RandomItems) After that, every valid jump (not on cooldown) will hand out an item. Problem 2 – How to manage / control the plugin A. Console command supplied by the plugin updatestacksize Usage: updatestacksize → lists all item categories in the config updatestacksize <category> <newSize> → sets stack size for every item in that category Must be run from the server console (not in-game chat). B. Configuration file options (oxide/config/RandomItems.json) Interval Seconds – time between automatic drops. Hardcore Mode – true = block resource gathering. Debug Mode – verbose logging. Happy Hour Enabled / StartTime / EndTime – limit drops to a daily time window and announce start/end. Give Item On Jump – true = disable timer, give item whenever a player jumps. items [] – full list of items, categories, stack sizes (auto-generated the first run; you can edit or remove entries).
-
Sorted, give it a few the images should start to come back if not let me know ill update the image links
-
you right for some reason the domain wasn't on auto-renew. Fixing now.
-
will look into it!