TeamPlugin_v1.2.0
Details
-
FilenameTeam.jar
-
Uploaded by
-
UploadedDec 4, 2013
-
Size84.35 KB
-
Downloads417
-
MD544e4a49dcdef9ad2b5b1440998ba478a
Supported Bukkit Versions
- CB 1.6.4-R2.0
- 1.7.2
Changelog
Added /team fdisband - Forcibly disbands a team! Permission: (/team forcedisband) - default for ops.
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.
Update-checking
- Update checking is now RE-IMPLEMENTED. Edit the value "checkupdates" under the node "team" in the configuration (as stated above) to enable/disable it. It is enabled by default.
Old data
- Old data like the price for joining/creating a team, the maximum numbers of teams, and the maximum members in a team will be RESETTED to its defalut value: 0,0,500,20 respectively due to the new config
- Teams WOULD NOT get disbanded or deleted
- The items and price in the /team shop will still kept.
Logger
- Teams have a standard logger to log all errors.
- The file is located in "plugins/TeamPlugin/log.txt"
THE TEAM DISBANDING PROBLEM IS FIXED IN THIS VERSION