Can't Use Voxel Sniper - "No offers were found"
SneefyGee opened this issue ยท 2 comments
As the title says, I cannot use VoxelSniper. Anytime a try a brush command I get the message: "No offers were found". I am using the VoxelSniper 1.7.2 Snapshot version and CraftBukkit 1.7.2-R0.2. Any insight is great, thanks!
Considering that to my memory this message is nowhere in our code (and after checking that it isn't) I can give you two reasons, why this would fail.
- You've downloaded the plugin from a site that would likely be called "unofficial" and the contents are not exactly what you wanted. (Extremely unlikely)
- You have another plugin that is using the same command and it happens to load after VoxelSniper, meaning the command will be processed by the other plugin. (Pretty damn likely)
If it is in fact reason number 2, then there are 2 solutions to this.
- Identify and remove said plugin, or compile your own version with a modified command name (I'm not much of a fan of that solution)
- Wait a little bit until I've rewritten the command system and get the newer version.
If you are going to decide for the second option, I'd be glad to notify you when that would be done in this ticket.