Faction Home Delay

Discussion in 'Bukkit Help' started by GCAMichael, Feb 23, 2016.

Thread Status:
Not open for further replies.
  1. Hello!

    I just started a server and i cant find where i can delay the f home. I want to have it at 10 seconds but it teleports me immediately and its buzzing me of! So could any1 help me please?
     
  2. First of all if you're OPed or have * perms it will teleport you automatic regardless of what you set it at.
     
  3. Offline

    Rexcantor64

    You can just edit the config!
     
  4. It's default set at 10 second which means hes either OPed or has * perms unless hes edited it before.
     
  5. Offline

    Rexcantor64

    No, I had to do that on my server. I just opened the config, and there are two values: one for OPs, and another for non OPs. Just change the OPs one
     
  6. Then you're using an edited or old version, check the factions bukkit or curse page and look at the default config, its set to 10 seconds automatically
     
  7. Offline

    Rexcantor64

    For OPs the default value is 0. I will search for that tomorrow.
     
  8. I don't know if you're trying to best me or something but you are kinda going off on one. He asked "i cant find where i can delay the f home. I want to have it at 10 seconds but it teleports me immediately and its buzzing me of! So could any1 help me please?" he didn't say im oped and i want it so ops don't have instant teleport.
     
  9. Offline

    Rexcantor64

    Like I was saying, I was right.
    Open the file: /mstore/massivecore_mconf/instance.json
    Now, this is the config:

    instance.json (open)
    Code:
    {
      "maxTabCompletions": 100,
      "aliasesOuterMassiveCore": [
        "massivecore",
        "mcore"
      ],
      "aliasesOuterMassiveCoreUsys": [
        "usys"
      ],
      "aliasesOuterMassiveCoreStore": [
        "massivestore",
        "mstore"
      ],
      "aliasesOuterMassiveCoreBuffer": [
        "buffer"
      ],
      "aliasesOuterMassiveCoreCmdurl": [
        "cmdurl"
      ],
      "usingRecipientChatEvent": true,
      "permissionDeniedFormats": {
        "some.awesome.permission.node": "<b>You must be awesome to %s<b>.",
        "some.derp.permission.node.1": "derp",
        "some.derp.permission.node.2": "derp",
        "some.derp.permission.node.3": "derp",
        "derp": "<b>Only derp people can %s<b>.\n<i>Ask a moderator to become derp."
      },
      "permissionToTpdelay": {
        "massivecore.notpdelay": 0,
        "default": 10
      },
      "deleteFiles": [],
      "catchingMongoDbErrorsOnSave": true,
      "catchingMongoDbErrorsOnDelete": true,
      "variableBook": "***book***",
      "usingVariableBook": true,
      "variableBuffer": "***buffer***",
      "usingVariableBuffer": true
    }


    Now, change line 29 from
    Code:
    "massivecore.notpdelay": 0,
    to
    Code:
    "massivecore.notpdelay": 10,
     
  10. Thank you!! That Worked!
     
Thread Status:
Not open for further replies.

Share This Page