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

Was this helpful?

  1. Dependencies

PlaceholderAPI

Here you will learn every information about PlaceholderAPI

PlaceholderAPI is optional

Every variable of PlaceholderAPI need be surrounded by %

Exemple: %elytraracing_self_playedracemode%

Not every plugins are compatible with PlaceholderAPI

ElytraRacing don't support placeholders in its messages.

ElytraRacing support placeholders in its scoreboards.

<player> argument must be replaced by:

  • The actual name of the player

  • "self": target the player which the message is sent to

<map> argument must be replaced by:

  • The actual name of the map

<rank> argument must be replaced by:

  • The desired rank

Variable

Description

elytraracing_<player>_playedracemode

Get how many times the player played race mode

elytraracing_<player>_playedgrandprix

Get how many times the player played grandprix

elytraracing_<player>_wonracemode

Get how many times the player have won a race mode

elytraracing_<player>_wongrandprix

Get how many times the player have won a grandprix

elytraracing_<player>_mapplayed

Get the total of map played

elytraracing_<player>_mapfinished

Get how many times the player have finished maps

elytraracing_<player>_score

Get the score of the player

elytraracing_<player>_rank_playedracemode

Get the rank of the player in racemode (time played)

elytraracing_<player>_rank_playedgrandprix

Get the rank of the player in grandprix (time played)

elytraracing_<player>_rank_score

Get the rank of the player in score

elytraracing_<player>_<map/favorite>_winrate

Get the winrate of the player on a map

elytraracing_<player>_<map/favorite>_ranking

Get the ranking of the player on a map

elytraracing_<player>_<map/favorite>_playertime

Get the time of the player on a map

elytraracing_<player>_<map/favorite>_name

Get the name of a map

elytraracing_lastgame_<rank>_username

Get the player's username per rank of the last game played

elytraracing_top_map_<map>_<rank>_username

Get the player's username ranked at position <rank> on the map <map>.

elytraracing_top_map_<map>_<rank>_time

Get the player's time at position <rank> on the map <map>.

elytraracing_top_map_<map>_<rank>_win

Get the number of wins of the player ranked at position <rank> on the map <map>.

elytraracing_top_map_<map>_<rank>_winrate

Get the player's win rate ranked at position <rank> on the map <map>.

PreviousHow can I install a world on my server ?NextTranslate ElytraRacing

Last updated 1 year ago

Was this helpful?

💡