regios players not building? #77


  • New
  • Other
Open
  • _ForgeUser8234056 created this issue Jun 25, 2012

    What is the issue?
    I need help on making it so that players cannot build in the world, how do i set this. I attempted doing it but then players still could.
    Please provide any additional information below.

    File: (defaultregion.config)

    DefaultSettings:
      General:
        Protected:
          BlockBreak: true
          BlockPlace: true
          General: true
        PreventEntry: false
        PreventExit: false
        MobSpawns: true
        MonsterSpawns: true
        PvP: false
        DoorsLocked: false
        ChestsLocked: false
        DispenserLocked: false
        PreventInteraction: false
        PlayerCap:
          Cap: 0
        DispensersLocked: false
      Protection:
        FireProtection: false
        FireSpread: true
        TNTEnabled: true
        EndermanBlock: false
      Messages:
        WelcomeMessage: <BGREEN>Welcome to <BLUE>[NAME] <BGREEN>owned by <YELLOW>[OWNER]
        LeaveMessage: <RED>You left <BLUE>[NAME] <RED>owned by <YELLOW>[OWNER]
        ProtectionMessage: <RED>This region is protected by owner <YELLOW>[OWNER]!
        PreventEntryMessage: '<RED>You cannot enter this region : <BLUE>[NAME]'
        PreventExitMessage: '<RED>You cannot exit this region : <BLUE>[NAME]'
        ShowWelcomeMessage: true
        ShowLeaveMessage: true
        ShowProtectionMessage: true
        ShowPreventEntryMessage: true
        ShowPreventExitMessage: true
        ShowPvPWarning: true
      Permissions:
        TemporaryCache:
          AddNodes: ''
          RemoveNodes: ''
        PermanentCache:
          AddNodes: ''
          RemoveNodes: ''
        TempGroups:
          AddGroups: ''
          RemoveGroups: ''
        PermGroups:
          AddGroups: ''
          RemoveGroups: ''
      Other:
        LSPS: 0
        HealthEnabled: true
        HealthRegenRate: 0
        VelocityWarp: 0
      Modes:
        ProtectionMode: WHITELIST
        PreventEntryMode: WHITELIST
        PreventExitMode: WHITELIST
        ItemControlMode: WHITELIST
      Inventory:
        PermWipeOnEnter: false
        PermWipeOnExit: false
        WipeAndCacheOnEnter: false
        WipeAndCacheOnExit: false
      Command:
        ForceCommand: false
        CommandSet: ''
      Economy:
        ForSale: false
        SalePrice: 0
      Password:
        PasswordProtection: false
        Password: NA
        PasswordMessage: <RED>Authentication required! Do /regios auth <password>
        PasswordSuccessMessage: Authentication successful!
      Spout:
        SpoutWelcomeIconID: 2
        SpoutLeaveIconID: 3
        Sound:
          PlayCustomMusic: false
          CustomMusicURL: ''
      Block:
        BlockForm:
          Enabled: true
      GameMode:
        Type: SURVIVAL
        Change: false

  • _ForgeUser8234056 added the tags New Other Jun 25, 2012
  • _ForgeUser7258999 posted a comment Jun 27, 2012

    You are probably looking for the world configurations and not DefaultRegion.config (it doesn't do anything) Try enabling EnableProtectionOutsideRegions in which ever world.rwc you are trying to protect.


To post a comment, please login or register a new account.