NTeleportation

Moved

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

5/5, 88 likes
  1. I got the same issue, how u fix it ?
     
  2. I think I fixed but which one set to 0 ? Cuz I did it my way :D
     
  3. If only fir you no vip no default all tp can set zero becouse u use this :

    Admin:
    - tp <targetplayer> - Teleports yourself to the target player.
    - tp <player> <targetplayer> - Teleports the player to the target player.
    - tp <x> <y> <z> - Teleports you to the set of coordinates.
    - tpl - Shows a list of saved locations.
    - tpl <location name> - Teleports you to a saved location.
    - tpsave <location name> - Saves your current position as the location name.
    - tpremove <location name> - Removes the location from your saved list.
    - tpb - Teleports you back to the place where you were before teleporting.
    - home radius <radius> - Find all homes in radius.
    - home delete <player name/id> <home name> - Remove a home from a player.
    - home tp <player name|id> <name> - Teleports you to the home location with the name 'name' from the player.
    - home homes <player name|id> - Shows you a list of all homes from the player.
    - home wipe - Removes all homes.
    - town set - Saves the current location as town.
    - wipehomes - Removes all homes.

    Than it dont count any tp command for an admin.
     
  4. Some players can not use the teleport. Even in the chat nothing is displayed. No mistakes, nothing
     
  5. You need to ask them what are they typing in chat as it does work so they are not putting the correct thing
     
  6. i want to have tp only for me (admin) i read all you guys said and when i try to revoke group default from tp permission
    here what i have Group 'default' does not have permission 'nteleportation.tp'
    but ingame all players can ask for tp
    even whne i change values for 0 they stay the same means 5 homes and 10 tp per day in my case
    please help me
     
  7. players have tpr and tpa the tp command is for admins only auth level 2
     
  8. sorry i mant tpr and home
    when i try to disable it for players with revoke command it doesnt work
    even when i change values in json files
     
  9. post what commands you used to revoke
     
  10. revoke group default nteleportation.tp
     
  11. oxide.revoke group default nteleportation.tphome
    They should not have nteleportation.tp unless you gave it to the default group if you did
    oxide.revoke group default nteleportation.tp
    You can open the oxide.groups.data file with notepad++ to see what permissions the group has
     
  12. thank you very much
    appreciate a lot
     
  13. Hello I'm having this issue when people are in the cold and getting the message "Teleportation was interupted!"when accepting a /tpa even tho I have set the current coding to the folllowing:

    Code:
    {
      "Settings": {
        "ChatName": "",
        "HomesEnabled": true,
        "TPREnabled": true,
        "TownEnabled": true,
        "InterruptTPOnHurt": false,
        "BlockedItems": {}
      },
    "InterruptTPOnHurt": false,

    Anyhelp please on the situation?

    Regards,
    iHYPERLITE
     
  14. Did you reload plugin after making that change in the config?
     
  15. Of course
     
  16. People can dupe items with boxes. You must add "You can not use boxes while teleporting or going to home"
     
  17. Hello,

    Is it possible to add several category of vip with this plugin ?

    Many thanks
     
  18. Just add more permissions into the config .json file
     
  19. Thank you for your reply.

    Ok, I have already add more permissions, but is this json file, can I write something like this :

    Code:
      "Home": {
        "HomesLimit": 2,
        "VIPHomesLimits": {
            "nteleportation.vip1": 2
            "nteleportation.vip2": 3
            "nteleportation.vip3": 5
        },
        "Cooldown": 600,
        "Countdown": 15,
        "DailyLimit": 5,
        "VIPDailyLimits": {
            "nteleportation.vip1": 1
            "nteleportation.vip2": 2
            "nteleportation.vip3": 3
        },
        "VIPCooldowns": {
            "nteleportation.vip1": 300
            "nteleportation.vip2": 200
            "nteleportation.vip3": 100
        },
        "VIPCountdowns": {
            "nteleportation.vip1": 20
            "nteleportation.vip2": 15
            "nteleportation.vip3": 10
        },
      },
    Thank you for your help
     
  20. I have vip group and i make 2 home limites and i have premium group and i put like this :

    "PREMIUMHomesLimits": {
    "nteleportation.premium": 5
    }
    and i cant use this permission why can some1 can help me tnx.