Mipcraft Plugins
Golf Party
Golf Party
  • ⛳Introduction
  • ℹ️Installation guide
  • 🖥️Commands
  • 🔧Configuration
  • 🪧Placeholder API
  • 🛠️Plugin API
Powered by GitBook
On this page
  • Player stats:
  • Game stats:
  • Top Stats:

Placeholder API

Player stats:

  • %golfparty_player_uuid%

  • %golfparty_player_name%

  • %golfparty_player_games-played%

  • %golfparty_player_win-streak%

  • %golfparty_player_wins%

  • %golfparty_player_score%

  • %golfparty_player_placement%

Game stats:

  • %golfparty_game-count_<game_name>%

  • %golfparty_game-state_<game_name>%

Top Stats:

Structure of top 10 placeholders: %golfparty_top_games-played_1_name% %<api prefix>_<top 10 category>_<index number>_<value to get / show>% golfparty_top_ - is always the same. games-played_ - can be (games-played, win-streak, wins or score) - represents top 10 category. 1_ - is a placement number which can be from 1 .. 10. name - this part can be (uuid, name, games-played, win-streak, wins, score or placement) - data of the player in this placement of the top 10 category.

PreviousConfigurationNextPlugin API

Last updated 3 months ago

🪧