v1.4.0

Details

  • Filename
    xTeam.jar
  • Uploaded by
  • Uploaded
    Mar 21, 2012
  • Size
    43.46 KB
  • Downloads
    442
  • MD5
    df4b84c305131d5f40fac80cb6cb3d8c

Supported Bukkit Versions

  • CB 1.2.3-R0.1

Changelog

Beta v1.4.0

  • ADDED - configuration option for standard teams (e.g. defaultteams=red,green,blue) default is nothing
  • ADDED - configuration option for joining a random default team
  • ADDED - configuration option for balancing teams on upon randomly joining them
  • ADDED - configuration option for allowing the players to ONLY join default teams
  • ADDED - '/team admin' for showing admin specific commands (doesn't show up in the standard command list)
  • ADDED - '/team set [player] [team]' for admin to set team (set team to 'none' for removing player from team)
  • ADDED - '/team sethq [teamname]' for admin to set hq for a specific team
  • ADDED - xteam.leave permisison node
  • FIXED - a null out of bounds error with the '/team join' command
  • FIXED - bugs with event handlers

Beta v1.3.0

  • ADDED - /team list function to show all team on the server and xteam.list permission node
  • ADDED - showing list of offline players in /team info [playername]
  • ADDED - /team info [teamname] in addition to /team info [playername] (playername takes precedence over teamname)
  • ADDED - password length requirement (greater than 3)
  • ADDED - show team leader in /team info [teamname] command
  • ADDED - /team HQ [teamname] for admins/ops to teleport to other team headquarters and xteamadmin.hq permission node for it
  • ADDED - /team setleader [teamname] [player] for admins/ops to change the team leader of a specific team and xteamadmin.setleader permission node
  • FIXED - nothing appearing in chat if you leave team with chat status enabled
  • FIXED - so that only team admins can say the password in chat (players cannot accidently say password in chat)
  • FIXED - /team info [playername] works for offline players
  • FIXED - other minor bug fixes

Beta v1.2.1

  • COMPILED - with 1.2.3_R0.1
  • ADDED - 'xteam.*' permission node for bPermissions users (PermissionsEx and PermissionsBukkit users can still use it)
  • ADDED - a check for cancelled event before code execution in many event handling sections
  • FIXED - a minor bug which repeated console team messages
  • FIXED - general code cleaning

Beta v1.2.0

  • FIXED - major bug that did not register events properly (outdated code)
  • ADDED - logging for team chat in console
  • ADDED - function to censor noobish players from saying their team password in chat (can still say in team chat)
  • FIXED - other minor bugs

Beta v1.1.1

  • FIXED - issue with spoutcraft feature causing an internal error and not letting players teleport when there are nearby enemies

Beta v1.1

  • INCLUDED - support for any permissions that uses the standard bukkit SuperPerms

Beta v1.0

  • Initial Release