Problem/Bug Factions only world

Discussion in 'Bukkit Help' started by MinxSphinx, Apr 14, 2017.

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

    MinxSphinx

    Code:
    # This config controls what plugins work on certain worlds.
    # Example
    # limit:
    #   WorldEdit:
    #     - world
    #     - world_nether
    #   Essentials: []
    # This will make it so worldedit will only work in world & world_nether, meaning in the end it is not usable.
    # When there is no worlds in the list it will allow it for any worlds, in this example allowing all worlds.
    # Whenever a plugin is added, this config will automatically add it!
    # exempt-login-events is for excluding login events when true, this means if a plugin uses PlayerLogin it will allow it for any world. We advise this to be enabled!
    # blocked-msg is the string displayed to a client when a command is blocked
    # check-for-updates is the controller for if updates should be alerted to the users with the permissions/op.
    exempt-login-events: true
    check-for-updates: true
    blocked-msg: '&c[Error] This command cannot be performed in this world.'
    limit:
      WorldEdit: []
      Hub: []
      mcore:
        - FactionsWorld
        - FactionsWorld_nether
        - FactionsWorld_the_end
      Vault: []
      Multiverse-Core: []
      PermissionsEx: []
      Modifyworld: []
      Questioner: []
      mcMMO: []
      WorldGuard: []
      Essentials: []
      ChatManager: []
      EssentialsProtect: []
      Towny:
        - TownyWorld
        - TownyWorld_nether
        - TownyWorld_the_end
      EssentialsSpawn: []
      Multiverse-Inventories: []
      EssentialsChat: []
      EssentialsAntiBuild: []
      Factions:
        - FactionsWorld
        - FactionsWorld_nether
        - FactionsWorld_the_end
      TownyChat:
        - TownyWorld
        - TownyWorld_nether
        - TownyWorld_the_end
      AntiCheat: []
     
    Last edited by a moderator: Apr 14, 2017
  2. Online

    timtower Administrator Administrator Moderator

    @MinxSphinx Only give players permissions for the factions commands in the faction world.
     
  3. Offline

    MinxSphinx

    @timtower I did in the config I gave you. What do I have to change?
     
  4. Online

    timtower Administrator Administrator Moderator

    @MinxSphinx No, that is perworldplugins.
    I am talking about PEX actions.
     
  5. Offline

    MinxSphinx

    @timtower So in the permissions? I can't find anywhere to configure that.
     
  6. Online

    timtower Administrator Administrator Moderator

  7. Offline

    MinxSphinx

    @timtower What command do I need to use?
     
  8. Online

    timtower Administrator Administrator Moderator

    @MinxSphinx
    Code:
    pex group <group> add <permission> [world]
     
Thread Status:
Not open for further replies.

Share This Page