I got the same issue, how u fix it ?
NTeleportation
Moved
Total Downloads: 53,605 - First Release: Apr 12, 2016 - Last Update: Apr 5, 2018
- 5/5, 88 likes
-
-
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. -
Some players can not use the teleport. Even in the chat nothing is displayed. No mistakes, nothing
-
-
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 -
-
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 -
-
revoke group default nteleportation.tp
-
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 -
thank you very much
appreciate a lot -
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": {} },
Anyhelp please on the situation?
Regards,
iHYPERLITE -
-
-
People can dupe items with boxes. You must add "You can not use boxes while teleporting or going to home"
-
Hello,
Is it possible to add several category of vip with this plugin ?
Many thanks -
-
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 }, },
-
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.