-
Posts
174 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Drxp
-
Version 1.0.0
5 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!
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
This should now be fixed was a issue on my end
-
- 2 comments
-
- #rust maps
- #discord
-
(and 1 more)
Tagged with:
-
Changed Status from Pending to Not a Bug
-
The plugin works by default. you requested custom changers. There's changers are not a overnight thing. I could of said no to your request as by default if setup correctly the plugin works. But you wanted custom changers. The first version i sent you was bugged i am still working on a fix as the whole plugin used a Spawn point at the lobby. so it takes time.
-
Hey, Please make sure you have this plugin installed and running on your server! https://umod.org/plugins/image-library
-
Changed Status from Pending to Not a Bug
-
Version 1.0.0
11 downloads
Commands Admin Permission `gungam.admin` needed for all commands! /gungame setlobby Set the lobby spawn point. (will over ride any default spawns on the map.) /gungame map <mapName> Create or update a map with the specified name. /gungame arena <id> <map> <maxPlayers> Create or update an arena with the given parameters. /gungame setentrance <id> Set the entrance for the specified arena ID. /gungame setspawn <id> <spawnIndex> Set a spawn point for a specific arena and index. /gungame delete <id> Delete the specified arena. Core Features Dynamic Arena Management Create and configure multiple arenas with unique maps and player limits. Define spawn points and entrance positions for each arena. Progressive Gun Game Mode Players progress through a customizable list of weapons as they get kills. The first player to reach the final weapon and meet the kill goal wins the match. Global Settings Configurable global kill goal, weapon list, and player kits. Supports customizable player kits using item shortnames for clothing and armor. Player Experience Lobby System Players start in a protected lobby where they cannot take or deal damage. Players can interact and prepare before joining an arena. Automatic Match Starting Matches begin automatically when the required number of players joins an arena. Includes a configurable countdown before the match starts. Weapon Progression Each kill advances the player to the next weapon in the list. Ammo is automatically provided for the equipped weapon. Victory Handling The plugin announces the winner and resets the match for the next round. Stats such as kills and deaths are tracked for players during the match. Bots Support Admins can spawn NPC bots into arenas for solo practice or filler players. Bots are equipped with kits and weapons and participate like regular players. Default Config { "global kill goal": 2, "required players for arena": 2, "weapons list": [ "pistol.revolver", "rifle.ak" ], "global kit shortnames": [ "hoodie", "pants", "shoes.boots" ] } There is a vid coming soon but for now if you need help you can take a look here https://drxp.xyz/plugin/gungame -- for more help or questions please dm me on discord or join my discord server!$25.99 -
Version 1.3
22 downloads
Things coming. Auto Perms via a Rust Plugin Blacklist a user Discord bot (more info soon) Reworked profile to support store... Maybe App Track (Applications) LIVE PREVIEW HERE: https://drxp.xyz/apply App Track is a streamlined application management system designed to simplify the submission and review process for organizations and communities. It is built with user convenience and administrative efficiency in mind, offering secure authentication through the Steam API and a dedicated admin dashboard for effective application handling. Features: User-Friendly Submission: Easy-to-navigate interface for users submitting applications. Secure Authentication: Integrated Steam API ensures secure login functionality. Admin Controls: Comprehensive dashboard for reviewing, managing, and approving submissions. Purpose: This system is ideal for gaming communities, organizations, or any group needing an efficient way to handle online application submissions. Profile for users that have already applied where they can see the status of there app! Installing: There is a HowToInstall.html file that will tell you how to install this with out any issues. If you come across any issues please reach out and let me know and i will help you install this and get it up and running! - More cool features coming soon to the `profile` side!$35.99 -
Changed Status from Work in Progress to Closed Changed Fixed In to 1.2
-
Will be this weekend. Sorry just been rammed with work!
-
Go into the polls folder then the polls file. You should see "active": false, set to true and restart the bot, should end the poll
-
Changed Status from Pending to Not a Bug