Class PrompterInstruction
java.lang.Object
ua.mcchickenstudio.opencreative.coding.prompters.PrompterInstruction
-
Constructor Summary
ConstructorsConstructorDescriptionPrompterInstruction(@NotNull String playerName, @NotNull String playerUUID, @NotNull String request, int maxActions) -
Method Summary
-
Constructor Details
-
PrompterInstruction
-
-
Method Details
-
get
Returns instruction, that can be used for sending to prompter.It contains information about:
- player name, uuid
- server version
- limits of executors and actions
- details about some events and actions.
- list of all events, actions, conditions, placeholders, game values
- examples of code
- examples of saving values
- Returns:
- instruction text.
-