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.
- Set the prefix and the suffix of name below player
(create|modify) [the ]%player%['s] tag (with|to) [[the ]prefix ]%string% (and|,) [[the ]suffix ]%string%Click to expand...
Code (Text):
on join:
if "%player%" is "LordOfTime":
modify the player's tag to prefix "&f&lDev'" and suffix "&7| &eLevel &a3" #screen
if "%player%" is "LordOfTime":
modify the player's tag to prefix "&f&lDev'" and suffix "&7| &eLevel &a3" #screen
Spoiler: Screen
[/COLOR]
Set player's tag prefix and suffix
- Save an itemstack at a yaml section in a yaml file.
(save|store) [item[[ ]stack]] %itemstack% (at|to) [section] %string% (in|to) [[y[a]ml ]file ]%string%Click to expand...
Code (Text):
on quit:
save itemstack player's tool at section "ItemInHand" in file "plugins/items/%player%.yml"
save itemstack player's tool at section "ItemInHand" in file "plugins/items/%player%.yml"
- Load a item saved in a yaml section.
[get[ted]] [item[[ ]stack]] (in|from) [[y[a]ml ]file ]%string% (at|where) [section] %string%Click to expand...
Code (Text):
on join:
clear player's inventory
give get itemstack from yml file "plugins/items/%player%.yml" at section "ItemInHand" to player
clear player's inventory
give get itemstack from yml file "plugins/items/%player%.yml" at section "ItemInHand" to player
Get item by id
- Get an item with the gived id
[get[ted]] [item[[ ]stack]] with [the ]id %integer%Click to expand...
Code (Text):
command /giveid <int>:
give get item with id arg 1 to player
give get item with id arg 1 to player
Get item by (reak) name
- Get an item with the real name
[get[ted]] [item[[ ]stack]] with [the ][real ]name %string%Click to expand...
Code (Text):
command /givename <text>:
give get item with real name "%arg 1%" to player
give get item with real name "%arg 1%" to player
Get player prefix
- Get the prefix of a player
[get[ted]] prefix (of [tag of]|in tag of) %player%Click to expand...
Code (Text):
command /getprefix:
message "%getted prefix in tag of player%
message "%getted prefix in tag of player%
Get player suffix
- Get the suffix of a player
[get[ted]] suffix (of [tag of]|in tag of) %player%Click to expand...
Code (Text):
command /getsuffix:
message "%getted suffix in tag of player%
message "%getted suffix in tag of player%
Suggest!
In the comments, the topic, by mp!
Do you like the plugin?
Give it ★★★★★ rating!
Licence
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)Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
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.