Open paris-ci opened 9 years ago
Dang, this will require lots of work to the backend of the plugin.
That will make your plugin a lot more helpful
Any update 'bout that ?
Sounds cool
The issue is calculating the edges of a region (at least for forcefeilding). I assume all regions are squares, and calculate the edges like that. For forcefielding, I could switch to the algorithm used by CombatTagPlus, which is just brute-force calculating what is the edges (which would work on all regions).
The general issue though, is that when you configure a region (for example spawn), to be blocked it assumes the entire region should be blocked. What I could do is make it possible for regions to be 'unblocked', so the plugin doesn't knock people back (as if they were in the region). This issue also arises with forcefielding, so I have to fix it before I switch forcefielding algorithms.
Good plugin. But... When you are in two regions at a time
example : Spawn (no pvp; priority 100) and spawn_miniwarzone (In the spawn region; pvp allowed; priority 200) If someone pvp'ed in spawn_miniwarzone, they are knockbaced by the plugin :/ That's bad ! Anyway good job !