9 lines
165 B
JavaScript
9 lines
165 B
JavaScript
// priority: 0
|
|
|
|
// Visit the wiki for more info - https://kubejs.com/
|
|
|
|
console.info('Hello, World! (Loaded server scripts)')
|
|
|
|
ServerEvents.recipes(event => {
|
|
|
|
}) |