[SEC/FUN] Factions 2.0.0 - Guilds, War and user-controlled antigrief [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by MassiveCraft, May 29, 2011.

  1. Offline

    MufinMcFlufin

    Does it really require that all players must have Spout installed on their client? I was hoping to update this in a bit of a secret Tuesday-night update of all plugins, but I don't want all of my players to be left in the dark that they can't connect if they don't have a plugin that most of them don't even know exists. Is there really no way I could make it optional for my server?
     
  2. Offline

    Crymtastic

    I'm having a problem with the plugin. What's going on is that even though I have allydenybuild enemydenybuild and territorydenybuild set to true (along with the offline counterparts) players can build and destroy in other faction's territory without even being shown the message saying that they cant do so. So pretty much, people can break blocks in claimed land. What could I have done wrong?
     
  3. Offline

    Switch0r

    Hey MassiveCraft
    Thx for this wonderfull plugin, i have a question.
    Is this possible? (with a plugin or something)
    If a players joins the server then he can not build/destroy anything on the map untill he joins a faction then he can build/destroy, if he leaves a faction then he cannot build destroy anything on the map.
    Sorry for my english.
     
  4. Offline

    Jumpingpea

    idk just trying to helpout

    i dont hav promissions

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 15, 2016
  5. I'm thankful for the answer. No complaining from my end I just pointed out that if it can't be done, I'd like to see it added at some point :)
     
  6. Offline

    mitchbtam

    Why is it that when I log off and log back in the faction I create is gone and I am factionless again.
     
  7. Offline

    EnisThenis

    Hi,
    Is it possible to ban certain people from your faction?
    Thanks.
     
  8. Offline

    mitchbtam

    You need to close your faction and then invite people to it so that he/she doesn't join
     
  9. Offline

    SpiFioY

    Can you add an chest/door..locking function? Cuz if i add LWC it's buggy...(When you claim the enemy teritory you can't open the chests xD)
     
  10. Offline

    Brettflan

    No, as it very clearly states, the Spout client is only needed for those specific features to work. If a player connects with a regular client, it will work fine; they just won't see the capes or faction names over players' heads.

    They are notified that they are inside another faction's territory, and yet the blocks they are placing/destroying are definitely inside that territory (not for instance possibly right outside that territory while the player themselves are standing inside the territory)?
    If so, can you provide me with a copy of your Factions data files and let me know the exact coordinates at which this was happening, along with the name of the player who was able to bypass the protection? You could ZIP the files up and upload them to Mediafire or similar, and send me the link via a conversation here on the forum.

    Not currently possible or planned, sorry.

    Well, if you want to remove specific permissions from Ops, you'll need to use a permissions plugin.

    Did you manually modify the conf.json file? Are there any errors displayed when you start your server? By the way, you might want to read the configuration page of the user guide.

    What, like /f kick <player name>? As mitchbtam said, you can use /f close to require invitation for people to join your faction.

    That's the purpose of individual ownership of specific claimed areas (/f owner <player name>).
     
  11. Offline

    forceserver

    i am admin but i don't attack user in userguild
    how can i do?
     
  12. Offline

    Brettflan

    I don't understand your question. Can you rephrase it?


    For anyone having problems where territory protection (block placement/destruction, etc.) isn't working for you in some world locations, I have a quick question: are you using BananaChunk or a similar plugin which forcibly refreshes a chunk? I just noticed someone in that thread mentioning problems it was causing them related to Factions.
     
  13. Offline

    McSpuds

    Not sure what he heck I did but I can not find any conflict at all in the configs.

    Here is what I like to use:

    Borderguard
    Worldedit
    Factions
    Lockette
    Essentials

    and would like to use a permissions plug like

    essentialsGroupManager
    or
    Bpermissions, or simular.

    Right now I am not using any permissions except what is with bukkit and things are going fine. I wanted to keep players from building in the wilderness and only being able to forage certain things like wood or food items. No block destroying at all like dirt, stone, or sand. Then when they join a faction, they can do their business within the faction's claimed land only.

    I tried to stop wilderness building but what I got was nobody could build or destroy anywhere, even in their faction territory.
     
  14. Offline

    EnisThenis

    I understand, but is there a way to ban a single person instead of having to make the faction invite only?
    Example, Person B is a griefer and repeatedly rejoins the faction but, we want the faction to remain invitation-free.
     
  15. Offline

    Deathfromace

    I've ran into a problem where people could open doors on factions land and I use no plugins that mess with chunks. It does not happen often and couldn't say what could cause it though.
     
  16. Offline

    forceserver

    how to delete guild when i am not guildmaster but op ??
     
  17. Offline

    Burns1

    hey! is there a way to disable the power and only use Iconomy5 ?
     
  18. Offline

    Riddle

    This plugin is really working great. I only have to notice 2 things:
    1. Can you make an option so monsters won't spawn i claimed areas?
    2. You can still do damage to everybody with a bow! Is there a possibility to disable this?
    Thank you!
     
  19. Offline

    Switch0r

    Can someone help me how to use this with permissionsbukkit please.
    I can only get it working with the default group, what am i doing wrong.
    Heres my permissionsbukkit file.
    Code:
    groups:
        default:
            permissions:
                permissions.build: true
                factions.participate: true
                factions.viewAnyPower: true
                factions.create: false
                factions.manageSafeZone: false
                factions.manageWarZone: false
                factions.adminBypass: false
                factions.ownershipBypass: false
                factions.reload: false
                factions.saveall: false
                factions.lock: false
                factions.disband: false
                factions.config: false
                admincmd.player.list: true
                admincmd.player.afk: true
                admincmd.server.motd: true
                admincmd.server.news: true
                admincmd.spawn.tp: true
        user:
            permissions:
                permissions.build: true
            inheritance:
            - default
        vip:
            permissions:
                permissions.build: true
                admincmd.player.list: true
                admincmd.player.afk: true
                admincmd.server.motd: true
                admincmd.server.news: true
            inheritance:
            - user
        admin:
            permissions:
                admincmd.warp.*: true
                admincmd.tp.*: true
                admincmd.player.invisible: true
                admincmd.player.msg: true
                admincmd.player.spymsg: true
                admincmd.player.kick: true
                admincmd.player.ban: true
                factions.*: true
                permissions.help: true
            inheritance:
            - vip
        boss:
            permissions:
                factions.*: true
                permissions.help: true
                permissions.*: true
                admincmd.*: true
                CreeperHeal.*: true
            inheritance:
            - admin
     
  20. Offline

    1994mat

    The lower ranked players can kick faction leaders... is this a problem in the config?
     
  21. Offline

    duhfux

    Hey guys, is it at all possible to stop access to chests in safe areas?
     
  22. Offline

    forceserver

    how to delete guild ???
    when i am not guildmaster but admin
    or how to give guildmaster to other person?

    and do this plugin support limit guildusers

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 15, 2016
  23. Offline

    NodinChan

    Can you add a command in the future update that lets Faction Admins give building access to some players that are neither Ally nor from the same Faction?
     
    Jade likes this.
  24. Offline

    duhfux

    do /f disband <faction> like /f disband naughtyfaction.
     
  25. Offline

    forceserver

    how to give guildmaster to other person?
     
  26. Offline

    Brettflan

    Sorry, there isn't currently a way to do that.

    Hmm. Could still be related to a Bukkit bug which apparently makes all blocks inside a chunk report as being air when checked by plugins. It seems that bug can happen randomly under unknown circumstances, but can also be forcibly triggered by chunk manipulation.

    What message are they getting when they're prevented from building/destroying?

    Not currently. You could at least set the power and power regeneration rate really high, though.

    1. Not currently planned.
    2. Will be fixed. I hope to have time to make another release in the next few days.

    That looks OK. Out of curiosity, have you tried granting some individual permissions to admins rather than just using the * blanket permission? It should work fine since it's explicitly defined, but you never know.

    So you're saying that normal faction members (or moderators for that matter) are able to kick the faction admin from the faction? That should only be possible if the user in question has the admin-level "factions.disband" permission. I hope you don't have that permission granted to regular users.

    Sorry, but no. Safe zones are intended to be fully accessible (doors, chests, etc.) by all players.

    Please read the userguide.
     
  27. Offline

    Switch0r

    I fixed permissionsbukkit with superpermbridge.
    Code:
    groups:
        default:
            permissions:
                permissions.build: true
                superpermbridge.factions.participate: true
                superpermbridge.factions.viewAnyPower: true
                superpermbridge.factions.create: false
                admincmd.player.list: true
                admincmd.player.afk: true
                admincmd.server.motd: true
                admincmd.server.news: true
                admincmd.spawn.tp: true
        user:
            permissions:
                permissions.build: true
            inheritance:
            - default
        vip:
            permissions:
                permissions.build: true
                superpermbridge.factions.create: true
            inheritance:
            - user
        admin:
            permissions:
                admincmd.warp.*: true
                admincmd.tp.*: true
                admincmd.player.invisible: true
                admincmd.player.msg: true
                admincmd.player.spymsg: true
                admincmd.player.kick: true
                admincmd.player.ban: true
                superpermbridge.factions.ownershipBypass: true
                superpermbridge.factions.adminBypass: true
                permissions.help: true
            inheritance:
            - vip
        boss:
            permissions:
                superpermbridge.factions.*: true
                permissions.help: true
                permissions.*: true
                admincmd.*: true
                CreeperHeal.*: true
            inheritance:
            - admin
    messages:
        build: '&cYou do not have permission to build here.'
    debug: false
     
  28. Offline

    Alienware777

    Could we possibly get two more chat channels? One for Faction staff, and one for Faction allies. The reason for a staff channel would be to talk about members and decide rules/punishments without the member in trouble yelling at you saying thats to harsh and such. Now obviously staff chat would not be used as often, but the times when it is used it would be very helpful. The one for your allies would be used if you wanted to go raid an enemy faction with the help of your allies. Then you can be talking to them and planning it w/o giving it away to the enemy. You could just use a command like /f chat staff or /f chat ally.
     
  29. Offline

    javoris767

    When i chat it goes double
     
  30. Offline

    RunicAlchemist

    hello there seems to be a glitch where people in one faction can sometimes open chests from another faction. Can you please fix it? Or if its something on my end can you please tell me what to do? Its not always like this, sometimes you can open it and sometimes you cant.
     

Share This Page