auction/SlotMashine/config.yml

22 lines
395 B
YAML
Raw Normal View History

2023-12-14 22:00:10 +00:00
name: SlotMashine
supportedstandards: []
events:
2024-01-09 11:11:13 +00:00
- name: SlotResult
2023-12-16 17:26:51 +00:00
parameters:
2024-01-09 11:11:13 +00:00
- name: array
type: Array
2024-01-16 13:59:15 +00:00
- name: gameResult
parameters:
- name: int
type: Integer
2024-01-09 11:11:13 +00:00
- name: playerBalance
2023-12-16 17:26:51 +00:00
parameters:
2024-01-09 11:11:13 +00:00
- name: int
type: Integer
2023-12-14 22:00:10 +00:00
permissions:
- methods: '*'
2023-12-16 17:26:51 +00:00
events:
2024-01-09 11:11:13 +00:00
- SlotResult
2024-01-16 13:59:15 +00:00
- gameResult
2024-01-09 11:11:13 +00:00
- playerBalance