-
Notifications
You must be signed in to change notification settings - Fork 1
Introduction
Sven Rahn edited this page May 25, 2018
·
19 revisions
This page will help you to understand the basic structure of the plugin.
Aliases are basically new, user-defined commands. For example, an alias can trigger the /give and /say command. This looks like this in the config:
"giveMeCookies" {
commands = [
"*give %player% minecraft:cookie 3",
"*say %player% is hungry and just got three cookies!"
]
}