1. I hope I'm not out of line posting this here, but can I use /wipehomes from console to clear homes in NTeleportation? I'm afraid to just try it before I actually need it, and was hoping someone here knows if it works. Sorry if this is in the wrong forum area, I tried on the plugin page help with no answer.
     
  2. Wulf

    Wulf Community Admin

    If the command requires a player or sends a response to the player, then you wouldn't be able to run it without errors. You can try though by using 'chat.say /wipehomes' in your console (might be chat.add).
     
  3. Thank you! I'll give that a try. My server is rented, and they do the updates for me. I set up my server.cfg to load a new seed after wipes, but my old homes are still there. I figured I could do it while I'm at work, if it'll accept via console. Thanks again for the tip.
     
  4. @kurtk84 NTeleportation does not have a console command so as @Wulf said you can bind the chat command to a key.
    Code:
    bind <key> chat.say /command
    The above command will work for any chat command just be sure to replace <key> with the key you want to bind
    Code:
    bind p chat.say /wipehomes
     
  5. Wulf

    Wulf Community Admin

    The original title referred to RCON, so I believe this is for remote use.
     
  6. @Wulf I see, this wouldn't be possible with the said plugin as it does not listen for that command to be executed from the console. @kurtk84 I recommend creating a task or cron job to delete the data file on a set timeframe then run the reload command via rcon to sync data.
     
  7. It's all about timing for me. My server host, NFO, does the updates for Rust and Oxide automatically, so I just have to be watching ( cell phone ) to catch it right when it happens. Maybe I'll just put an ftp on my work pc, and manually delete the file. Then I can unload and reload the plugin via rcon.
     
  8. @kurtk84 Why do you want to wipe homes? Is it because you wipe the server? If so there should be a config option to remove homes on wipe.
     
  9. Yes it would be only for map wipes. I looked hoping to see the config option, but I dont see it?
     
  10. @kurtk84 Get with your provider and see about setting up an automated task to delete your nteleportation data file.
     
  11. I can set rcon commands that happen on restarts, but thats no good for this issue. I'll see what they say.