diff --git a/src/Lib/Data/Vanilla.ts b/src/Lib/Data/Vanilla.ts index 94688c1..a70c7ea 100644 --- a/src/Lib/Data/Vanilla.ts +++ b/src/Lib/Data/Vanilla.ts @@ -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 }, ], }, @@ -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.",