πŸ“ƒUnderstanding the config

The plugin has a configuration file from which you can modify various information to your liking. Let us now see them in detail.

#############################
#   UltimateServerManager   #
#     Configuration file    #
#############################

Options:
  Language: 'en'
  Command-Aliases:
    Main: [manager]
    Plugin-Manager: [pmanager]
    File-Browser: [file]
    Server-Stats: [stats]
    Command-Blocker: [cmdblocker]
  Protected-Plugins: [UltimateServerManager]
  Use-Internal-TPS: true

Modules:
  Plugin-Manager: true
  File-Browser: true
  Server-Stats: true
  Command-Blocker: true

The file is organized into two sections: Options and Modules.

πŸ“ƒpageOptions sectionπŸ“ƒpageModules section

Last updated