Resource icon

Addon SkriptLanguage 1.2.0

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

Supported Minecraft Versions
  1. 1.19
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%
Code:
(get|load) [a[n]|%-number%] random [(:spanish|:chinese|:italian|:german|english)] word[s] [with (length|size) %-number%] (and (store|save) [(it|them)] in|to) %-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::*}
Code:
get a random english word and store it  in {_word}
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.
Author
Jake
Downloads
998
Views
998
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Jake

Latest updates

  1. SkriptLanguage 1.2.0

    Changes: Added random word effect Improved existing effects Added config file Added...
  2. SkriptLanguage

    This addon provides Dictionary Features. Syntax: (get|load) [the] definition of %string% and...
  3. SkriptLanguage

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