Page: 1 2 3

1.6.2 Mar 29, 2024
added new game

[ + ] added chess game!


1.6.1 Jan 22, 2024

1.6.0 Jan 20, 2024
added new minigame

[ + ] Added the "Pong" minigame. This game requires 2 players to play and the one who reaches 15 points first wins!


1.5.8 Jan 13, 2024

[ x ] An error that was preventing the plugin from loading properly has been fixed


1.5.5 Dec 8, 2023

1.5.4 Nov 20, 2023

1.5.3 Nov 15, 2023

1.5.2 Nov 14, 2023

1.5.1 Nov 14, 2023

1.5.0 Nov 12, 2023

1.4.9 Oct 7, 2023

1.4.8 Sep 26, 2023

1.4.7 Sep 22, 2023

1.4.6 Aug 15, 2023
added new layer!

[ + ] Added a new layer that allows you to add custom fonts!. in this layer you can detail the size, style and name of the font. You can also download from the internet and add them to the "fonts" folder!

displaynane:
    type: "customtext"
    position: "[28, 12]"
    text: "%player_displayname%"
    font: "Arial"
    size: 12
    style: 1

1.4.5 Jun 8, 2023

1.4.3 May 16, 2023

1.4.2 Mar 18, 2023

1.4.1 Feb 26, 2023

[ / ] Now when opening a menu the upper blocks will be modified and you will not take damage from suffocating. This is an experimental change and the idea is to improve it in the future.


1.4.0 Feb 22, 2023
change select key option. added new actions "pre_actions" and more changes
[ / ] The option of "select_key" has been changed to "select_keys".
  Now you can have multiple actions to select.

1.3.7 Feb 20, 2023
added new option in layers
[ + ] The "offset" option for layers was added.
This option allows you to use a much larger image and image slices for one layer.
example: offset: "[startX, startY, endX, endY]"

attachment.png

1.3.4 Feb 3, 2023

1.3.3 Feb 1, 2023
added new function
[ + ] Added a new function where you can use javascript code to modify the game. Here is an example of how to restore the player's life.
actions:
        - "[javascript] BukkitPlayer.setHealth(20);
You can use: "BukkitPlayer" to refer to the player that interacts with the menu, "BukkitServer" to refer to the server and "MapMenuPlugin" to refer to the plugin itself.

1.3.2 Jan 21, 2023

1.3.0 Jan 7, 2023
Added the possibility of returning to the previous menu if there is no button.

[ + ] If you press space in a menu without buttons, you will return to the previous menu.

[ + ] Added a new sound to the config. "back_menu_sound"


1.2.9 Jan 5, 2023
changes

[ + ] Now the images are preloaded when starting the plugin.


Page: 1 2 3