Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 6a18fab

Browse files
committed
Preparing for Release :)
1 parent 8ce70b9 commit 6a18fab

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

src/main/java/me/asleepp/SkriptItemsAdder/elements/conditions/CondGetAction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
@Description({"This condition checks if the player has interacted with a custom block with either a left or a right click."})
2020
@Examples({
2121
"on interact with custom block:",
22-
"/tif interact action is right click:",
23-
"/t/tkill event-player"})
22+
"\tif interact action is right click:",
23+
"\t\tkill event-player"})
2424
@Since("1.4")
2525
@RequiredPlugins("ItemsAdder")
2626
public class CondGetAction extends Condition {

src/main/java/me/asleepp/SkriptItemsAdder/elements/conditions/CondGetBlockClicked.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
@Description({"This condition checks what block the player clicked."})
1919
@Examples({
2020
"on interact with custom block:",
21-
"/tif clicked block is \"diamond_tiles\"",
22-
"/t/tsend \"That's quite valuable.\" "})
21+
"\tif clicked block is \"diamond_tiles\"",
22+
"\t\tsend \"That's quite valuable.\" "})
2323
@Since("1.4")
2424
@RequiredPlugins("ItemsAdder")
2525
public class CondGetBlockClicked extends Condition {

src/main/java/me/asleepp/SkriptItemsAdder/elements/conditions/CondGetBlockFace.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
@Description({"This condition checks what face of a block the player has interacted with."})
2020
@Examples({
2121
"on interact with custom block:",
22-
"/tif clicked block face is south:",
23-
"/t/tsend \"Why are you doing that?\""})
22+
"\tif clicked block face is south:",
23+
"\t\tsend \"Why are you doing that?\""})
2424
@Since("1.4")
2525
@RequiredPlugins("ItemsAdder")
2626
public class CondGetBlockFace extends Condition {

src/main/java/me/asleepp/SkriptItemsAdder/elements/sections/SecCreateCustomInventory.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
})
3939
@Examples({
4040
"create a new custom inventory:",
41-
"title: \"Shop\"",
42-
"rows: 5",
43-
"texture: \"inventory:shop\" and \"inventory:shop_extras\"",
44-
"title offset: 150",
45-
"texture offset: 0",
41+
"\ttitle: \"Shop\"",
42+
"\trows: 5",
43+
"\ttexture: \"inventory:shop\" and \"inventory:shop_extras\"",
44+
"\ttitle offset: 150",
45+
"\ttexture offset: 0",
4646
"set {_shop} to last created ia gui",
4747
"show custom {_gui} to all players"})
4848
@Since("1.5")

0 commit comments

Comments
 (0)