Skip to content

Commit

Permalink
Update feature/bow branch nightly docs to SkriptLang/Skript@1c94cbe
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightly Docs Bot committed Feb 15, 2024
1 parent 0cfb731 commit 4380839
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docs/nightly/feature/bow/classes.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/nightly/feature/bow/conditions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/nightly/feature/bow/docs.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/nightly/feature/bow/docs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"skriptVersion" : "2.8.2-nightly-787aace",
"skriptVersion" : "2.8.2-nightly-1c94cbe",

"classes" : [
{
Expand Down Expand Up @@ -108,7 +108,7 @@
],
"since" : "Unknown",
"description" : "Wool, dye and chat colors.",
"examples" : "color of the sheep is red or black\\nset the color of the block to green\\nmessage \"You're holding a <%color of tool%>%color of tool%<reset> wool block\""
"examples" : "color of the sheep is red or black\\nset the color of the block to green\\nmessage \"You're holding a <%color of tool%>%color of tool%<reset> wool block\""
},
{
"id" : "commandsender",
Expand All @@ -121,7 +121,7 @@
],
"since" : "1.0",
"description" : "A player or the console.",
"examples" : "command /push [<player>]:\\n trigger:\\n if arg-1 is not set:\\n if command sender is console:\\n send \"You can't push yourself as a console :\\\" to sender\\n stop\\n push sender upwards with force 2\\n send \"Yay!\"\\n else:\\n push arg-1 upwards with force 2\\n send \"Yay!\" to sender and arg-1"
"examples" : "command /push [<player>]:\\n trigger:\\n if arg-1 is not set:\\n if command sender is console:\\n send \"You can't push yourself as a console :\\\" to sender\\n stop\\n push sender upwards with force 2\\n send \"Yay!\"\\n else:\\n push arg-1 upwards with force 2\\n send \"Yay!\" to sender and arg-1"
},
{
"id" : "damagecause",
Expand Down Expand Up @@ -517,7 +517,7 @@
],
"since" : "1.0",
"description" : "A player. Depending on whether a player is online or offline several actions can be performed with them, though you won't get any errors when using effects that only work if the player is online (e.g. changing their inventory) on an offline player.\\nYou have two possibilities to use players as command arguments: <player> and <offline player>. The first requires that the player is online and also accepts only part of the name, while the latter doesn't require that the player is online, but the player's name has to be entered exactly.",
"examples" : "set {_p} to \"Notch\" parsed as a player # returns <none> unless Notch is actually online or starts with Notch like Notchan\\nset {_p} to \"N\" parsed as a player # returns Notch if Notch is online because their name starts with 'N' (case insensitive) however, it would return nothing if no player whose name starts with 'N' is online."
"examples" : "set {_p} to \"Notch\" parsed as a player # returns <none> unless Notch is actually online or starts with Notch like Notchan\\nset {_p} to \"N\" parsed as a player # returns Notch if Notch is online because their name starts with 'N' (case insensitive) however, it would return nothing if no player whose name starts with 'N' is online."
},
{
"id" : "potioneffect",
Expand Down Expand Up @@ -3547,7 +3547,7 @@ Do note that other event values, such as 'player', won't work in this section.",
],
"since" : "1.4.1",
"description" : "Called whenever a player chats.\\nUse <a href='./expressions.html#ExprChatFormat'>chat format</a> to change message format.\\nUse <a href='./expressions.html#ExprChatRecipients'>chat recipients</a> to edit chat recipients.",
"examples" : "on chat:\\n if player has permission \"owner\":\\n set chat format to \"&amp;amp;amp;lt;red&amp;amp;amp;gt;[player]&amp;amp;amp;lt;light gray&amp;amp;amp;gt;: &amp;amp;amp;lt;light red&amp;amp;amp;gt;[message]\"\\n else if player has permission \"admin\":\\n set chat format to \"&amp;amp;amp;lt;light red&amp;amp;amp;gt;[player]&amp;amp;amp;lt;light gray&amp;amp;amp;gt;: &amp;amp;amp;lt;orange&amp;amp;amp;gt;[message]\"\\n else: #default message format\\n set chat format to \"&amp;amp;amp;lt;orange&amp;amp;amp;gt;[player]&amp;amp;amp;lt;light gray&amp;amp;amp;gt;: &amp;amp;amp;lt;white&amp;amp;amp;gt;[message]\""
"examples" : "on chat:\\n if player has permission \"owner\":\\n set chat format to \"&amp;lt;red&amp;gt;[player]&amp;lt;light gray&amp;gt;: &amp;lt;light red&amp;gt;[message]\"\\n else if player has permission \"admin\":\\n set chat format to \"&amp;lt;light red&amp;gt;[player]&amp;lt;light gray&amp;gt;: &amp;lt;orange&amp;gt;[message]\"\\n else: #default message format\\n set chat format to \"&amp;lt;orange&amp;gt;[player]&amp;lt;light gray&amp;gt;: &amp;lt;white&amp;gt;[message]\""
},
{
"id" : "chunk_generate",
Expand Down Expand Up @@ -4456,7 +4456,7 @@ Do note that other event values, such as 'player', won't work in this section.",
],
"since" : "2.7",
"description" : "Called when a player enters a chunk. Note that this event is based on 'player move' event, and may be called frequent internally.",
"examples" : "on player enters a chunk:\\n send \"You entered a chunk: %past event-chunk% -&amp;amp;gt; %event-chunk%!\" to player"
"examples" : "on player enters a chunk:\\n send \"You entered a chunk: %past event-chunk% -&gt; %event-chunk%!\" to player"
},
{
"id" : "player_deep_sleep",
Expand Down Expand Up @@ -4776,7 +4776,7 @@ Do note that other event values, such as 'player', won't work in this section.",
],
"since" : "1.0",
"description" : "As signs are placed empty, this event is called when a player is done editing a sign.",
"examples" : "on sign change:\\n line 2 is empty\\n set line 1 to \"&amp;amp;amp;lt;red&amp;amp;amp;gt;%line 1%\""
"examples" : "on sign change:\\n line 2 is empty\\n set line 1 to \"&amp;lt;red&amp;gt;%line 1%\""
},
{
"id" : "slime_split",
Expand Down Expand Up @@ -9691,7 +9691,7 @@ The return value in this case will be the view distance set in system.properties
],
"since" : "2.8.0",
"description" : "Returns an online player from their name or UUID, if player is offline function will return nothing.\\nSetting 'getExactPlayer' parameter to true will return the player whose name is exactly equal to the provided name instead of returning a player that their name starts with the provided name.",
"examples" : "set {_p} to player(\"Notch\") # will return an online player whose name is or starts with 'Notch'\\nset {_p} to player(\"Notch\", true) # will return the only online player whose name is 'Notch'\\nset {_p} to player(\"069a79f4-44e9-4726-a5be-fca90e38aaf5\") # &lt;none&gt; if player is offline"
"examples" : "set {_p} to player(\"Notch\") # will return an online player whose name is or starts with 'Notch'\\nset {_p} to player(\"Notch\", true) # will return the only online player whose name is 'Notch'\\nset {_p} to player(\"069a79f4-44e9-4726-a5be-fca90e38aaf5\") # &amp;amp;lt;none&amp;amp;gt; if player is offline"
},
{
"id" : "product",
Expand Down
2 changes: 1 addition & 1 deletion docs/nightly/feature/bow/effects.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/nightly/feature/bow/events.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/nightly/feature/bow/expressions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/nightly/feature/bow/functions.html

Large diffs are not rendered by default.

Loading

0 comments on commit 4380839

Please sign in to comment.