Configuration Tutorial

Configuration Tutorial

 

  • Default config.yml:
    offPlayersSearch: true
    Chat:
      custom: false
      prefix: §a[BasicPlayersInformation] §f
      colors:
        online-players: §a
        offline-players: §c
      messages:
        player-not-found: Player not found
        reload: Plugin just reloaded
        syntax-error: 'Syntax error: /pi check <player>'
  • First field (offPlayerSearch):
    • true: using command /pi check <player> the algorithm will search through the offline players list
    • false: it will not, setting it false the algorithm needs less time but gives less information
  • Chat configuration:
    • custom (default false):
      • true: plugin will use following (chat) configuration
      • false: plugin will ignore following (chat) configuration
    • prefix: plugin use this prefix for messages to the players
    • colors: change color using: https://minecraft.gamepedia.com/Formatting_codes
    • messages: change plugin messages

Comments

Posts Quoted:
Reply
Clear All Quotes