Unlimited home and teleportationNot An Issue
Hi,
Could you give me the correct syntax for having unlimited Home and Teleportations please?

Put "0" for homes does not work.
"-1" the same.

For TP: "0" ???

"Home": {
"HomesLimit": 5,
"VIPHomesLimits": {
"nteleportation.vip": ???    'syntax for unlimited ?
},
"Cooldown": 20,
"Countdown": 20,
"DailyLimit": 50,
"VIPDailyLimits": {
"nteleportation.vip": ???  'syntax for unlimited ?
},
"VIPCooldowns": {
"nteleportation.vip": 20
},
"VIPCountdowns": {
"nteleportation.vip": 20
There doesn't appear to be any way to set unlimited teleports via the config file.  I would suggest setting something like 65535, which is surely well above anyone's typical daily usage.

Given time, I may look at reworking this section of the code because it seems to need some help.  Perhaps a config for UseLimit for each section as well as a similar config for VIP.
Thank you for that answer.
Yes I'm doing this right now. I put 5000.

Yes it would be great if you happen to modify this code.
Actually, if a player is not a VIP, the DailyLimit setting of 0 should make for unlimited teleports.  If they are a VIP, the higher of the two values would apply.  So, if both DailyLimit and the value under VIPDailyLimits are set to 0, there should be no limits regardless of whether they have VIP permissions.

    "DailyLimit": 0,
    "VIPDailyLimits": {
      "nteleportation.vip": 0
    },​
OK I understand. But no VIP players do not have unlimited teleports.
If you set them to 0 but still have a value set for DailyLimit, it will most likely take that value.  Sorry, been working on other parts today.
No problem. Thanks for the updates !
I would like to make this work for example :
"DailyLimit": 10,               '10 homes; TP; for player
    "VIPDailyLimits": {
      "nteleportation.vip": 0   'Unlimited homes; TP; for VIP
    },​​

This is not urgent.
Thank you for your help.

Merged post

Is it possible to correct that too?

Thank you
Locked automatically