Lista Files

The plugin's configuration files

Config.json

{
  "enableDebug": true,
  "enableDebugTime": false,
  "enableInformationMessage": true,
  "enableLogStorageFile": false,
  "enableOpenMessage": true,
  "enableMiniMessageFormat": true,
  "enablePlayerCommandInChat": false,
  "secondsSavePlayerData": 600,
  "secondsSavePlayerInventories": 600,
  "autoSaveFileInventoryOnUpdate": true,
  "mainMenu": "example",
  "useFKeyToOpenMainMenu": true,
  "useFKeyToOpenMainMenuNeedsShift": true
}

Messages.yml

messages:
  prefix:
    message: '§8(§6zMenu§8) '
  time:
    day:
      message: '%02d %day% %02d %hour% %02d %minute% %02d %second%'
    hour:
      message: '%02d %hour% %02d minute(s) %02d %second%'
      simple:
        message: '%02d:%02d:%02d'
    minute:
      message: '%02d %minute% %02d %second%'
    second:
      message: '%02d %second%'
  format:
    second:
      message: second
    seconds:
      message: seconds
    minute:
      message: minute
    minutes:
      message: minutes
    hour:
      message: hour
    hours:
      message: hours
    day:
      message: d
    days:
      message: days
  command:
    syntaxe:
      error:
        message: '§cYou must execute the command like this§7: §a%syntax%'
      help:
        message: §f%syntax% §7» §7%description%
    'no':
      permission:
        message: §cYou do not have permission to run this command.
      console:
        message: §cOnly one player can execute this command.
      arg:
        message: §cImpossible to find the command with its arguments.
  documentation:
    information:
      message: '§7Documentation§8: §fhttps://docs.zmenu.dev/'
  inventory:
    not:
      found:
        message: §cUnable to find the §f%toName% §cinventory in the §f%name%§c inventory.
    error:
      message: §cUnable to find the §f%name%§c inventory.
    open:
      other:
        message: §aYou have just opened the inventory §f%name%§a to the §3%player%§a.
      success:
        message: §aYou have just opened the inventory §f%name%§a.
      error:
        inventory:
          message: §cImpossible to find the inventory §f%name%§c.
        command:
          message: §cImpossible to find the command §f%name%§c.
        player:
          message: §cUnable to find the player, please specify.
        console:
          message: §cOnly one player can open an inventory.
  description:
    open:
      message: Allows you to open an inventory
    reload:
      message: Allows you to reload configuration files
    version:
      message: Show plugin version
    download:
      message: WIP
    login:
      message: WIP
    disconnect:
      message: WIP
    convert:
      message: Convert other configurations to zmenu
    players:
      message: Displays the list of commands for the players' data
      set:
        message: Set new player data. You must set the expiration time in seconds.
          Put 0 to have no expiration
      remove:
        message: Remove player data
      get:
        message: Get player data
      keys:
        message: Returns the list of keys of a player
      clear:
        all:
          message: Clear all player's data
        player:
          message: Clear player's data
  reload:
    message: §aYou have just reloaded the configuration files.
    inventory:
      message: §aYou have just reloaded the inventories files.
      file:
        message: §aVous have just reloaded the inventory §f%name%§a.
    command:
      message: §aYou have just reloaded the commands files.
      file:
        message: §aVous have just reloaded the command §f%name%§a.
      error:
        message: §cIt is not possible to reload the command §f%name%§c.
    files:
      message: §aYou have just reloaded config.json and messages.yml files.
  convert:
    info:
      messages:
      - §fYou can convert the menu from §eDeluxeMenu§f to §azMenu§f.
      - §fYou must install the §3zMenuConvert§f plugin.
      - '§fDownload link§8: §7https://groupez.dev/resources/zmenuconvert.266'
      - §fYou must then issue the command §b/zmenu convert§f.
  players:
    data:
      clear:
        all:
          message: §aYou have just deleted the datas of all the players.
        player:
          message: §aYou have just deleted the player's data §f%player%§a.
      set:
        message: §aYou have just added a data for the §b%player% §a with the §f%key%§a.
      keys:
        success:
          message: '§aPlayer''s Key §f%player%§8: §7%keys%'
        empty:
          message: §cThe §f%player% §chas no key.
      get:
        success:
          messages:
          - '§fKey§8: §7%key%'
          - '§fExpired at (timestamp)§8: §7%expiredAt%'
          - '§fValue§8: §7%value%'
        error:
          message: §cCannot find the key §f%key%§c.
      remove:
        success:
          message: §aYou have just deleted the §f%key% §for the §b%player%§a.
        error:
          message: §cCannot find the key §f%key%§c.
  website:
    login:
      error:
        token:
          message: §cYour token seems invalid, please try again.
        already:
          message: §cYou are already connected to the site.
        info:
          message: §cAn error occurred during your connection, please try again.
      process:
        message: §7Connection in progress, please wait.
      success:
        messages:
        - §aYou have successfully connected to the site.
        - §aYou can now access your purchased resources and the inventory editor.
    disconnect:
      success:
        message: §cYou have just deleted the link to the site.
      error:
        message: §cYou are not connected to the site.
  placeholder:
    never:
      message: never

Inventories

Basic_Inventory.yml

Advanced_inventory.yml

Pro_invnetory.yml

Example_punish.yml

Commands

Commands.yml

Punish.yml

Patterns

Pattern_example

Last updated