Money

Action to give money to a player

Structure

ParamDescriptionValue type
moneyThe amount of money to be handed outFloat or Integer

Examples

At the moment, this action can only be added via config.

Example config

title = "Eggs Category"
hidePlayerData = false
category = "category2"

"0" {
  location = "world, 0.0, 1.0, 0.0"
  type = "BLOCK"
  id = 0
  actions {
    money = 100
  }
}