NTeleportation

Moved

Total Downloads: 53,626 - First Release: Apr 12, 2016 - Last Update: Apr 5, 2018

5/5, 88 likes
  1. You need to changes this values "Cooldown & "Countdown"
     
  2. Thanks man, I have the plugin loaded to the server but I can't figure out how to activate it. Can you assist me with setting this up? I want cooldowns to be 20 seconds, I changed both cooldown & countdown, but when I go to my server I must have to set permissions? /tpr does not even work once added to plugins
     
  3. Is there any way to add more VIP options? For example, I am working on a VIP tier system and I would like to have a different amount of homes set for each one. For example: VIP1=5 homes, VIP2=6 homes
     
  4. Change "cooldown" and "countdown" to whatever you like , and then go in the console type reload NTeleportation
     
  5. Hello. i set town on my server but it says you are not allowed? how to fix this`? thanks
     
  6. bind /sethome dont work... syntax error
     
  7. Wulf

    Wulf Community Admin

    What's the exactly command you're using? "bind /sethome" would be invalid.
     
  8. Is there a way to TP into a cave base? Someone players on my server are not able to TP back to their bases in caves.
     
  9. /sethome is not correct as thats the command for making a home spawn point read the overview to get all commands
     
  10. bind h chat.say "/home 1"
     
  11. Wulf

    Wulf Community Admin

    Try: bind h "chat.say \"/home 1\""
     
  12. same syntax error
     
  13. I need to know how to change the limit of how many tp people can use in my server and the cooldown for them. If anyone knows please share
     
  14. it in the config under home section
    DailyLimit
    Cooldown
     
  15. [DOUBLEPOST=1487477923][/DOUBLEPOST]How would I have to customise this without getting an error because every time I change it it keep telling showing me error messages?
    public int Cooldown { get; set; }
    public int Countdown { get; set; }
    public int DailyLimit { get; set; }
    public Dictionary<string, int> VIPDailyLimits { get; set; }
    public Dictionary<string, int> VIPCooldowns { get; set; }
    public Dictionary<string, int> VIPCountdowns { get; set; }
    public int RequestDuration { get; set; }
    public bool BlockTPAOnCeiling { get; set; }
    public bool UsableOutOfBuildingBlocked { get; set; }
    public bool UsableIntoBuildingBlocked { get; set; }
    public bool CupOwnerAllowOnBuildingBlocked { get; set; }
    public bool AllowCraft { get; set; }
    public int Pay { get; set; }
     
    Last edited by a moderator: Feb 19, 2017
  16. no do not edit the plugin edit the config that is in your oxide/config folder
     
  17. thanks I think I manged to change it
     
  18. make sure you reload the plugin after making any changes to the config
     
  19. Error while compiling NTeleportation.cs(1712,20): error CS1525: Unexpected symbol `end-of-file'

    Can anybody help?
     
  20. delete config and plugin then download a fresh copy