Jump to content

Mirage

Members
  • Content Count

    6
  • Joined

  • Last visited

Everything posted by Mirage

  1. View File Lotto Event (3 Digits) A server-wide lottery event where players purchase a unique digit-based combination using credits to enter. Each player is restricted to one entry per round through a unique machine/account identifier system. Once entries close, an admin generates a winning code. Players whose combination matches the drawn code become eligible to claim rewards from a predefined prize pool. Winners can only claim once, and their status is tracked to prevent duplication. The system supports: Configurable digit length for combinations Admin-controlled reward pool and entry fee Real-time winner announcement and history logging Entry validation, anti-dupe protection, and claim verification Optional enable/disable control for event management Key SQL Features: Persistent storage of all lotto entries (lotto_entries table) Claim tracking per entry (claimed flag) Historical draw logging (lotto_history table) Unique constraint enforcement per UID to prevent multi-entry abuse Server-side validation for secure winner checking and reward distribution Overall, it is a controlled RNG-based reward event designed to encourage participation while maintaining fairness and preventing multi-entry abuse. Submitter Mirage Submitted 04/19/26 Category Events & Games
  2. Version 1.0.0

    4 downloads

    A server-wide lottery event where players purchase a unique digit-based combination using credits to enter. Each player is restricted to one entry per round through a unique machine/account identifier system. Once entries close, an admin generates a winning code. Players whose combination matches the drawn code become eligible to claim rewards from a predefined prize pool. Winners can only claim once, and their status is tracked to prevent duplication. The system supports: Configurable digit length for combinations Admin-controlled reward pool and entry fee Real-time winner announcement and history logging Entry validation, anti-dupe protection, and claim verification Optional enable/disable control for event management Overall, it is a controlled RNG-based reward event designed to encourage participation while maintaining fairness and preventing multi-entry abuse.
  3. @Master@Ragna Good luck with all your endeavors bro
  4. Actually mines working fine
  5. I have the same concept except it's a diff file not a plugin
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.