Jump to content

Drxp

Creator
  • Posts

    208
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Drxp

  1. Drxp

    hiatus

    This will be pushed some time this week, the update is done just needs testing!
  2. Drxp

    hiatus

    Changed Status from Work in Progress to Fixed
  3. Looking into this now
  4. Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  5. Drxp

    Simple Site

    Version 1.3

    11 downloads

    Real-time server data with player counts, map info, and wipe timers. Discord integration, customizable design, easy setup, responsive on all devices. Launch your website now! KEY FEATURES LEADERBOARD: The leaderboard uses Premium Leaderboard, which is required. It will not work with any other stats plugin. You can disable the leaderboard in the config if you do not want or need one. The leaderboard can also run independently on its own site (e.g., stats.mysite.com) if you already have a main website. LIVE SERVER DATA: • Real-time player counts from Battlemetrics API • Server status indicators (online/offline) • Current map information • Next wipe countdown timers • Direct Steam connect buttons DISCORD INTEGRATION: • Live Discord member count display • Automatic member count updates FULLY CUSTOMIZABLE: • Easy color scheme changes via CSS variables • Customizable content through simple config file • Responsive design for all devices • Modern dark theme with professional styling RESPONSIVE DESIGN: • Works perfectly on desktop, tablet, and mobile • Clean, modern interface EASY SETUP: • Single configuration file for all settings • No database required • Simple PHP hosting HOSTING REQUIREMENTS: • PHP 7.4 or higher • Basic web hosting (shared hosting works) GETTING STARTED: 1. Upload files to your web server 2. Edit min.config.php with your settings 3. Add your Battlemetrics server IDs 4. Configure Discord integration 5. Customize colors and content 6. Launch your website!
    $12.99
  6. Drxp

    hiatus

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  7. Drxp

    hiatus

    Hello, yes ill get this update for you!
  8. Changed Status from Work in Progress to Fixed
  9. Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  10. leaving the hammer skin blank should still work and allow you to use it.
  11. Drxp

    Force Wipe Error

    Changed Status from Work in Progress to Fixed
  12. Changed Status from Work in Progress to Fixed
  13. Drxp

    Localization

    Changed Status from Work in Progress to Fixed
  14. Drxp

    Custom Items

    Changed Status from Work in Progress to Fixed
  15. Drxp

    Force Wipe Error

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  16. Drxp

    Setup Docs

    1. Database Setup If you’re hosting on a Pterodactyl panel: Go to your bot’s panel. Navigate to Databases → Create New Database. After it’s created, copy the JDBC Connection String. Example provided: jdbc:mysql://host:3306/database?user=username&password=password Important: Remove the jdbc: prefix. Modified example: mysql://username:password@host:3306/database 2. Environment Variables Step 1: Rename Example File Rename .env.example → .env Step 2: Required Variables Inside .env (or .env.local for local dev), add: # Database DATABASE_URL="mysql://username:password@host:3306/database" # Authentication NEXTAUTH_SECRET="your_generated_secret" NEXTAUTH_URL="http://localhost:3000" # API Keys API_KEY="your_generated_api_key" NEXT_PUBLIC_API_KEY="your_generated_api_key" # Steam API STEAM_API_KEY="your_steam_api_key" Step 3: Generate Keys Run this twice in your terminal: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))" First value → NEXTAUTH_SECRET Second value → both API_KEY and NEXT_PUBLIC_API_KEY Save your API key separately you’ll need it for your Rust plugin. Step 4: Steam API Key Go to Steam Web API Key. Enter your domain (localhost:3000 for dev). Copy your API key → STEAM_API_KEY. 3. Database Initialization Run the following in your project root: npx prisma generate npx prisma db push node prisma/seed.js This sets up schema, tables, and default data. 4. Add Your First Admin Method 1: Prisma Studio (Recommended) Get your SteamID64 from steamid.io. Open Prisma Studio: npx prisma studio In Admins table → Add: steamId: your SteamID64 displayName: your display name ownerId: same as SteamID64 In AdminPermissions table → Add: adminSteamId: your SteamID64 permissionId: the ID for owner_access 5. Hosting (Vercel) Go to Vercel → Import Git Repository. Select your repo → Import. Under Build & Output Settings → toggle Build Command → set to: prisma generate && next build Add your Environment Variables in Vercel dashboard (same as .env). <- do this before you Deploy. Now Deploy 6. Rust Plugin Setup (Stats.cs) Copy Stats.cs to your server’s oxide/plugins/ or carbon/plugins folder. Edit oxide/config/Stats.json: { "Web API URL": "https://yourdomain.com", "Web API Key": "your_api_key_from_env_file", "Server ID": "your_server_id", "Batch Interval": 5.0 } Make sure Web API Key matches the one in your .env. 7. Permissions Reference Available permissions: owner_access – full access view_stats – view player data manage_admins – manage admins manage_permissions – manage permissions view_admin_panel – access admin panel edit_player_stats – modify stats delete_player_stats – delete stats server_management – manage servers manage_themes – manage themes 8. Troubleshooting Connection errors: ensure you removed jdbc: from DB URL. No admin access: add your SteamID manually in Prisma Studio. Schema mismatch: run npx prisma db push . No Rust data: verify API URL (don’t include /api/stats) and API Key match.
  17. Drxp

    Gingerbread skin

    Changed Status from Work in Progress to Closed
  18. Drxp

    Skincolor shipping containers

    Changed Status from Work in Progress to Closed
  19. Changed Status from Work in Progress to Closed
  20. Drxp

    found another bug for you

    Changed Status from Pending to Fixed
  21. Drxp

    Skins dont work

    Changed Status from Work in Progress to Fixed
  22. Hey, will take a look after work!
  23. Drxp

    Custom Items

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  24. Drxp

    Localization

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  25. Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
2m

Downloads

Total number of downloads.

9.3k

Customers

Total customers served.

135.4k

Files Sold

Total number of files sold.

2.8m

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.