ServerTools
  • ServerTools
  • Features
    • Pictures in Action
    • Commands & Permissions
      • Staff Commands
      • Player Commands
  • Configurations
    • How to
      • Toggle Modules
      • Internal Variables
      • AutoBroadcast
      • Hex Chat Color
      • BungeeServerCMD
      • ServerInfoCMDS
      • Scheduled Task
      • Reclaim
      • StaffAFK
      • Enviroment Variables
      • ShopGui-RedirectClick
    • Default Files
      • config.yml
      • messages
        • en.yml
        • de.yml
      • Tags.yml
      • Holograms.yml
      • FeaturesGUI.yml
      • CommandProtect.yml
      • ScheduledTask.yml
      • Vouchers.yml
    • Placeholders
Powered by GitBook
On this page
  1. Configurations
  2. How to

ServerInfoCMDS

Informative commands for the players

By using the following configuration, you can create as many informative commands with custom names and no permission hassle. This has support for PlaceholderAPI & Internal Variables Below is shown the /discord and /buy command [!] To override tebex /buy command you must disable it in its config

ServerInfoCMDS:
  Enabled: true
  Commands:
    discord:
      enabled: true
      message:
      - ''
      - '&d&lServer Discord'
      - ''
      - '&d&lDiscord'
      - '&f&l%DISCORD%' 
    buy:
      enabled: true
      message:
      - ''
      - '&f&l[!] &d&lCLICK TO VISIT OUR STORE!'
      - ''
      - '  &d&l• &f&n%STORE%'
      - ''
PreviousBungeeServerCMDNextScheduled Task

Last updated 3 years ago