Skip to content

Machines

reflexLabs edited this page Nov 19, 2020 · 7 revisions

Machines.yml

You can create an unlimited amount of bank machines by adding

your own new machine section to machines.yml following this example.

Clean Machines Document Jump down to clean document

Value Description
UUID Machine's Unique ID
inventoryType Machine's inventory type (According inventories)
chargeUse Machine's charge per use
material Machine's material
customID Machine's custom model data
hologramEnabled Toggle between enable/disable machine's hologram display
hologramText Defines machine's hologram text

Clean Machines Document

machines:
  69cba45d-a5e4-4d8e-bd67-2d1aec7dc3261605318080702:
    inventoryType: bank
    location:
      ==: org.bukkit.Location
      world: world
      x: 620.0
      y: 66.0
      z: -1632.0
      pitch: 0.0
      yaw: -135.0
    chargeUse: 50
    material: IRON_HOE
    customID: 120
    hologramEnabled: true
    hologramText: '&a&lATM'

Clone this wiki locally