1
Faction Configuration
Okay, so I have been looking all over the internet for a solution to this and I finally managed to locate the config file (since I haven't played Minecraft in a while it seems there no longer is a folder marked 'factions' in the plugin directory). When you type '/f f' in Minecraft it shows your faction information, how do I configure this part?
For instance, I want to remove the 'Default faction <faction name>' from it so it just show the faction name. I have seen on other servers this is possible. I also want to change the colours and maybe move around the order that information is showed. I also want to change '/f f' to 'f show' like it used to be, is there a way to do this?
Thanks in advance.
For instance, I want to remove the 'Default faction <faction name>' from it so it just show the faction name. I have seen on other servers this is possible. I also want to change the colours and maybe move around the order that information is showed. I also want to change '/f f' to 'f show' like it used to be, is there a way to do this?
Thanks in advance.
6
You are able to download the old factions plugin. I run a minecraft faction server using old plugin and it works great! I just went to google and searched factions versions list and it gave me a list and you just download the first one after mccore
Wow, that looks like a good plugin, I am downloading it now. I tried downgrading, the first few versions down had the same 'DEFAULT FACTION' thing and the other ones didn't work with my version of CraftBukkit. Do you know of any other faction plugins that allow more customisation?
Separate plugins for the Factions plugin or plugins that are similar to factions?
If you want something to add a bit to Factions there's FactionsPlus, but they don't have any customization of faction messages and stuff.
If you want something to add a bit to Factions there's FactionsPlus, but they don't have any customization of faction messages and stuff.
I don't use any alias plugins, but you can try SimpleAlias. I'm not sure if it supports sub commands, like /f show. It might be only an alias for a single command like /f, which may override your factions command.
If that doesn't work, you can try Skript and write a small script to do it, no programming knowledge needed. It will be a bit weird though, as there's /f f along with /f p which show different things.
Something like this should work (with Skript).
If that doesn't work, you can try Skript and write a small script to do it, no programming knowledge needed. It will be a bit weird though, as there's /f f along with /f p which show different things.
Something like this should work (with Skript).
on command /f show:
make player execute command "/f f"
Thanks, would you mind recommending an alias plugin?
I'm fairly certain you can't remove the "Default faction <faction name>" thing or reorder/change stuff around. Older versions might have the Default faction thing not there, but I do not know for certain.
/f show was removed in newer faction versions, the only way to get /f show again would be downgrading or having some alias system, either with an alias plugin or something equivalent.
/f show was removed in newer faction versions, the only way to get /f show again would be downgrading or having some alias system, either with an alias plugin or something equivalent.
