- Supported Minecraft Versions
- 1.19
This addon provides Dictionary Features.
Syntax:
Examples:
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.
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}
To add:
- Translated Syntax.