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 SkriptLanguage 1.2.0

This addon adds dictionary utilities.

Tags:
  1. SkriptLanguage 1.2.0

    Jake*
    Changes:
    Added random word effect
    Improved existing effects
    Added config file
    Added /skriptlanguage command to reload config file

    Syntax:
    Code (Text):
    1. (get|load) [the] definition of %string% and (store|save) [it] in %-objects%
    Code (Text):
    1. (get|load) [the] synonym[s] of %string% and (store|save) [(it|them)] in %-objects%
    Code (Text):
    1. (get|load) [the] antonym[s] of %string% and (store|save) [(it|them)] in %-objects%
    Code (Text):
    1. (get|load) [a[n]|%-number%] random...
  2. SkriptLanguage

    Jake*
    This addon provides Dictionary Features.

    Syntax:
    Code (Text):
    1. (get|load) [the] definition of %string% and (store|save) [it] in %-objects%
    Code (Text):
    1. (get|load) [the] synonym[s] of %string% and (store|save) [(it|them)] in %-objects%
    Code (Text):
    1. (get|load) [the] antonym[s] of %string% and (store|save) [(it|them)] in %-objects%
    Examples:
    Code (Text):
    1. get the definition of "lobby" and store it in {_lobbydefinition}
    Code (Text):
    1. load the synonym of "no" and save it in {_no}
    Code (Text):
    1. get...
  3. SkriptLanguage

    Jake*
    This addon serves the purpose of getting the definition, synonyms and antonyms of any word.

    The use of this Addon as of 1.0.0 in big production servers is greately discouraged due to performance issues, will be fixed in upcoming updates.

    Syntax:
    Code (Text):
    1. definition of %string%
    Code (Text):
    1. synonym of %string%
    Code (Text):
    1. antonym of %string%
    To add:
    - Change the dictionary expressions to sections/effects to make them run async and avoid performance issues.
    - Translated Syntax.