CrazyCore v10.3.1

Details

  • Filename
    CrazyCore.jar
  • Uploaded by
  • Uploaded
    Mar 23, 2013
  • Size
    409.07 KB
  • Downloads
    800
  • MD5
    7040e389a597b7d10a6e1547cd2eba89

Supported Bukkit Versions

  • CB 1.4.7-R1.0
  • CB 1.4.6-R0.3
  • CB 1.4.5-R1.0

Changelog

Compatible with:
1.3.2-R3.0, 1.4.2, 1.4.5, 1.4.6, 1.4.7, 1.5, 1.5.1

  • Uptodate compatiblilty builds are available on request too.

v10.3.1

  • fixed issue in timeToMessage converter

v10.3

  • added wipePlayerFilePaths option
  • use System.err to report missing language entries.

v10.2.2

  • added more command aliases
  • always return a version number in VersionComparator (ready for Minecraft Bukkit 1.5pre)

v10.2.1

  • fixed possible NPE when loading items
  • fixed EndOfStream-Errors caused by chat overflow caused by tab using in some commands
  • limit tab results to 20 for ExtendedCreatureParamitrisable
  • some code improvements which simplyfy future updates.
  • fixed NPE when using GroupMangager caused by messed up GroupMangager configs.
    • the error does still exist, but its not related with CrazyPlugins and cannot be fixed by them, so the error message is useless.

v10.2

  • compass targets don't need a rotation
  • updated ItemStack saving and loading
  • improved ExtendedCreatureParamitrisable (for CrazySpawner)
    • added some more aliases
    • added Baby Creatures
    • added VillagerTypes (profession)
    • added ZombieVillager
    • improved tab support

v10.1

  • added possebility to show/change all loggers at once
  • sort loggers by name

v10.0.3

  • protected defaultLanguage against invalid selections
  • removed (some unused) compatibilitiy code
  • moved and enhenced CreatureParamitrisable from CrazySpawner to CrazyCore (required for other plugins too)

v10.0.2

  • minor performance improvements
  • added checkForUpdates option
  • added plugin modes
  • improved database not accessible error messages, when checking (mysql) database connection
  • some additional null checks
  • code simplifications / cleanup
  • show first and last connect value with PlayerData

v10

  • updated plugin metrics
  • fixed bug in update checker when no file uploads are found
  • massive recoding simplifications and improvements
  • made jar standalone to show plugin infos if executed without bukkit (mostly for linux users)
  • fixed invalid language selections
  • added load user languages option
  • improved Date and Location Paramitrables
  • fixed PluginChannels being not handled properly
  • improved collection editors
  • improved command executors
  • improved crazycore player info command to show more data
  • improved CrazyEvents
  • added player associates command
  • ignore character case when sorting lists
  • improved plugin mode command (options)
    • added chatHeader mode
  • improved some error messages
  • added message when loading languages, because this may take a while (depending on how much languages must be downloaded)

v9.7.2

  • added more paramitrisables (for CrazyCaptcha)
  • improved parameter reading

v9.7.1

  • fixed issue with empty lines in lang files
  • improved access permissions for subcommands
  • don't allow access to subcommands if they don't have the permission to do anything in there
  • improved database code
    • fixed some very rare ConcurrentModificationExceptions on save (FlatDatabase)
    • fixed issues in ConfigurationDatabase due to corrupted databases.
  • show permission groups in player info command
  • some code improvements and changes for CrazyLogin & CrazyChats

v9.7

  • improved flat database security
    • fixed issues due to incomplete saves
    • repair entries up to four times
    • added a message, which entry failed loading (for manually repairing)
  • fixed player info command when using no args
  • fixed some NPEs
  • made chatHeader changeable in config
  • added PermissionBukkit to Permission Systems
  • added SQLite support

v9.6.1

  • fixed getMinecraftVersion not working for Spigot/Tekkit

v9.6

  • added GroupSupport to PermissionModules (required for CrazyChats)