keepcalm / BukkitForge

The world's first __opensource__ coremod. Also a port of the Bukkit server API to MinecraftForge.
http://www.minecraftforge.net/forum/index.php/topic,3254.0.html
103 stars 60 forks source link

[RCON]Commands returns to console, not to requester #483

Open ghost opened 11 years ago

ghost commented 11 years ago

Plugin: None Bukkitforge version: 229 Core minecraft function: RCon Problem: Any Rcon commands given to the server from a external source gets it response trown into console and not back to the Rcon requester. as Rcon commands should not be shown in console only the: [Minecraft] Rcon connection from: /0:0:0:0:0:0:0:1 (depending from which host ofcource)

This is not a issue most people will encounter but its blocking my development of my webpanel for modded minecraft servers

ghost commented 11 years ago

I am using buycraft which uses Rcon commands and they work great. All commands are printed on console but they get executed.

ghost commented 11 years ago

Yes it works, but i do not need it printed on console but returned to Rcon.

various123 commented 11 years ago

As for 255 build I have same problem with rcon.

ghost commented 11 years ago

So coming back to this. Is this going to be fixed/solved?