Skip to content

Commit

Permalink
Added respawnblocksexplode
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Oct 12, 2021
1 parent b0210e3 commit 4151f20
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/Lib/Data/Vanilla.ts
Original file line number Diff line number Diff line change
Expand Up @@ -593,10 +593,10 @@ export const Vanilla: CommandContainer = {
},
{
name: "gamerule",
documentation: "Sets or queries a game rule value.",
documentation: "??",
parameters: [
{ text: "gamerule", type: ParameterType.keyword, required: true },
{ text: "showbordereffect", type: ParameterType.keyword, required: true },
{ text: "respawnblocksexplode", type: ParameterType.keyword, required: true },
{ text: "value", type: ParameterType.boolean, required: false },
],
},
Expand All @@ -609,6 +609,15 @@ export const Vanilla: CommandContainer = {
{ text: "value", type: ParameterType.boolean, required: false },
],
},
{
name: "gamerule",
documentation: "Sets or queries a game rule value.",
parameters: [
{ text: "gamerule", type: ParameterType.keyword, required: true },
{ text: "showbordereffect", type: ParameterType.keyword, required: true },
{ text: "value", type: ParameterType.boolean, required: false },
],
},
{
name: "gamerule",
documentation: "Whether or not global coordinates display is showed.",
Expand Down

0 comments on commit 4151f20

Please sign in to comment.