Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • 🎒 Back-to-School Sale!

    Get 20% OFF on all monthly Ranks with coupon code: Back-to-school

    Start the new season smarter, stronger, and ready to shine ✨

    💡 Keep your subscription active and you’ll continue paying the discounted price every month!

    Upgrade Now 🚀
LobbyGames [1.8.x-1.21.x] ✅ High Quality Minigames ✅ 100% Customizable ⭕ 20% OFF SALE

Plugins MC LobbyGames [1.8.x-1.21.x] ✅ High Quality Minigames ✅ 100% Customizable ⭕ 20% OFF SALE 2.2.9

Register to download

1.5.2​

1.5.2​

1.5.2

1.5.2​

1.5.1​

Arena Creation Particle Effects​

- Extended the radius in which the plugin will play the particle effects while an administrator is creating an arena. The limit exists to prevent lag.

MySQL Import from Player Statistics YML​

- If MySQL is enabled and the data has not been imported before, the data from player_stats.yml will now be automatically inserted into the database. It will then use MySQL instead of player_stats.yml as long as it is enabled.

MySQL Database Integration​

- Added a way to hook LobbyGames into MySQL! The plugin will create and manage a table named "lobbygames_stats" to keep track of the same information that was previously kept in player_stats.yml.
If MySQL is enabled, the plugin will not use the player_stats.yml file at all. If MySQL is disabled (default), the plugin will save player stats in the same way that it did before.
- Reading and writing operations regarding player statistics will now be done asynchronously whenever possible. The data is cached in the same way.

This update adds the following lines to the config.yml:
YAML:
mysql:
  enabled: false
  username: "username"
  password: "password"
  host: "localhost:3306"
  name: "database"
The MySQL user will need permissions to Create, Select, Insert, and Update on the "lobbygames_stats" table.

Soccer Config Defaults​

- Changed the default value for the boost jump item in soccer / football to make it more clear that it needs to be right-clicked (instead of left-clicked).

Soccer Team Selector, Ball Remove on reload​

- Added a new feature in which players can select the team they want to join for soccer/football. When the game starts, undecided players will be assigned to whichever team has less players. If the teams are still unbalanced, it will randomly switch some players to the smaller team.
- Fixed a bug where the soccer ball was not removed, leaving behind a raw slime for when the plugin is reloaded while a soccer game is active.
- Fixed a bug in which the soccer ball becomes a raw slime if the game start countdown is cancelled.
- Fixed a minor console error that sometimes occurred when a soccer game finishes.

This update adds 2 lines to the config.yml:
YAML:
soccer:
    team1-join-title: "&bJoin blue team &7(Right-click)"
    team2-join-title: "&cJoin red team &7(Right-click)"
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock