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!

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

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%
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.
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:
definition of %string%
Code:
synonym of %string%
Code:
antonym of %string%

To add:
- Change the dictionary expressions to sections/effects to make them run async and avoid performance issues.
- Translated Syntax.