1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

[Solved] Plugin to ban commands in certain worlds?

Discussion in 'Requests' started by WinterBuild7074, Jul 9, 2017.

  1. WinterBuild7074

    WinterBuild7074 Zombie Pigman

    Messages:
    693
    GitHub:
    winterbuild7074
    Is there a plugin to ban commands in certain worlds? For example I want to ban the /sethome command in "Games" world.
     
  2. SleepSpace9

    SleepSpace9 Slime

    Messages:
    78
    GitHub:
    sleepspace9
  3. WinterBuild7074

    WinterBuild7074 Zombie Pigman

    Messages:
    693
    GitHub:
    winterbuild7074
    "Unknown sub-command bancmd" – What shall I do?
     
  4. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
    Have you set 'bancmds: true' in the config?
     
  5. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
    It should be in plugins/WorldProtect after you start the server; I'll check that when I have time, meanwhile here's an example:

    Code:
    ---
    version: 2.3.5
    motd:
      '# ticks': line delay when showing multi-line motd texts.
      ticks: 15
      '# auto-motd': Automatically shows motd when entering world
      auto-motd: true
    features:
      max-players: true
      protect: true
      border: true
      pvp: true
      motd: true
      no-explode: true
      unbreakable: false
      banitem: true
      gamemode: true
      gm-save-inv: true
      death-save-inv: false
      bancmds: true
    ...
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.