dis comm
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
ServerEvents.customCommand('patata', event => {
|
||||
event.player.give(Item.of('kubejs:golden_potato', 64))
|
||||
})
|
||||
ServerEvents.customCommand('paint', event => {
|
||||
event.player.give(Item.of('kubejs:golden_potato', 64))
|
||||
})
|
||||
// ServerEvents.customCommand('paint', event => {
|
||||
// event.player.give(Item.of('kubejs:golden_potato', 64))
|
||||
// })
|
||||
@@ -1,4 +1,4 @@
|
||||
PlayerEvents.loggedIn((event) => {
|
||||
/*PlayerEvents.loggedIn((event) => {
|
||||
event.player.paint({
|
||||
last_message: {
|
||||
type: "text",
|
||||
@@ -11,4 +11,4 @@ PlayerEvents.loggedIn((event) => {
|
||||
draw: "always",
|
||||
},
|
||||
});
|
||||
});
|
||||
});*/
|
||||
Reference in New Issue
Block a user