-
Notifications
You must be signed in to change notification settings - Fork 0
Machines
reflexLabs edited this page Nov 17, 2020
·
7 revisions
Allows you to 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 material |
hologramEnabled |
Toggle between enable/disable machine's hologram display |
hologramText |
Defines machine's hologram text |
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'
Join Our Discord server for questions, suggestions, and bug reports.