Welcome!

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

SignUp Now!
  • LIMITED TIME SUMMER DEAL

    ☀️ Summer Power Sale ☀️

    Level up your summer with an exclusive 25% OFF on all Monthly Ranks 🎮

    Use coupon code:

    SUMMER26

    ⏰ Limited time offer — Catch the summer boost before it ends!

    💡 New! We've also launched a new MCPE Premium Rank with 500+ resources already available.
    Give it a try and let us know what you think! 🚀
    🌊 Keep your subscription active and enjoy the same discount 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.6.0

Register to download
- Made a major refactor on the codebase. If you use the API and use anything outside of the me.c7dev.lobbygames.api package, you must refresh your package imports! This includes if you're doing anything with Leaderboards, specific instances of games, etc. If are only using custom events, no action is required.
- Deprecated the GameType API class, replacing with GameMetadata:
Code (Text):
// LEGACY - Please refactor if your API uses this:
if (game.getGameType() == GameType.SNAKE) ...

// Updated examples
if (game.getClass().equals(Snake.class)) ...
if (game.getMetadata().gameClass().equals(Snake.class)) ...
Documentation and javadocs will be updated/published shortly
- Fixed a bug where the leaderboard for a game could be corrupted in some cases when a new entry is added for a new UUID
- Fixed a bug where players could potentially keep their fly after sudoku ended depending on the plugin configuration
- Added a tag "round-y" that goes in the definition of a snake arena in arenas.yml to manually disable rounding the y-level of the spawn, such as if players are standing on a block that is not exactly 1 in height.
- Cleaned up the codebase. As always, if you find any bugs, please report them in the discord server!
- Added arena-id and arena-ids property examples to the default rewards.yml. The default file can also be found on the spigot page.
Added the ability to specify which arena ids a reward configured in rewards.yml will apply to. For a single arena, you can add arena-id to the reward entry. For multiple arenas to be included, make a list entered as arena-ids. Examples:
Code (Text):
pool:
single-arena-example:
enabled: false
arena-id: 4
console-commands:
- "eco give %player% 100"
Code (Text):
pool:
single-arena-example:
enabled: false
arena-ids:
- 5
- 6
console-commands:
- "eco give %player% 100"
If no arena id(s) are specified, the arena will apply to all arenas as before.
(If both arena-id and arena-ids are used, it will take the union)

- Fixed a bug where servers running legacy minecraft versions could not edit the y level of the snake spawn location in arenas.yml
- Fixed issues with legacy MC server versions (such as 1.8) where armor stands could not spawn.
- This will likely be the last version of LobbyGames with maintained support for legacy Minecraft server versions (<= 1.12).
- Added proper functionality for if a rewards.yml configuration uses the "for-winning-player" for a singleplayer game. The for-winning-player tag, if set to true, makes the reward only attainable if the player won the game, finished a puzzle successfully, generated a 2048 tile, etc.
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