Skip to content
SuperRonanCraft edited this page Aug 3, 2019 · 7 revisions

The config can be reloaded real time with /acm reload!

Default Config

Settings:
  ForceUpdateInventories: false menus
  ReloadDelays: false # When reloading, should delays be reset?
  Disable-Updater: false
  Language-File: 'en.yml'
  Debug: false # Outputs to console things such as Handler registering, Menu Loading and any errors

# The max amount of suggestions or what to suggest when tab-completing a menu with arguments!
Suggestions:
  Player: 20 # This is also a max on the "/acm item <menu> [player]" command!
  Integer: 50
  String:
  - 'Advanced'
  - 'Custom'
  - 'Menu'

Summary

Settings

Basic plugin settings

  • ForceUpdateInventories

    Wheather or not to force an update on a player when trying to show a player a new frame.

  • ReloadDelays

    Should the delays.properties file be reset when reloading the plugin with /acm reload? And thus resetting all delays for every player ever.

  • Disable-Updater

    Should the update message be disabled? True means it's disabled

  • Language-File

    The file name of the language you want to load from the lang folder (ex: 'en.yml')

  • Debug

    Output all registered click-handlers from a menu, and any errors as they come out

Suggestions

Customizeable suggestion pool for menus that have arguments

  • Player

    The maximum amount of player names to suggest to the player tab-completing a Player argument

  • Integer

    A random number from Zero to <your number> to randomly generate when tab-completing an Integer argument

  • String

    A list of strings to suggest to the player when attempting to tab-complete a String argument

Clone this wiki locally