I was doing some cleaning up in the main class of PlaceholderAPI and forgot to call the method which loads the settings from the config file such as the default customizable date format, boolean true/false Strings. This caused a NPE to be thrown for any placeholders which depend on those customizable options. This has been fixed and I have also added a fail safe to prevent this from ever happening again. Sorry for any errors this may have caused you.