Solved Can't mine diamonds per time

Discussion in 'Bukkit Help' started by ALufkin24, Nov 16, 2013.

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

    ALufkin24

    I am having trouble with players who says that they cannot mine for diamonds after so many minutes.

    Ex. JohnSmith is mining for Diamonds. He has allready mined 1 and when he finds another one, it says he can't mine it till so many minutes is up.

    Is there a way to fix this? I have MCmmo..just wondering if that has something to do with it.

    Thanks!
     
  2. Offline

    JaguarJo

    It sounds more like the plugin Anti-XRay. Do you have that one by any chance? I've never heard of anyone having that happen with MCmmo.
     
  3. Offline

    ALufkin24

    Yes, I do. This is my config file for that.

    Code:
    AntiXRay:
      Worlds:
      - world
      - world_nether
      - world_the_end
      NewPlayerStartingPoints: -400
      PointsEarnedPerHourPlayed: 800
      MaximumPoints: 1600
      ExemptCreativeModePlayers: true
      NotifyOnMiningLimitReached: false
      CustomBlockDefinitions:
        SomeCustomOre:
          ID: 123
          Sub ID: 0
      ProtectedBlockValues:
        DIAMOND_ORE: 100
        EMERALD_ORE: 50
     
  4. Offline

    JaguarJo

    ALufkin24 I don't see anything wrong with the config file, although it is a little odd that you have NotifyOnMiningLimitReached: false but players are still getting the notification. Is it mostly new players who are having this problem or is it everyone? If it's just new players, then I'd say the plugin is working as intended and you've just caught some people who like to use X-Ray.

    If it's everyone...well then I don't know. You might want to increase your MaximumPoints number a little to let people mine more diamonds at once if they've played for a while. Right now your config is set so that players can mine a max number of 16 diamonds in a row if they've played at least 2 hours without idling. That seems high enough to me, but it's your server, so you would know your needs better than I would.
     
  5. Offline

    ALufkin24

    That's what I was thinking too. I don't think it was happening to everyone, just the new people. I had a gut feeling they were x-raying. I might look into other plugins that will help with this.

    Thanks for the help!
     
Thread Status:
Not open for further replies.

Share This Page