Scyntrus / FactionMobs

FactionMobs CraftBukkit Plugin
http://dev.bukkit.org/server-mods/faction-mobs/
Other
14 stars 19 forks source link

Change Aggro settings Faction #9

Closed Mihawka closed 7 years ago

Mihawka commented 8 years ago

Hello Is it possible to make the neutral faction is attacked by mobs faction? For exemple : A Faction "A" which is neutral relationship with Faction "B". The titan of the Faction "A" attack the faction "B" without a faction put the "B" enemy.

Is it possible ?

Scyntrus commented 8 years ago

It is possible, but I will not implement it in the plugin, since the current users of the plugin expect it to function as it already does. If you want, you can fork the plugin and make the modification yourself, for use on your own server.

Mihawka commented 8 years ago

Just change in the package Faction and class Faction Neutral Faction -1 ?

Scyntrus commented 8 years ago

If you're using Factions 2, you would set this value to -1 from 0. https://github.com/Scyntrus/FactionMobs/blob/master/src/com/gmail/scyntrus/ifactions/f2/Faction2.java#L28

Mihawka commented 8 years ago

I am unable to import your project on my Eclipse :( Can you help me or do the plugin for me please ?

Mihawka commented 8 years ago

I am in 1.7.10 with Favtion plugin 2.7.3

Scyntrus commented 8 years ago

1.7 is really old and unsupported. There's been many bugfixes since then so it's not a good idea to go back to such an old version.

Scyntrus commented 8 years ago

To give you an idea, this is the last 1.7 version. 8b5f13123562b4a30ec05c806b61c0c4933dbd99

Scyntrus commented 7 years ago

Closed for inactivity