Kether Tutorial - zzzyyylllty/Sertraline-Hydrochloride GitHub Wiki

The Kether Script was created by Mr. izzel.

It can be used to execute instructions, modify data, game modes, parse Placeholder API, etc.

Let's start learning!

Kether Script List

You can use /depazapi eval <script> to eval Kether, ex: /depazapi eval tell "Hello World"

for all my plugin you can use /chotenapi eval <script>.

Item Kether

You may use <kether:xxx> in item anywhere.

1.1.4+ please use {{ }} .

QQ_1745414616475

Basic

Tell

Tell a message to sender, isn't it simple?

tell {action} | send {action} | message {action}

Let's try and see:

/sertraline api eval tell "Hello World!"

QQ_1745743456200

Papi

Solve papi from a string

papi {action} | placeholder {action}

Let's try it:

/sertraline api eval papi "Name: %player_name%"

QQ_1745743618479

Link Together

Let's put it together...

/sertraline api eval tell papi "%player_name% Love ChoTenChan"

QQ_1745743690748

Command

run a command.

command {action} [as (console|player|op)]

Let us try it:

/sertraline api eval command papi "say %player_name%,Hello!" as console

QQ_1745743890601

Sender

return kether executer.

/sertraline api eval sender

QQ_1745744040619

Inline

run a kether in string.

inline {action} | function {action}

/sertraline api eval tell inline "my name is {{ sender }}"

QQ_1745744115502

⚠️ **GitHub.com Fallback** ⚠️