NTeleportation конфиг с привелегиями

Хостинг игровых серверов

WoLf LoNeR

Прохожий
26 Янв 2018
141
79
Знаю что многие сталкиваются с проблемой настройки привилегий в NTeleportation так, как vip, premium и т.д.
В данном конфиге наглядно как должно быть (каждому свое). Настройки индивидуальные для каждого сервера.
{
"Settings": {
"ChatName": "<color=red>Teleportation</color>: ",
"HomesEnabled": true,
"TPREnabled": true,
"TownEnabled": true,
"InterruptTPOnHurt": true,
"BlockedItems": {}
},
"Admin": {
"AnnounceTeleportToTarget": false,
"UseableByModerators": true,
"LocationRadius": 25,
"TeleportNearDefaultDistance": 30
},
"Home": {
"HomesLimit": 2,
"VIPHomesLimits": {
"nteleportation.vip": 3,
"nteleportation.premium": 4,
"nteleportation.elite": 5
},
"Cooldown": 300,
"Countdown": 30,
"DailyLimit": 0,
"VIPDailyLimits": {
"nteleportation.vip": 0,
"nteleportation.premium": 0,
"nteleportation.elite": 0
},
"VIPCooldowns": {
"nteleportation.vip": 25,
"nteleportation.premium": 20,
"nteleportation.elite": 15
},
"VIPCountdowns": {
"nteleportation.vip": 25,
"nteleportation.premium": 20,
"nteleportation.elite": 15
},
"LocationRadius": 25,
"ForceOnTopOfFoundation": true,
"CheckFoundationForOwner": true,
"UseFriends": true,
"UsableOutOfBuildingBlocked": false,
"UsableIntoBuildingBlocked": true,
"CupOwnerAllowOnBuildingBlocked": false,
"AllowIceberg": false,
"AllowCave": false,
"AllowCraft": false,
"AllowAboveFoundation": true,
"CheckValidOnList": false,
"Pay": 0
},
"TPR": {
"Cooldown": 300,
"Countdown": 15,
"DailyLimit": 0,
"VIPDailyLimits": {
"nteleportation.vip": 25,
"nteleportation.premium": 20,
"nteleportation.elite": 15
},
"VIPCooldowns": {
"nteleportation.vip": 25,
"nteleportation.premium": 20,
"nteleportation.elite": 15
},
"VIPCountdowns": {
"nteleportation.vip": 25,
"nteleportation.premium": 20,
"nteleportation.elite": 15
},
"RequestDuration": 30,
"BlockTPAOnCeiling": true,
"UsableOutOfBuildingBlocked": false,
"UsableIntoBuildingBlocked": false,
"CupOwnerAllowOnBuildingBlocked": true,
"AllowCraft": false,
"Pay": 0
},
"Town": {
"Cooldown": 300,
"Countdown": 15,
"DailyLimit": 0,
"VIPDailyLimits": {
"nteleportation.vip": 0,
"nteleportation.premium": 0,
"nteleportation.elite": 0
},
"VIPCooldowns": {
"nteleportation.vip": 25,
"nteleportation.premium": 20,
"nteleportation.elite": 15
},
"VIPCountdowns": {
"nteleportation.vip": 25,
"nteleportation.premium": 20,
"nteleportation.elite": 15
},
"Location": "0 0 0",
"UsableOutOfBuildingBlocked": false,
"AllowCraft": false,
"Pay": 0
},
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 25
}
}

Да и не забываем прописывать разрешения
Пример:
oxide.grant group vip nteleportation.vip
oxide.grant group premium nteleportation.premium
oxide.grant group elite nteleportation.elite
 
Последнее редактирование:
  • Like
Реакции: FREDWAY и Басотник

Robin Hood

Новичек
4 Ноя 2017
98
102
Вопрос: Я вот хочу сделать соло сервер, но как отключить TPR в данном плагине, или как сделать доступ по привилегии даже для группы default?
 

delprotv

Новичек
26 Янв 2018
72
39
Может меня дёргает одного, но вот блин не могу когда всё вот так вот слито в кашу
Код:
{
    "Settings": {
        "ChatName": "<color=red>Teleportation</color>: ",
        "HomesEnabled": true,
        "TPREnabled": true,
        "TownEnabled": true,
        "InterruptTPOnHurt": true,
        "BlockedItems": {}
    },
    "Admin": {
        "AnnounceTeleportToTarget": false,
        "UseableByModerators": true,
        "LocationRadius": 25,
        "TeleportNearDefaultDistance": 30
    },
    "Home": {
        "HomesLimit": 2,
        "VIPHomesLimits": {
            "nteleportation.vip": 3,
            "nteleportation.premium": 4,
            "nteleportation.elite": 5
        },
        "Cooldown": 300,
        "Countdown": 30,
        "DailyLimit": 0,
        "VIPDailyLimits": {
            "nteleportation.vip": 0,
            "nteleportation.premium": 0,
            "nteleportation.elite": 0
        },
        "VIPCooldowns": {
            "nteleportation.vip": 25,
            "nteleportation.premium": 20,
            "nteleportation.elite": 15
        },
        "VIPCountdowns": {
            "nteleportation.vip": 25,
            "nteleportation.premium": 20,
            "nteleportation.elite": 15
        },
        "LocationRadius": 25,
        "ForceOnTopOfFoundation": true,
        "CheckFoundationForOwner": true,
        "UseFriends": true,
        "UsableOutOfBuildingBlocked": false,
        "UsableIntoBuildingBlocked": true,
        "CupOwnerAllowOnBuildingBlocked": false,
        "AllowIceberg": false,
        "AllowCave": false,
        "AllowCraft": false,
        "AllowAboveFoundation": true,
        "CheckValidOnList": false,
        "Pay": 0
    },
    "TPR": {
        "Cooldown": 300,
        "Countdown": 15,
        "DailyLimit": 0,
        "VIPDailyLimits": {
            "nteleportation.vip": 25,
            "nteleportation.premium": 20,
            "nteleportation.elite": 15
        },
        "VIPCooldowns": {
            "nteleportation.vip": 25,
            "nteleportation.premium": 20,
            "nteleportation.elite": 15
        },
        "VIPCountdowns": {
            "nteleportation.vip": 25,
            "nteleportation.premium": 20,
            "nteleportation.elite": 15
        },
        "RequestDuration": 30,
        "BlockTPAOnCeiling": true,
        "UsableOutOfBuildingBlocked": false,
        "UsableIntoBuildingBlocked": false,
        "CupOwnerAllowOnBuildingBlocked": true,
        "AllowCraft": false,
        "Pay": 0
    },
    "Town": {
        "Cooldown": 300,
        "Countdown": 15,
        "DailyLimit": 0,
        "VIPDailyLimits": {
            "nteleportation.vip": 0,
            "nteleportation.premium": 0,
            "nteleportation.elite": 0
        },
        "VIPCooldowns": {
            "nteleportation.vip": 25,
            "nteleportation.premium": 20,
            "nteleportation.elite": 15
        },
        "VIPCountdowns": {
            "nteleportation.vip": 25,
            "nteleportation.premium": 20,
            "nteleportation.elite": 15
        },
        "Location": "0 0 0",
        "UsableOutOfBuildingBlocked": false,
        "AllowCraft": false,
        "Pay": 0
    },
    "Version": {
        "Major": 1,
        "Minor": 0,
        "Patch": 25
    }
}
 
  • Like
Реакции: Басотник