✨MinecraftParty✨ ➔ 10 Minigames icon

✨MinecraftParty✨ ➔ 10 Minigames -----

Every 60 seconds all players play a different game.




[​IMG]
To update to this version we recommend deleting the settings.yml file and reconfiguring it.​
  • Bungee mode added
  • PlaceholderAPI variables support added
  • Added plugin variables for PlaceholderAPI
  • Reordered settings.yml file.
  • Pressure plates will no longer explode in all minigames, only in Minefield.
  • Now when stepping on the plates in Minefield, they will disappear.
  • The /mpa reload command now reloads all files (previously config.yml only).
  • Improved deadend minigame
  • Code improvements and small fixes
Changes in the code: https://github.com/Whirss/MinecraftParty/compare/1.6...1.7
----------, Aug 1, 2021

[​IMG]
IMPORTANT: The configuration of this version is not compatible with previous versions.
  • The plugin is now open source.
  • New Scoreboard system
  • Added support for Mysql
  • Fixed tps drop in minigames
  • Spectators will now be able to move freely.
  • Now the commands for administrators will have to be accessed from the /mpa command. /mp is for players only.
  • The shop is now much more customizable from the shop.yml file.
  • The options.yml file is now named settings.yml
  • Optimized and reordered code.
  • Most of the bugs have been fixed.
  • And other changes


Collaborate in the project: https://github.com/Whirss/MinecraftParty
----------, Jul 26, 2021

[​IMG]
  • Plugin renamed to MinecraftParty
  • Commands and permissions changed according to the new name of the plugin
  • Added titles
  • Removed some messages (They have been replaced by the titles).
Changes in the configuration files: https://github.com/chuky025/MinecraftParty/commit/7571f0b5267b0188f531d578c44a8f84153b7822
----------, Dec 20, 2020

[​IMG]
  • The Vault dependency is now mandatory.
  • String "next_round_30_seconds" changed to "next_round"
  • Added string "messages.countdown" to customize the start countdown of the mini-games.
  • The descriptions of the minigames have been changed, now they have more decoration.
  • Added string "after_countdown", a decoration message that warns when you have started a minigame.
  • The number of particles that appear at death in the MineField mini-game has been reduced.
  • Fixed bug that prevents the regeneration of RedAlert mini game.
Changes in the configuration files: https://github.com/chuky025/PartyGames/commit/a1fe8df63d1f84c9854162ae6e8d6814d396980c
----------, Dec 19, 2020

[​IMG]
  • All messages of the plugin can now be translated from message.yml
  • Minigame "DisIntegration" renamed to "RedAlert".
Changes in the configuration files: https://github.com/chuky025/PartyGames/commit/1ac5a69088ea20504d953f8a1eec6d7c70bcb16d
----------, Dec 19, 2020

[​IMG]
  • Now to setup a minigame you will use /pg setup [minigame] The old commands have been removed.
  • Add this to messages.yml:
    Code (Text):
    messages:
      setup_start: '&aStarting the creation of %minigame%.'
      setup_finish: '&aFinished'
----------, Dec 19, 2020

[​IMG]
  • Added update checker
  • Fixed error that occurred when trying to enter the game with /pg join after restarting.
    Code (Text):
    [22:52:54 INFO]: dnlblasco06 issued server command: /pg join
    [22:52:54 ERROR]: null
    org.bukkit.command.CommandException: Unhandled exception executing command 'pg' in plugin PartyGames v1.1
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
        at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:648) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
        at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1399) [spigot.jar:git-Spigot-dcd1643-e60fc34]
        at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1234) [spigot.jar:git-Spigot-dcd1643-e60fc34]
        at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot.jar:git-Spigot-dcd1643-e60fc34]
        at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot.jar:git-Spigot-dcd1643-e60fc34]
        at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-dcd1643-e60fc34]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
        at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
        at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-dcd1643-e60fc34]
        at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-dcd1643-e60fc34]
        at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-dcd1643-e60fc34]
        at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-dcd1643-e60fc34]
        at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-dcd1643-e60fc34]
        at java.lang.Thread.run(Thread.java:834) [?:?]
    Caused by: java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 0
        at jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) ~[?:?]
        at jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) ~[?:?]
        at jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248) ~[?:?]
        at java.util.Objects.checkIndex(Objects.java:372) ~[?:?]
        at java.util.ArrayList.get(ArrayList.java:459) ~[?:?]
        at chuky025.partygames.Main.nextMinigame(Main.java:1560) ~[?:?]
        at chuky025.partygames.Main.startNew(Main.java:1597) ~[?:?]
        at chuky025.partygames.Main.onCommand(Main.java:662) ~[?:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-dcd1643-e60fc34]
        ... 15 more
     
  • Fixed bug that didn't show the description of the minigames
----------, Dec 18, 2020

Resource Information
Author:
----------
Total Downloads: 1,679
First Release: Dec 18, 2020
Last Update: Aug 1, 2021
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings