Installation

api cmds+perms installation Main bugs vids

Installation

  1. Download the latest release
  2. Copy it to /plugins folder
  3. Done!

Configruation

  • This plugin now has a standard YAML configuration file! It is located at "plugins/TeamPlugin/config.yml"
  • Example of a config:
    /*/ the main node of teams
    team:
    /*/ the maximum members in a team
      maxmembers: 4
    /*/ the maximum teams in your server
      maxteams: 10
      price:
    /*/ the price for creating a team
        createteam: 10
    /*/ the price for joining a team
        jointeam: 20
    /*/ the prefix of TeamPlugin
      prefix: '&b[&cMyCoolServerTeams&b]'
    /*/ does TeamPlugin check updates? (recommended to be true to get the latest releases :) )
      checkupdates: true
    /*/ the number of days team will get disbanded when the members are inactive
      team.daysinactivebeforedisband: 5
            
    
  • NOTE: The lines that start with "/*/" are COMMENTS. DO NOT TYPE THE COMMENTS IN THE REAL CONFIG FILE.

Comments

Posts Quoted:
Reply
Clear All Quotes