Cuberite Forum
PvP - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Plugins (https://forum.cuberite.org/forum-1.html)
+--- Forum: Plugin Requests (https://forum.cuberite.org/forum-3.html)
+--- Thread: PvP (/thread-1795.html)

Pages: 1 2


RE: PvP - NiLSPACE - 02-26-2015

That's because of Minecraft sending two packets when right clicking (It's really usefull trust me Smile). You can filter the packet out by using
if (BlockFace == BLOCK_FACE_NONE) then
   return false
end



RE: PvP - DiamondToaster - 02-26-2015

Ah, that makes sense now, thanks alot. Smile


RE: PvP - FrozdY - 03-02-2015

well, making it depend on another plugin can be bad unless you yourself is working on both of them, also, not everyone wants to use worldedit Xoft, that's why I suggested it the way I did, and sorry for beeing late in the answering, haven't been at home for a while.


RE: PvP - DiamondToaster - 03-02-2015

Don't worry, I already have it working my way, I'll make it work the WorldEdit way once the plugin is done so nothing depends on it too much. But if you're gonna make arenas and regions and stuff, you're probably gonna use WorldEdit anyways.


RE: PvP - DiamondToaster - 03-16-2015

For anyone else looking for this plugin, it is released:

https://forum.cuberite.org/showthread.php?tid=1833