Can't get sethome command to set homesSolved

Friends, does this normally work for logged-in users? When I use the / sethome command, it doesn't save any home.
I installed the server for the first time. Should I make a change to the original json as follows?

{
  "Settings": {
    "Interrupt TP": {
      "Above Water": true,
      "Balloon": true,
      "Cargo Ship": true,
      "Cold": false,
      "Excavator": false,
      "Hot": false,
      "Hostile": false,
      "Hurt": true,
      "Lift": true,
      "Monument": false,
      "Mounted": true,
      "Oil Rig": false,
      "Safe Zone": true,
      "Swimming": false
    },
    "Block Teleport (NoEscape)": false,
    "Block Teleport (ZoneManager)": false,
    "Chat Name": "<color=red>Teleportation</color>: ",
    "Check Boundaries On Teleport X Y Z": true,
    "Draw Sphere On Set Home": true,
    "Homes Enabled": true,
    "TPR Enabled": true,
    "Town Enabled": true,
    "Outpost Enabled": true,
    "Bandit Enabled": true,
    "Strict Foundation Check": false,
    "Cave Distance Small": 50.0,
    "Cave Distance Medium": 70.0,
    "Cave Distance Large": 110.0,
    "Default Monument Size": 50.0,
    "Minimum Temp": 0.0,
    "Maximum Temp": 40.0,
    "Blocked Items": {},
    "Bypass CMD": "pay",
    "Use Economics": false,
    "Use Server Rewards": false,
    "Wipe On Upgrade Or Change": false,
    "Auto Generate Outpost Location": false,
    "Auto Generate Bandit Location": false
  },
  "Admin": {
    "Announce Teleport To Target": false,
    "Usable By Admins": true,
    "Usable By Moderators": true,
    "Location Radius": 25,
    "Teleport Near Default Distance": 30
  },
  "Home": {
    "Homes Limit": 4,
    "VIP Homes Limits": {
      "nteleportation.vip": 5
    },
    "Cooldown": 600,
    "Countdown": 15,
    "Daily Limit": 5,
    "VIP Daily Limits": {
      "nteleportation.vip": 5
    },
    "VIP Cooldowns": {
      "nteleportation.vip": 5
    },
    "VIP Countdowns": {
      "nteleportation.vip": 5
    },
    "Location Radius": 25,
    "Force On Top Of Foundation": true,
    "Check Foundation For Owner": true,
    "Use Friends": true,
    "Use Clans": true,
    "Use Teams": true,
    "Usable Out Of Building Blocked": false,
    "Usable Into Building Blocked": false,
    "Allow Cupboard Owner When Building Blocked": true,
    "Allow Iceberg": false,
    "Allow Cave": false,
    "Allow Crafting": false,
    "Allow Above Foundation": true,
    "Check If Home Is Valid On Listhomes": false,
    "Pay": 0,
    "Bypass": 0
  },
  "TPT": {
    "Use Friends": true,
    "Use Clans": true,
    "Use Teams": true,
    "Allow Cave": false
  },
  "TPR": {
    "Allow Cave": false,
    "Allow TPB": true,
    "Cooldown": 600,
    "Countdown": 15,
    "Daily Limit": 5,
    "VIP Daily Limits": {
      "nteleportation.vip": 5
    },
    "VIP Cooldowns": {
      "nteleportation.vip": 5
    },
    "VIP Countdowns": {
      "nteleportation.vip": 5
    },
    "Request Duration": 30,
    "Block TPA On Ceiling": true,
    "Usable Out Of Building Blocked": false,
    "Usable Into Building Blocked": false,
    "Allow Cupboard Owner When Building Blocked": true,
    "Allow Crafting": false,
    "Pay": 0,
    "Bypass": 0
  },
  "Town": {
    "Allow Cave": false,
    "Cooldown": 600,
    "Countdown": 15,
    "Daily Limit": 5,
    "VIP Daily Limits": {
      "nteleportation.vip": 5
    },
    "VIP Cooldowns": {
      "nteleportation.vip": 5
    },
    "VIP Countdowns": {
      "nteleportation.vip": 5
    },
    "Location": "0 0 0",
    "Usable Out Of Building Blocked": false,
    "Allow Crafting": false,
    "Pay": 0,
    "Bypass": 0
  },
  "Outpost": {
    "Allow Cave": false,
    "Cooldown": 600,
    "Countdown": 15,
    "Daily Limit": 5,
    "VIP Daily Limits": {
      "nteleportation.vip": 5
    },
    "VIP Cooldowns": {
      "nteleportation.vip": 5
    },
    "VIP Countdowns": {
      "nteleportation.vip": 5
    },
    "Location": "0 0 0",
    "Usable Out Of Building Blocked": false,
    "Allow Crafting": false,
    "Pay": 0,
    "Bypass": 0
  },
  "Bandit": {
    "Allow Cave": false,
    "Cooldown": 600,
    "Countdown": 15,
    "Daily Limit": 5,
    "VIP Daily Limits": {
      "nteleportation.vip": 5
    },
    "VIP Cooldowns": {
      "nteleportation.vip": 5
    },
    "VIP Countdowns": {
      "nteleportation.vip": 5
    },
    "Location": "0 0 0",
    "Usable Out Of Building Blocked": false,
    "Allow Crafting": false,
    "Pay": 0,
    "Bypass": 0
  }
}
I'm new to this. Should I run the codes here on the console? Or should I adjust my json file.
  • nteleportation.home - /home, /sethome, /removehome
  • nteleportation.deletehome - /home delete & /deletehome
  • nteleportation.homehomes - /home homes & /homehomes
  • nteleportation.importhomes - teleport.importhomes
  • nteleportation.radiushome - /home radius & /radiushome
  • nteleportation.tp - /tp
  • nteleportation.tpb - /tpb
  • nteleportation.tpr - /tpr
  • nteleportation.tpconsole - teleport.topos & teleport.toplayer
  • nteleportation.tphome - /home tp and /tphome
  • nteleportation.tptown - /town
  • nteleportation.tpoutpost - /outpost
  • nteleportation.tpbandit - /bandit
  • nteleportation.tpn - /tpn
  • nteleportation.tpl - /tpl
  • nteleportation.tpremove - /tpremove
  • nteleportation.tpsave - /tpsave
  • nteleportation.wipehomes - /wipehomes
  • nteleportation.crafthome - allow craft during home tp
  • nteleportation.crafttown - allow craft during town tp
  • nteleportation.craftoutpost - allow craft during outpost tp
  • nteleportation.craftbandit - allow craft during bandit tp
  • nteleportation.crafttpr - allow craft during tpr tp
It'll be entered like this into console:

o.grant group default nteleportation.home

o.grant group admin nteleportation.tp

TP is instant teleporting. TRP is teleport request to a player. TPB is teleport back to previous spot instantly.
Thank you it is super :)
Locked automatically