Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
add some command script meta notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed May 21, 2017
1 parent 34537e6 commit 3002348
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -47,6 +47,9 @@ public static void clear() {
// @Description
// An in-game command script is a script that handles in-game commands.
// It is simply identified with the type "command".
// Expected keys: name (list or string), description (string), permission (string, optional),
// Valid contexts: source (player/block/server), player (PlayerTag, if source=player), location (LocationTag, if source=block)
// arguments (ListTag), raw_arguments (TextTag)
// -->

public GameCommandScript(String name, YAMLConfiguration section) {
Expand Down

0 comments on commit 3002348

Please sign in to comment.