HomeJavaMods[Addon Skript] Sketch
[Addon Skript] Sketch
Sketch.png


Sketch is a simple addon java.

Sorry for my bad english. If you don't understand or if a text bloc isn't correct, contact me.

Effects.png
Save item in file
Patern:
(create|modify) [the ]%player%['s] tag (with|to) [[the ]prefix ]%string% (and|,) [[the ]suffix ]%string%
Click to expand...
Exemple:
Code (Text):
on join:
    if "%player%" is "LordOfTime":
        modify the player's tag to prefix "&f&lDev'" and suffix "&7| &eLevel &a3" #screen
Spoiler: Screen
2017-01-07_16.07.46.png
[/COLOR]

Set player's tag prefix and suffix

Patern:
(save|store) [item[[ ]stack]] %itemstack% (at|to) [section] %string% (in|to) [[y[a]ml ]file ]%string%
Click to expand...
Exemple:
Code (Text):
on quit:
    save itemstack player's tool at section "ItemInHand"  in file "plugins/items/%player%.yml"



Expressions.png
Load item from yml section
Patern:
[get[ted]] [item[[ ]stack]] (in|from) [[y[a]ml ]file ]%string% (at|where) [section] %string%
Click to expand...
Exemple:
Code (Text):
on join:
    clear player's inventory
    give get itemstack from yml file "plugins/items/%player%.yml" at section "ItemInHand" to player

Get item by id

Patern:
[get[ted]] [item[[ ]stack]] with [the ]id %integer%
Click to expand...
Exemple:
Code (Text):
command /giveid <int>:
    give get item with id arg 1 to player


Get item by (reak) name


Patern:
[get[ted]] [item[[ ]stack]] with [the ][real ]name %string%
Click to expand...
Exemple:
Code (Text):
command /givename <text>:
    give get item with real name "%arg 1%" to player

Get player prefix

Patern:
[get[ted]] prefix (of [tag of]|in tag of) %player%
Click to expand...
Exemple:
Code (Text):
command /getprefix:
    message "%getted prefix in tag of player%

Get player suffix

Patern:
[get[ted]] suffix (of [tag of]|in tag of) %player%
Click to expand...
Exemple:
Code (Text):
command /getsuffix:
    message "%getted suffix in tag of player%


End.png

Suggest!

In the comments, the topic, by mp!

Do you like the plugin?

Give it ★★★★★ rating!
Licence
[​IMG]
This work is licensed under a Creative Commons Attribution-No Commercial Usage-No Derivative Works 4.0 International License.
Derogation: You can draw from the work said commercial use via works realized by means of the so-called work, as long as it is not the work said in itself or any other modified version. (sorry it's google translation, i havn't the correct english level to translate this :( (i'm french)

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

[Addon Skript] Sketch is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 1,494 times (via Spigot). Download it and open it directly in the game.

Explore more