PerWorldCommands not working

Discussion in 'Bukkit Help' started by Xp10d3, Feb 21, 2020.

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

    Xp10d3

    I am using PerWorldCommands yet when I try to run a command in worlds I haven't disabled them in it says it's disabled. I don't know if PerWorldCommands is not updated or cause of the config.
    PerWorldCommands:
    https://dev.bukkit.org/projects/perworldcommands
     
  2. Offline

    KarimAKL

  3. Offline

    Xp10d3

    No... It is correctly spelled and case is correct.

    Config:
    Code:
    #Will disable the plugin
    enable: true
    
    #Default block message if the command does not have a custom block message.
    globalblockmessage: "This command is disabled, Sorry!"
    
    commands:
      factions:
        allowed-worlds:
        - Survival
        - Survival_nether
        - Survival_end
        blockmessage: "This command is only allowed in Factions!"
      compass:
        allowed-worlds:
        - world
        - New_Corelia
        blockmessage: "This command is only allowed in KitPvP!"
    
    I am in New_Corelia and can't do either command, and same with the world Survival. But for some reason when I'm in the world "world" I can do /compass. The listed worlds are below:

    Code:
    New_Corelia
    Spawn
    Spawn_the_end
    Survival
    Survival_end
    Survival_nether
    
    @KarimAKL
     
    Last edited: Feb 22, 2020
Thread Status:
Not open for further replies.

Share This Page