1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon skript-placeholders 1.5.2

Use and register placeholders with PlaceholderAPI and MVdWPlaceholderAPI

  1. 1.5.2 - Another bug fix update

    APickledWalrus
    **From GitHub:**

    Fixes #27

    This release also updates the addon's dependencies. It should be compatible with Skript 2.5 / 2.6.

    As always, if you encounter any issues or have any ideas for updates, please feel free to open an issue at https://github.com/APickledWalrus/skript-placeholders/issues

    Nightly builds are now available too. You may access them via commits or through the actions tab.

    Enjoy!
  2. 1.5.1 - Minor Bug Fix

    APickledWalrus
    I forgot to do this a while ago... sorry!
  3. 1.5 - Cleanup and new features

    APickledWalrus
    • A lot of syntax has been merged together. Scripts should still work, but some may require minor changes. The documentation has been updated to reflect this update, so I advise users to check that out.
    • Overall plugin size has been reduced due to internal cleanup and refactoring.
    • The colorize option now works on any placeholder being parsed.
    • OfflinePlayer support has been improved for PlaceholderAPI....
  4. PlaceholderAPI Updates

    APickledWalrus
    • Updated PlaceholderAPI to 2.10.6 Please make sure you are running the latest version!
    • Added a new option (without color) to the parse placeholder expression. This only applies to PlaceholderAPI placeholders. It affects whether the returned placeholder value is colorized.
    • Fixed a few NPEs that could occur
    If you encounter any issues, please let me know!
  5. Bug Fixes!

    APickledWalrus
    I would recommend updating to this version as soon as possible.

    This update fixes a few bugs:

    • Fixed an error that would occur with asynchronous calls (Closes #4).
    • Fixed an error that sometimes occurred with setting the result.
    If you have any suggestions for this addon, let me know :emoji_slight_smile:
    novastosha likes this.
  6. Register Placeholders with MVdWPlaceholderAPI

    APickledWalrus
    IMPORTANT: There were minor syntax changes in this update, so your code may have to be updated. Due to the new syntax, the documentation and examples have been moved over to wiki pages (https://github.com/APickledWalrus/skript-placeholders/wiki). The latest syntax is available there.

    This update allows you to register placeholders using MVdWPlaceholderAPI.
    For this to work, you must have an MVdW plugin installed. This also goes for parsing placeholders from MVdWPlaceholderAPI....
  7. MVdW Placeholders

    APickledWalrus
    This release adds support for MVdW Placeholders and also fixes potential bugs.