-
Notifications
You must be signed in to change notification settings - Fork 0
Reward Types
Kārlis Čerņavskis edited this page Jul 10, 2024
·
1 revision
Quest rewards are defined in the rewards
property of a quest. They are a list of reward objects, each of which can be one of the following types: res
Gives the player an item
-
item
: The item to give the player -
count
(optional, default: 1): The amount of the item to give the player
Runs a command as the player
-
command
: The command to run -
permission_level
(optional, default: 2): The command's permission level, when ran as the player (player needn't have this permission level)
Gives the player experience
-
experience
: The amount of experience to give the player -
level
(optional, default: false): Whether to give the player levels instead of points
Gives the player loot from a loot table
-
loot_table
: The loot table to give the player
Gives the player a quest
-
quest
: The quest to give the player (by definition path)