This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1.Setup latest 1.7.10 cauldron bukkit server2.Install latest vault3.Install Commandsigns
What is the expected output? What do you see instead?\text works on signs but any commands do not. If you run line 1 with text, line 2 with a command and line 3 with text, only the first line with run. you are left with an error in your server console. " Could not pass event PlayerInteractEvent to CommandSigns v1.9.3.2 "
What version of the product are you using?CommandSigns v1.9.3.2
Do you have an error log of what happened?yes. http://pastebin.com/vTtTLpeU
Please provide any additional information below.Issue is caused even with only vault and commandsigns running. May have something to do with this makeshift bukkit release since it has also broke regionforsale in the same manor.
I'm not familiar with Cauldron, but that error is usually from trying to run a player command from console, or something thereof. Try using /sudo to force the player to run the command or some alternative available to Cauldron. Beyond this, can I get a commandsign snippet?
The 3rd line will not run, most likely because the 2nd line failed to run. Commandsigns are interrupted by failure - they stop if a command is unsuccessful.
To post a comment, please login or register a new account.