I want to import a .schematic file into a world. I do know that it is possible with the Worldedit API, but for the life of me I can't figure it...
Oh :( . There has got to be a way... Maybe I need to delete the redstone and replace it with a already powered redstone wire. Ill mess around and...
T The only problem is, the block that the onRedstoneChange is called for is a different block then the one I need to set as a power source. I am...
Yes I listened to the onRedstoneChange and set the data to 0xF. I know the rest of the code worked because I substituted in this code and i worked...
Cool, I'll look into that. But I hope there is some way to set power directly. As per your suggestion, I tried searching for nearby redstone,...
The block object has a method called getBlockPower();. After scouring bukkits java docs I have not been able to find a way to set a blocks power....
I am using the onBlockPlace event with some code like this to see if it is a sign being placed. if (block.getState() instanceof Sign) {...
Thank you soooo much :). My code works great now.
Thanks so much for the quick reply :D. I have this code and it works great. The only problem is, for the sign reading calls I need an object of...
I am trying to read the contents of a sign when a player right clicks on it. I'm sure this is super easy. I tried recycling some code I found on...
Separate names with a comma.