NTeleportation

Moved

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

5/5, 88 likes
  1. You should test the right setting...
    Code:
      "Home": {
        "AllowAboveFoundation": true,
        "AllowCave": false,
        "AllowCraft": false,
        "AllowIceberg": false,  // <<<<<<<<
    [DOUBLEPOST=1468858623][/DOUBLEPOST]
    This is game related...ALL actions over a limit of 0.2 seconds will be marked with a warning, thats nothing plugin related.
    [DOUBLEPOST=1468859212][/DOUBLEPOST]
    Maybe set the right config?
    Code:
      "Home": {
        "AllowAboveFoundation": true,
        "AllowCave": false,
        "AllowCraft": false,
        "AllowIceberg": false,
        "CheckFoundationForOwner": true,
        "Cooldown": 600,
        "Countdown": 15,
        "DailyLimit": 5,
        "ForceOnTopOfFoundation": true, // <<<<<<<<< false?   
     
  2. If I set true - then players can`t set sethome everywhere? and one more question - "UsableOutOfBuildingBlocked": true, - its mean all players can use TP in zone Buildings Block ?
     
  3. Any other plugin for /sethome at the moment?
     
  4. How do you change the house, teleport and cool down limit for non vip players?
     
  5. Code:
      "Home": {
        "AllowAboveFoundation": true,
        "AllowCave": false,
        "AllowCraft": false,
        "AllowIceberg": false,
        "CheckFoundationForOwner": true,
        "Cooldown": 600,  // <<< cooldown between each
        "Countdown": 15,
        "DailyLimit": 5,  // <<< daily home port, 0 = unlimited
        "ForceOnTopOfFoundation": true,
        "HomesLimit": 2,   /// <<< homes/house count
        "LocationRadius": 25,
        "UsableOutOfBuildingBlocked": false,
        "UseFriends": true,
    Code:
      "TPR": {
        "AllowCraft": false,
        "BlockTPAOnCeiling": true,
        "Cooldown": 600, // <<< TP cooldown
        "Countdown": 15,
        "DailyLimit": 5, // << TP-limit, 0 = unlimited
        "RequestDuration": 30,
        "UsableOutOfBuildingBlocked": false,
     
  6. I am a little confused. I open the doc up and change things like the limit per day to 6 for example, but when I get on the server it says I have reached my daily limit of 5. I try restarting the server but still it says I have reached my limit of 5. Also the code you sent looks different to what I have, does this mean I have the wrong update? I uploaded a screenshot to show what I see. Is this the correct area of code I change or am I in the wrong area?
     

    Attached Files:

  7. You dont edit the plugin you edit the config replace the plugin with a unedited one
     
  8. Thank you very much! ^^
     
  9. How to change /tpr and /home tp limits???
     
  10. ----------- worked
     
    Last edited by a moderator: Jul 20, 2016
  11. I want to restrict setting home to foundations, but I don't want the home to be removed if the foundation is removed. I am not able to figure out which combination of settings allows this. If I set ForceOnTopOfFoundation to false, they can set home anywhere.
     
  12. G'day

    I have created a new group called "squad" what I am wanting to know is if I wanted to use the name squad rather than VIP could I just swap out the two names in the json or would I need to do it in the lang file? or am I going about this all wrong?

    thanks Dean.
     
  13. work work work work , u see me at the work work work work work
     
  14. men wtf i do nothing , i just write that works but im a thanksfull vertion . dam
     
  15. Saying that it works once is enough, it's all good just looked like spam a bit am sure you would agree
     
    Last edited by a moderator: Jul 22, 2016
  16. Just wondering is there is any chance of adding a disabled sethome to top of the silos or dome? so I don't have players setting a home to the top of hard to reach places?
     
  17. They should not be able to build up there anyway
     
  18. No one can build but they can set a home point and I want to disable the home point
     
  19. "ForceOnTopOfFoundation": true,
    "UsableOutOfBuildingBlocked": false,