JimiIT92 / UniverseGuard2

An easy to use world protection plugin for Sponge
https://ore.spongepowered.org/Francesco_Jimi/Universe-Guard
GNU General Public License v3.0
19 stars 3 forks source link

Railcraft carts are not covered by vehicledestroy flag #200

Open Levkovalev opened 2 years ago

Levkovalev commented 2 years ago

Small problem. I wanted to set a server with railcraft logistics, but carts from the mod and vanilla carts, with this mod working, are not protected by flag. That is because vehicledestroy all flag is working with constants of vanilla vehicles. It would be great if you include them as well. I tried to do that myself, and it seems pretty easy, you just need to add carts' IDs to the flagUtils.class. If anyone has the same problem and more experienced with coding, please tell how to solve it.