SkriptLanguage by Jake*

This addon adds dictionary utilities.

Events

0

Expressions

0

Effects

3

Conditions

0

Types

0

Sections

0

Structures

0

Total

3

SkriptLanguage 1.2.0 465 days, 17 hours and 29 minutes ago

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

Syntax:

(get|load) [the] definition of %string% and (store|save) [it] in %-objects%

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

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

(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%

View Update

SkriptLanguage 465 days, 17 hours and 29 minutes ago

This addon provides Dictionary Features.

Syntax:

(get|load) [the] definition of %string% and (store|save) [it] in %-objects%

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

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

(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:
get the definition of "lobby" and store it in {_lobbydefinition}

load the synonym of "no" and save it in {_no}

get antonyms of "yes" and store them in {_notyes::*}

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.

View Update

SkriptLanguage 556 days, 7 hours and 52 minutes ago

This addon provides Dictionary Features.

Syntax:

(get|load) [the] definition of %string% and (store|save) [it] in %-objects%

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

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


Examples:
get the definition of "lobby" and store it in {_lobbydefinition}

load the synonym of "no" and save it in {_no}

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.

View Update

SkriptLanguage 557 days, 11 hours and 51 minutes ago

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:

definition of %string%

synonym of %string%

antonym of %string%


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

View Update

© Copyright 2014-2024 skUnity

All rights reserved.