Adventure-Terraria-Server-Project / Protector-Plugin

Protector plugin for Terraria Server API and TShock.
GNU General Public License v3.0
10 stars 19 forks source link

Errors throughout with protector #10

Closed JacobStephenson97 closed 11 years ago

JacobStephenson97 commented 11 years ago

Using ignoreversion and when i run my server error code comes up everywhere when a block is broken and i cannot use any of the commands

[Protector] One TileEdit event handler has thrown an unexpected exception. Excep tion details: System.MissingMethodException: Method not found: 'Void TShockAPI.TSPlayer.SendEr rorMessage(System.String)'. at Terraria.Plugins.CoderCow.Protector.UserInteractionHandler.HandleTileEdit( TSPlayer player, TileEditType editType, BlockType blockType, Point location, Int 32 objectStyle) at Terraria.Plugins.CoderCow.Protector.ProtectorPlugin.Net_TileEdit(Object se nder, TileEditEventArgs e) at Terraria.Plugins.Common.Hooks.GetDataHookHandler.OnTileEdit(TileEditEventA rgs e) [Protector] One TileEdit event handler has thrown an unexpected exception. Excep tion details: System.MissingMethodException: Method not found: 'Void TShockAPI.TSPlayer.SendEr rorMessage(System.String)'. at Terraria.Plugins.CoderCow.Protector.UserInteractionHandler.HandleTileEdit( TSPlayer player, TileEditType editType, BlockType blockType, Point location, Int 32 objectStyle) at Terraria.Plugins.CoderCow.Protector.ProtectorPlugin.Net_TileEdit(Object se nder, TileEditEventArgs e) at Terraria.Plugins.Common.Hooks.GetDataHookHandler.OnTileEdit(TileEditEventA rgs e) [Protector] One TileEdit event handler has thrown an unexpected exception. Excep tion details: System.MissingMethodException: Method not found: 'Void TShockAPI.TSPlayer.SendEr rorMessage(System.String)'. at Terraria.Plugins.CoderCow.Protector.UserInteractionHandler.HandleTileEdit( TSPlayer player, TileEditType editType, BlockType blockType, Point location, Int 32 objectStyle) at Terraria.Plugins.CoderCow.Protector.ProtectorPlugin.Net_TileEdit(Object se nder, TileEditEventArgs e) at Terraria.Plugins.Common.Hooks.GetDataHookHandler.OnTileEdit(TileEditEventA rgs e) [Protector] One TileEdit event handler has thrown an unexpected exception. Excep tion details: System.MissingMethodException: Method not found: 'Void TShockAPI.TSPlayer.SendEr rorMessage(System.String)'. at Terraria.Plugins.CoderCow.Protector.UserInteractionHandler.HandleTileEdit( TSPlayer player, TileEditType editType, BlockType blockType, Point location, Int 32 objectStyle) at Terraria.Plugins.CoderCow.Protector.ProtectorPlugin.Net_TileEdit(Object se nder, TileEditEventArgs e) at Terraria.Plugins.Common.Hooks.GetDataHookHandler.OnTileEdit(TileEditEventA rgs e) [Protector] One TileEdit event handler has thrown an unexpected exception. Excep tion details: System.MissingMethodException: Method not found: 'Void TShockAPI.TSPlayer.SendEr rorMessage(System.String)'. at Terraria.Plugins.CoderCow.Protector.UserInteractionHandler.HandleTileEdit( TSPlayer player, TileEditType editType, BlockType blockType, Point location, Int 32 objectStyle) at Terraria.Plugins.CoderCow.Protector.ProtectorPlugin.Net_TileEdit(Object se nder, TileEditEventArgs e) at Terraria.Plugins.Common.Hooks.GetDataHookHandler.OnTileEdit(TileEditEventA rgs e) [Protector] One TileEdit event handler has thrown an unexpected exception. Excep tion details: System.MissingMethodException: Method not found: 'Void TShockAPI.TSPlayer.SendEr rorMessage(System.String)'. at Terraria.Plugins.CoderCow.Protector.UserInteractionHandler.HandleTileEdit( TSPlayer player, TileEditType editType, BlockType blockType, Point location, Int 32 objectStyle) at Terraria.Plugins.CoderCow.Protector.ProtectorPlugin.Net_TileEdit(Object se nder, TileEditEventArgs e) at Terraria.Plugins.Common.Hooks.GetDataHookHandler.OnTileEdit(TileEditEventA rgs e)

CoderCow commented 11 years ago

This plugin does not support older versions of Terraria Server / TShock.