User Tools

Site Tools


tutorial:commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tutorial:commands [2020/11/25 08:20] – [Catch or throw a CommandSyntaxException] i509vcbtutorial:commands [2021/01/07 11:13] – fix misplaced ) in requires example juuz
Line 280: Line 280:
  .requires(source -> source.hasPermissionLevel(4))  .requires(source -> source.hasPermissionLevel(4))
  .executes(ctx -> {  .executes(ctx -> {
- ctx.getSource().sendFeedback(new LiteralText("You are an operator", false));+ ctx.getSource().sendFeedback(new LiteralText("You are an operator"), false);
  return 1;  return 1;
  });  });
tutorial/commands.txt · Last modified: 2024/02/23 14:22 by allen1210