This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
PeachMaster's profile picture

Commands reuturns error message on server

Started by PeachMaster, 11 August 2017 - 03:42 AM
PeachMaster #1
Posted 11 August 2017 - 05:42 AM
Hallo. This is my first post. So uhh, I need some help.

I am creating a new payment system. And I need some help.
I am currently experimenting in the lua console with command computers. For some reason I can't get it to work..

commands.exec("/eco take PeachyMaster")

Returns:

false
{
   "Unknown command. Try /help for a list of commands",
}

I am on a server that is a WIP. I have op on, and command blocks enabled.
Can someone help?
Bomb Bloke #2
Posted 11 August 2017 - 07:28 AM
"eco" is not a vanilla Minecraft command; is Essentials Economy running on your server? Are you able to run this command through chat, and / or through a regular command block?
PeachMaster #3
Posted 11 August 2017 - 07:42 AM
Yes, and yes.
Bomb Bloke #4
Posted 11 August 2017 - 08:22 AM
What if you drop the "/", or try the "economy" command instead?

Failing those, I'd consider it a bug - usually ComputerCraft is able to pick up on commands added by other mods. I'd recommend opening an issue with more details (such as the mod versions in use).
PeachMaster #5
Posted 11 August 2017 - 10:00 PM
Still returns the same error.
PeachMaster #6
Posted 16 August 2017 - 08:49 PM
bump
Lupus590 #7
Posted 16 August 2017 - 10:45 PM
Failing those, I'd consider it a bug - usually ComputerCraft is able to pick up on commands added by other mods. I'd recommend opening an issue with more details (such as the mod versions in use).