Can't Hit players

Discussion in 'Bukkit Help' started by mightydespair, May 3, 2014.

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

    mightydespair

    Hi guys! I am having a Bukkit server and after I install some plugins, It just bugged that I can't hit other players. please help me.

    Plugins:

    [​IMG]
     
  2. Offline

    RZeroX

    Remove essentialsAntiBuild which is causing you to not be able to build.
     
  3. Offline

    mightydespair

    RZeroX What im trying to say is I cant hit players
     
  4. Offline

    RZeroX

    edit your essentials config and change pvp: false to true
    I'm still trying to figure out this as-well as I have this problem as well will see if i can find a solution.
     
  5. Offline

    FlyingSpitball

    Check your Multiverse-Core plugin folder, and find the worlds.yml file. Open it with an editor like Notepad++, and find the world you want to be able to hit players on. When you find that world, search for the "pvp:" part. Set it to "true". Now PvP is enabled in this world, and yiu should be able to hit players. If you can't, look at the server.properties file in the main directory of your server, open it with Notepad++ or whatever editor you are using, find "pvp" again and set it to true. If you want to disable PvP in some regions in that world, WorldGuard will do the work...
     
  6. Offline

    mightydespair

    FlyingSpitball All of the pvp's are i the right format. But, I still can't hit them. I think the problem is the Factions plugin, because, when I installed it, I found out that I can't hit players. However, I can't configure the Factions plugin
     
  7. Offline

    FlyingSpitball

    Hmm... I did not think about Factions. If you have multiple worlds and want to have factions only in one, then try PerWorldPlugins. If you want to manually disable the Factions PvP control in one world, then go to the mstore folder in your server's main directory, and then click the factions_mconf folder. Open instance.json with Notepad++, and there should be a bunch of options that you may want to change. Somewhere you should find something like this:
    Code:
      "worldsNoClaiming": [],
      "worldsNoPowerLoss": [],
      "worldsIgnorePvP": [],
    Change the [] part of "worldsIngorePvP" to [<World>]
    *Replace <World> with the name of the world you want to disable Factions PvP Control on.

    After starting your server again, that config will be reformatted so you can add more worlds to the ignore list.

    *Note that mcore has not been updated yet to 1.7.9 and it may cause Factions and all the plugins that depend on it not to work. Make sure you use the latest development build of mcore.
     
  8. Offline

    mightydespair

    FlyingSpitball Idk if I will do it, because, I did not want to disable PvP, I wanted to enable it.
     
  9. Offline

    mightydespair

    TnT please help me here... you are Admin, right? so you might know the problem I encounter here?
     
  10. Offline

    RZeroX

    Remove addons one by one until you find the one causing also you sure you don't have godmode on.
     
  11. Offline

    mightydespair

    RZeroX yea I dont have god mode on

    RZeroX also, I wonder why only opped players are the only one I can hit

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  12. Offline

    RZeroX

    Not sure as this happened to me and the problem for me was god mode did not disable properly check your configs or remove plugins one by one and find what causes the problem.
     
  13. Offline

    FlyingSpitball

    That won't disable PvP, it will just stop Factions and other plugins from messing with PvP. Just try it and if it doesn't work, PM me. Also check your console for any errors, it may be something else affecting PvP, but I highly doubt it.
     
Thread Status:
Not open for further replies.

Share This Page