Creating Factions

Discussion in 'Bukkit Help' started by dragonrykr, Sep 30, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    dragonrykr

    On my server default players have no permissions for creating the faction but they can. They only have the factions.home, factions.invite, factions.help, factions.list and factions.power nodes (for factions). How to make that they can't create the factions and that only admins are able to create the factions!

    24 views no help :(

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  2. Offline

    minecrafterwork I steal plugins as my own

    Place the permission node for creating a faction for the Admin Group, since by default Factions allows all to create factions.

    You have to have a Permissions Plugin
     
  3. Offline

    dragonrykr

    i have PEX
     
  4. Offline

    Deonasoto

    dragonrykr tell me your default PEX group and I'll help you
     
  5. Offline

    dragonrykr

    Code:
    default:
        default: true
        build: true
        prefix: '&8'
        permissions:
        - essentials.pay
        - mcdocs.command.pravila
        - mcdocs.command.novosti
        - lockette.user.create.*
        - essentials.rules
        - essentials.signs.use.balance
        - essentials.signs.use.buy
        - essentials.signs.use.free
        - essentials.signs.use.disposal
        - essentials.signs.use.warp
        - essentials.signs.use.weather
        - essentials.signs.use.time
        - essentials.signs.use.sell
        - essentials.list
        - essentials.help
        - essentials.afk
        - essentials.spawn
        - essentials.warp.list
        - essentials.warp
        - essentials.world.world
        - essentials.world.de_dust2
        - factions.power
        - factions.list
        - factions.join
        - factions.invite
        - factions.home
    Help

    bump*

    Helloo

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  6. Offline

    -_Husky_-

    Update factions, these perms used to default.
     
  7. Offline

    dragonrykr

    I downloaded new factions and updated them but defaults still can create factions how to disable the default automatic commands!
     
  8. Offline

    dragonrykr

  9. Offline

    Deonasoto

    Add this ingame, /pex group default add -factions.create

    NOTE: You NEED to add the -
     
  10. Offline

    dragonrykr

    1. Done
    2. How to make that factions don't require invitation to join?
    3. What are the permission nodes for bukkit op command?
    4. Any good plugin that shows from what city the people joined?
     
  11. Offline

    Deonasoto

    Its in the plugin.yml I think you need to give the players the permissions to bypass faction invitations.
     
  12. Offline

    dragonrykr

    1. Done
    2. Done
    3. What are the permission nodes for bukkit op command?
    4. Any good plugin that shows from what city the people joined?
    5. How to make with WorldGuard that Chests are openable and you can take and place items in them, but they can't be destroyed?

    Bump*

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  13. Offline

    Necrodoom

    3. bukkit.command.op
     
  14. Offline

    dragonrykr

    1. Done
    2. Done
    3. Done
    4. Any good plugin that shows from what city the people joined?
    5. How to make with WorldGuard that Chests are openable and you can take and place items in them, but they can't be destroyed?

    Any Help???

    Any answers for thge above questions?

    Bump*

    BUMPPPPPPPPPPPPPPPPPPP

    Heloooooooooooooo!
     
  15. Offline

    dragonrykr

    1.Done
    2.Done
    3.Done
    4.Done
    5. How to make with WorldGuard that chests are openable and you can take and place items in them, but they can't be destroyed?
     
  16. Offline

    chakyl

    Please wait 12 hours before bumping.

    And no, I don't think there is any plugins to do the above.
     
  17. Offline

    dragonrykr

  18. Offline

    dragonrykr

  19. Offline

    midnightfang22

    /region flag regionnamehere chest-access allow
     
  20. Offline

    dragonrykr

    and 3 more questions:
    1. What are permission nodes for /stop
    2. What are permission nodes for /reload
    3. Is this start.bat maded properly:
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xms5G -Xmx5G -jar minecraft_server.jar
    PAUSE
    ?
     
  21. Offline

    dragonrykr

  22. Offline

    dragonrykr

  23. Offline

    minecrafterwork I steal plugins as my own

    For Stop: bukkit.command.stop
    For Reload: bukkit.command.reload
     
  24. Offline

    dragonrykr

    ok and the last quesion

    3. Is this start.bat maded properly:
    Code:
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xms5G -Xmx5G -jar minecraft_server.jar
    PAUSE
    ?

    BUMP

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  25. Offline

    j0ez

    If your Bat aren't working, i can share mine. works perfectly on my gigantic server :)
     
Thread Status:
Not open for further replies.

Share This Page