You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I am very sorry, this is the first time I'm making one of these)
Very simple issue, really.
I was crashing whenever I called the "/treats" command, and I had narrowed it down to api_give_item("bee:nightcrawler", 1).
Changing it to api_give_item("bee.nightcrawler", 1) seems to have fixed it.
Summery: Change api_give_item("bee:nightcrawler", 1) to api_give_item("bee.nightcrawler", 1) in scripts.lua.
The text was updated successfully, but these errors were encountered:
(I am very sorry, this is the first time I'm making one of these)
Very simple issue, really.
I was crashing whenever I called the "/treats" command, and I had narrowed it down to api_give_item("bee:nightcrawler", 1).
Changing it to api_give_item("bee.nightcrawler", 1) seems to have fixed it.
Summery: Change api_give_item("bee:nightcrawler", 1) to api_give_item("bee.nightcrawler", 1) in scripts.lua.
The text was updated successfully, but these errors were encountered: