Commands stop workingNot An Issue
Hi,

Whenever Rust has any sort of update, be it major or minor, NTeleport seems to stop working. No commands are recognized, but every other plugin works fine. Any solution?
Sounds like the plugin isn't loaded. Check your oxide/logs for errors.
I understand that it isn't loading but I'm not sure how to make it load, these are some things I found in my logs:
[Error] Failed to initialize plugin 'NTeleportation v1.0.26' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.NTeleportation.Init () [0x0117b] in <688b3f9dd5b04f5b8276021fe312366b>:0
[Info] No previous version to rollback plugin: NTeleportation
02:18
[Error] Failed to initialize plugin 'NTeleportation v1.0.26' (NullReferenceException: Object reference not set to an instance of an object)
[Info] Unloaded plugin NTeleportation v1.0.26
In response to Splugie ():
I understand that it isn't loading but I'm not sure how to make it load, these are some things I fou...
Looks like either your config file or data for the plugin is not readable. I'd suggest checking both to make sure they are valid.
Replacing the config fixed it, I tried to add multiple VIP ranks to change the HomesLimit. Since that didn't work, can you please tell me what I did wrong?
"Home": {
"AllowAboveFoundation": true,
"AllowCave": false,
"AllowCraft": false,
"AllowIceberg": false,
"CheckFoundationForOwner": true,
"CheckValidOnList": false,
"Cooldown": 600,
"Countdown": 15,
"CupOwnerAllowOnBuildingBlocked": true,
"DailyLimit": 5,
"ForceOnTopOfFoundation": true,
"HomesLimit": 2,
"LocationRadius": 25,
"Pay": 0,
"UsableIntoBuildingBlocked": false,
"UsableOutOfBuildingBlocked": false,
"UseFriends": true,
"VIPHomesLimits": {
"nteleportation.vip1": 3
},
"VIPHomesLimits": {
"nteleportation.vip2": 4
},
"VIPHomesLimits": {
"nteleportation.vip3": 5
},
In response to Splugie ():
Replacing the config fixed it, I tried to add multiple VIP ranks to change the HomesLimit. Since tha...
Not with only seeing a portion of the config. I'd suggest using a site such as http://www.jsonlint.com to make sure your changes are valid JSON.
I used the site and my changes say they're valid. Could you maybe give me an example of adding multiple perms to VIPHomesLimit?
Locked automatically