2.4.1

Details

  • Filename
    TacoAPI.jar
  • Uploaded by
  • Uploaded
    Sep 1, 2013
  • Size
    148.40 KB
  • Downloads
    842
  • MD5
    e2dfe195818fb0c1c5c5ead92c68f544

Supported Bukkit Versions

  • CB 1.6.2-R0.1

Changelog

This is an optional update. This will not any of your plugins. However it is reccomemnded you do so if you have Mineopoly installed (see bullet 2)

  • + Aliases to a subcommand are displayed in the help message.
  • * Changed the method in which the shortest alias for a command is given. For Mineopoly, this should fix the issue where the plugin tells users to use /mgame when a certain minigames plugin uses that command. Mineopoly should, after this update, change the command being displayed.
  • + Added more serialization options to TacoSerialization. When a plugin accesses TacoSerialization (i.e. ItemMail) a config file will be generated in <plugins-folder>/TacoSerialization. In this file, different serialization keys can be turned off by setting the corresponding value to false. For instance, there may be a case where TacoSerialization is used to save player data so a player can be teleported from one server to another. Because the EnderChest of player is saved, some server owners may not want that, as it then creates a way to access the same ender chest on two seperate servers. For this reason, some values in the serialization process can be set to false, preventing such a thing from happening.