LogoLogo
  • 🕴️ QUICK START GUIDE
  • DASHBOARD
    • Management
      • Add a new Game
        • Create a Game
        • Set-Up
        • Review Guidelines
      • Version control
        • Add a Build
        • Handle branches
        • Upgrade Versions
      • API Keys
    • NFT Collections
      • Add a Collection
      • Staking Support
    • Beta Codes
      • Create a Beta Code
    • Tournaments
      • Set Up
      • Create Tournament
    • In-App Purchases
      • Developer
        • Set up your Store
        • Submit Product
        • Client Integration
        • Handle Post-Payments
      • Payment Gateways
      • Review Guidelines
    • Elixir Invisible Wallet
      • Gas Manager
        • Create Gas Manager
        • Handle Balances
    • Reward Center
      • Game Quests
        • Add a Stat
        • Create a Quest
        • Test Your Quest
        • Submit your Quest
        • Update Progress
        • Review Guidelines
  • Elixir Gamer Services
    • 🏁Kick-off
    • Unity
      • Getting Started
        • Overview
        • Updates
          • GitHub
          • Unity Asset Store (Coming Soon)
      • Overlay
        • Overlay Actions
        • Event Simulator
          • SDK Events
      • Authentication
        • Desktop
        • Mobile
      • Reference
    • Unreal Engine
      • Getting Started
        • C++ Project
        • Blueprints Project
  • API
    • Elixir REST API
      • 🖥️Desktop Auth
      • 📱Mobile Auth
      • 🔐RSA Signature
        • 🔢C# Example
        • 🔢Node.js Example
      • 🧔User
      • 👾NFTs
      • 🏆Tournaments API
      • ❓Game Quests
    • How To
      • Link Elixir account to a game API account
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. DASHBOARD
  2. Tournaments

Create Tournament

Create the Tournament in the Elixir Launcher

PreviousSet UpNextIn-App Purchases

Last updated 1 year ago

Was this helpful?

Time to jump into the Elixir launcher. Even though you still need to implement it, don't worry about it. First, we will create a private Tournament for you to develop against it. Once everything is working, you can make it public and reset all mocked data.

Create a new Tournament

Navigate to the "Events" page and click "Create Event" in the upper right corner of the launcher. there you'll find all the info related to a game event.

If you don't see the "Create Event" button, please ensure you are logged in with your publisher account. Then contact support.

You'll find...

  • A switch to make it public. This switch should be disabled during the development/testing of the event and enabled once you want to "open" the tournament for the public.

  • A switch to set the event as a tournament. This will only be available if you have configured Tournament settings in the dashboard, and you're using the publisher account or the settings are marked as public in the developer dashboard in .

Once setting up your tournament, you'll be asked to submit

  • A prize pool with the amount of USD will be given out to the winners (optional)

  • A price Description: To better explain what the tournament reward consists of. (optional)

  • An external link with the rules of the tournament. (optional)

The tournament will use your defined score types and leaderboard settings to display the tournament leaderboard.

Step 1
Submiting a tournament form