ElytraRacing
  • 👋General information
  • 😂Test server
  • â‰ī¸How to start
  • đŸ“ēVideos made around ElytraRacing
  • 🏁Lack of maps ?
  • đŸ‘ī¸Default Config Files
  • đŸ—’ī¸Step by step installation
  • Commands
    • 📓Command: Er
    • 📓Command: Ergames
    • 📓Command: Erhost
    • 📓Command: Erconfig
    • 📓Command: Ermap
  • Configuration
    • âš™ī¸Config.json
    • âš™ī¸Autogames.json
    • âš™ī¸Holograms.json
    • âš™ī¸Scoreboard.json
    • âš™ī¸Map.json
      • Checkpoint / End
      • Additional Object
  • Tutorials
    • đŸ“ēTutorial videos
    • 📚Create a map
    • 📚Create a game
      • How to host a game
      • How to use AutoGames
    • 📚How to use signs
    • 📚"OneGame" server
  • đŸŽ›ī¸ParticlesCreator
    • â„šī¸Particle informations
    • 💾Parameters explanations
      • ⭕ShapeParticle
      • 🎨ColorCreator
    • 📑List of available shapes
    • 📑List of available colors
  • FAQ
    • ❓How to create a new particle ?
    • ❓How do I add a map preset to my server ?
    • ❓How do I create an hosted game ?
    • ❓How do I create a game that run automatically ?
    • ❓How to create holograms ?
    • ❓How do I get an item format for ElytraRacing ?
    • ❓How can I make a joinable list of autogames ?
    • ❓How to connect ElytraRacing to my MySQL ?
    • ❓How can I give rewards to my players ?
    • ❓How can I install a world on my server ?
  • Dependencies
    • 💡PlaceholderAPI
  • Config translated version
    • 😀Translate ElytraRacing
    • đŸ‡¨đŸ‡ŗChinese
    • 🇰🇷Korean
    • đŸ‡Ē🇸Spanish
    • 🇩đŸ‡ĒGerman
    • đŸ‡Ģ🇷French
    • đŸ‡Ŧ🇧English
  • Other
    • ✅TODO
Powered by GitBook
On this page
  • What is OneGame system ?
  • 1. Requirements
  • 2. Configuration

Was this helpful?

  1. Tutorials

"OneGame" server

Here you will learn how to use the OneGame system

PreviousHow to use signsNextParticle informations

Last updated 2 years ago

Was this helpful?

This feature is experimental, if you have any problems please contact me on my discord

What is OneGame system ?

OneGame system makes your server running only 1 game of ElytraRacing.

This system could be associated with a BungeeCord mode.

When a player will join the server, it will automatically put the player in a game. When a player leaves the server/ the game is ended. The player will be kicked from the server/ teleported in another server.

1. Requirements

Create an AutoGame

This AutoGame is the game that will be used and restarted at the end of each games. More information .

(Optional) Have a "lobby" server (BungeeCord)

This server will be the server where the player will be teleported after the game .

2. Configuration

The configuration is done in the file "Config.json"

Set ONEGAME to true

Variables

Description

ONEGAME_AUTOJOINGAME

Name of the AutoGame

ONEGAME_KICK_AFTER_GAME

Will the player be kicked from the server after the game/(leave)

ONEGAME_LOBBYSERVER

Name of the "lobby" server

ONEGAME_REMOVEJOINQUITMESSAGES

Will the join messages be displayed

ONEGAME_MOTD_USE

This feature provide MOTD customization

ONEGAME_MOTD

MOTD content customization

ONEGAME_MOTD_CHANGE_MAX_PLAYERS

Will the MOTD max player will be changed according to the max players of the game.

📚
here