MapMenu icon

MapMenu 1.6.9

Create custom menus with image and much more!

Page 1 2 3
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.

1.2.6 Dec 30, 2022
fixed error in [message] action

[ x ] Fixed an error with the "[messages]" action.

1.2.5 Dec 23, 2022
fix bug with 1.19.3

[ + ] Fixed a bug that would put the menu in the wrong slot when opening it.

1.2.4 Dec 23, 2022
changes.

[ / ] The operation of sending the map to the client has been changed. Now no longer "Equips" it in the main hand on the client side. This caused a lot of errors if you scrolled quickly. Now sends the item to a specific inventory slot so this won't happen.

[ / ] Thanks to the previous change it should also work for bedrock clients using for example geyser.

1.2.3 Dec 8, 2022
added version 1.19.3

[ + ] Added compatibility with version 1.19.3

1.2.2 Dec 6, 2022
added new optional requirement

[ + ] Added an optional requirement to be able to see a layer. Here an example. The player must not be called FavioMC19 to see the layer.

miniskin:
    type: "chibi"
    position: "[2, 12]"
    texture: "%mapmenu_player_skinurl%"
    view_requirements:
      type: "compare"
      value: "%player_name% != FavioMC19"
1.2.1 Dec 4, 2022
added new option to Url layer4

[ + ] Added an option called "isMulti" for url layers. This option should only be active if the indicated url changes its image every time a request is made.

url:
   type "url"
    texture: "https://www.imagentest.com/image.png"
    isMulti: true
1.2.0 Dec 2, 2022

[ x ] Fixed an error that caused at certain times that the item did not return on the client side.

[ . ] Reduced plugin size

1.1.9 Nov 16, 2022
Added new actions:
- "[connect] server" #Send the player to another server via bungeecord
- "[chat] message" #Send a message or command through the player
- "[close]" #Close the open menu
- "[broadcast] message" #Send a message to all connected players
1.1.8 Nov 1, 2022
changes in functions

[ / ] Now there is no difference between upper and lower case in the name of the functions. this caused them to not work if they were not in lowercase. now it is possible both ways.

- "[PlAyeR] warp test"
1.1.7 Oct 30, 2022
added help command
[ + ] Added /mapmenu help command with all descriptions.
 
1.1.6 Oct 15, 2022
fixed bug

[ x ] While working on a future update I have left several fields unfinished and it has caused an error. being, this version solves it

1.1.5 Oct 11, 2022
added metrics

[ + ] metrics was added to obtain plugin statistics

1.1.4 Oct 9, 2022
fixed error with update message and colors in actions.

[ x ] Fixed a bug with the update message. It happens that when the player connected, he received a message saying that there were no updates, this should only appear on the console

[ x ] An error was fixed that caused the messages/commands in actions in the menus to not put the colors correctly.

Page 1 2 3

custom

menu

mapmenu

menus

maps