Skip to content
Scott edited this page Sep 29, 2012 · 3 revisions

Home | Commands | Permissions | Configuration | Perks | Back to Bukkit

Version: 1.2.1

  • Upgraded to support 1.3.2-R1.0

    • Anyone using a version lower than CB-1.3.2 will need to use an older version of SN as this release does not support older Bukkit builds.
  • Fixed problem with xp drops when the bonus/share xp perk is active.

  • Fixed NULL exception sometimes occurring in the LWC integration Perk.

  • Changed profile male/female to use resource.

    • Add the following to resources.json "social.label.male": "Male", "social.label.tag.female": "Female",
  • Gender command was not reporting invalid parameters.

  • Made it so you cannot add the player you are Married to as a child.

    • Add the following to resources.json "social.child.cannotSendRequest.married.sender": "You are Married to this player and cannot add them as a child.",
  • Made it so you cannot get Engaged to a player you are a parent or child of.

    • Add the following to resources.json "social.engagement.cannotSendRequest.childParent.sender": "You cannot get Married with a person you are a child or parent of.",
  • Added displaying of accept/reject/ignore help segments when a request is sent to a player.

  • Fixed exceptions sometimes thrown from LWC integration.

Version: 1.2.0

  • Added /social lastlogin .

    • Allows you to check the last time a player in your groups has logged in.
  • Added /social status.

    • Set a status message to be displayed in your profile.
  • Added /social pausechat.

    • Allows you to block all incoming & outgoing chat so you can read the social network information easier without having chat mixing into the view.
  • Added /social profile . This displays the player details along with the status message from above.

    • Name
    • Gender if turned on
    • join date (to the network, not the game)
    • last login
    • friends

    • relationships

    • affairs

    • children

    • Engaged/Married/Divorced
    • Status
  • Added command /social admin purge .

    • This allows you to delete accounts that have not been logged on for the given number of days.
  • Added command /social admin reload

    • This allows you to reload the configuration files for SocialNetwork only.
  • Added command /social admin clear

    • If there is any time a player appears to be blocked from using commands, use this to clear those out.
  • Added command /social admin remove

    • Delete a player data files
  • Added command /social admin gender <male|female>

    • Change a players gender
  • Added custom commands !

    • You can now customize any of the Social Network commands to anything you please.
    • For example, you can change "/social friend request " to "/social fr ".
  • Players are now notified when people in their groups log in and out.

  • Players are notified when people in their groups update their status messages.

  • Added command /social mute <login|status|gender> to choose to not receive the specified notification.

  • Made /social gift able to be limited to single or multiple worlds.

  • Display of pending requests has been better formatted.

  • When gender require flag is true, players are now stopped from moving until they choose a gender using /social gender.

  • Fixed some potential memory leaks caused during multiple server reloads.

  • Made some performance improvements during perk/member lookups.

  • When users use the incorrect parameters of a command, but get the command correct, they are now provided the help for that command.

  • Fixed issue with sending requests of the same type, but from different people

  • Gender was not being properly checked when using the /social engagement.

  • Players can now be automatically added to the Social Network upon login. This is now the default setting.

    • You can choose to turn off automatic signup in config.json.
    • Players can still use /social quit to leave the network and not receive any further notices from it.
    • Players can use /social join to join back onto the network again if they choose.
  • When gender require flag is true gender choice no longer blocks commands. Instead you have two options, see config.json.

    • Players can be stopped from moving until they choose a gender using /social gender.
    • Players are sent reminders to choose gender during login.
    • When gender is false, players can still choose gender using /social gender
    • Gender can only be chosen once by a player. /social admin gender allows changing otherwise.
  • New Perk: Bonus XP

    • Earn extra xp when killing monsters with others.
  • New Perk: Adjust Health Regain

    • Regain health at a higher (or lower!) rate when near others in your groups.
  • New Perk: Food Sharing

    • Share food gains when someone in your groups eats while near you.
  • Quite a few changes were made to the resources.json and config.json. Please do the following if upgrading:

    • Make a backup of your current configurations.
    • Delete the originals
    • Restart/Reload your server and let the plug-in create a new resources.json and config.json
    • Then merge anything custom from your old versions into the new files

Version 1.1.1

  • Fixed NoClassDefFoundError when you did not have WorldGuard installed. The exception was harmless if you did not have WorldGuard installed, but just cleaning up log errors.

  • Fixed potential NULL exception during data loading.

  • Fixed issue with help pages not showing properly.

  • Added usage of Metrics for sending completely anonymous data to http://mcstats.org for usage tracking.

Version 1.1.0

  • Moving out of BETA and into full RELEASE.

  • Changed behaviour of help pages to remove commands the user does not have permission to use and adjust the pages accordingly.

  • Fixed some incorrectly labeled help commands.

  • Added several "combined" permission groups:

    • social.*: Includes everything except social.priest and social.lawyer
    • social.main.*: Includes all main permissions
    • social.group.*: Includes all the group permissions
    • social.perk.*: Includes all the perk permissions
    • social.job.*: Includes social.priest and social.lawyer permissions
  • Added new Perk: WorldGuard Integration

    • Players with social groups with this Perk assigned will automatically add/remove those members to their WorldGuard region members list also !
  • Added new Perk: LWC Integration

    • Players with social groups with this Perk assigned will automatically add/remove those members to their LWC protection member lists also !

Version 1.0.0

Initial BETA release.