SkriptLanguage

  • 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!

Jake

Supporter
Jan 30, 2022
217
14
18
18
Italy
github.com
This addon provides Dictionary Features.

Syntax:
Code:
(get|load) [the] definition of %string% and (store|save) [it] in %-objects%
Code:
(get|load) [the] synonym[s] of %string% and (store|save) [(it|them)] in %-objects%
Code:
(get|load) [the] antonym[s] of %string% and (store|save) [(it|them)] in %-objects%

Examples:
Code:
get the definition of "lobby" and store it in {_lobbydefinition}
Code:
load the synonym of "no" and save it in {_no}
Code:
get antonyms of "yes" and store them in {_notyes::*}

Note: Synonyms and Antonyms both return a list, storing in a non-list variable will store a single value out of them and won't cause any issues.

To add:
- Translated Syntax.