Yeah my game and oxide are the latest I update daily to make sure but that never has gotten updated ever on its own at all. i am going to change mine and see what happens and post back here
Update** I just set it to the correct game protocol and didn't correct the issue
"Generic": {
"enableLevelupBroadcast": false,
"enablePermission": false,
"excludeChainsawOnGather": false,
"excludeJackhammerOnGather": false,
"exludeWeaponsOnGather": false,
"gameProtocol": 2275,
"penaltyMinutes": 10,
"penaltyOnDeath": true,
"permissionName": "zlevelsremastered.use",
"permissionNameXP": "zlevelsremastered.noxploss",
"playerCuiDefaultEnabled": true,
"playerPluginDefaultEnabled": true,
"pluginPrefix": "<color=orange>ZLevels</color>:",
"steamIDIcon": 0,
"wipeDataOnNewSave": false
},Merged post
This is what I did this morning.
I removed from /data
ZLevelsCraftDetails.json
ZlevelsRemastered.rason
I also out of the plugin folder and config folder removed
ZLevels
I then reloaded the mod fresh download from umod.org here and placed it back in the plugins and allowed it to remake the config and files.
Doing this I now in Data folder have 3 files
ZLevelsCraftDetails.json - Looks to hold values (using wodden arrow for craft testing)
"arrow.wooden": {
"MaxBulkCraft": 10001,
"MinBulkCraft": 10,
"shortName": "arrow.wooden",
"Enabled": true
},
ZLevelsCraftDetails.old.json - just hold CraftList
ZLevelsRemastered.json -- Looks to be used DB to hold each users values they have done
I also went into the config folder and set crafting to 20
reloaded the via console
I then started craft arrow and crafting wouldn't go past 1% still
This is a fresh load of the mod. I have not reloaded the whole server or any other stuff then the above. So I have a fresh reinstall of the mode
Below is the config that it created and I just changed the Chainsaw and jackhammer and the C: -1 to C: 20, Enabled Night Bonus
So not sure what else I could do since I have 100% reloaded the plugin and oxide on the server. If I have to wipe the server to get it to work then that is going to have to wait.
{
"CUI": {
"Bounds": {
"HeightLower": "0.02",
"HeightUpper": "0.1225",
"WidthLeft": "0.725",
"WidthRight": "0.83"
},
"BoundsBackground": "0.1 0.1 0.1 0.1",
"cuiEnabled": true,
"FontColor": "0.74 0.76 0.78 1",
"FontSizeBar": 11,
"FontSizeLevel": 11,
"FontSizePercent": 11,
"TextShadowEnabled": true,
"XpBarBackground": "0.2 0.2 0.2 0.2",
"XpBarColors": {
"A": "0 0.8 0 0.5",
"C": "0.2 0.72 0.5 0.5",
"M": "0.1 0.5 0.8 0.5",
"S": "0.8 0.1 0 0.5",
"WC": "0.8 0.4 0 0.5"
}
},
"Functions": {
"CollectibleEntitys": {
"berry-black-collectable": true,
"berry-blue-collectable": true,
"berry-green-collectable": true,
"berry-red-collectable": true,
"berry-white-collectable": true,
"berry-yellow-collectable": true,
"corn-collectable": true,
"diesel_collectable": true,
"halloween-bone-collectable": true,
"halloween-metal-collectable": true,
"halloween-stone-collectable": true,
"halloween-sulfur-collectible": true,
"halloween-wood-collectable": true,
"hemp-collectable": true,
"metal-collectable": true,
"mushroom-cluster-5": true,
"mushroom-cluster-6": true,
"potato-collectable": true,
"pumpkin-collectable": true,
"stone-collectable": true,
"sulfur-collectable": true,
"wood-collectable": true
},
"enableCollectiblePickup": true,
"enableCropGather": true,
"enableDispenserGather": true
},
"Generic": {
"enableLevelupBroadcast": false,
"enablePermission": false,
"excludeChainsawOnGather": false,
"excludeJackhammerOnGather": false,
"exludeWeaponsOnGather": false,
"gameProtocol": 2275,
"penaltyMinutes": 10,
"penaltyOnDeath": true,
"permissionName": "zlevelsremastered.use",
"permissionNameXP": "zlevelsremastered.noxploss",
"playerCuiDefaultEnabled": true,
"playerPluginDefaultEnabled": true,
"pluginPrefix": "<color=orange>ZLevels</color>: ",
"steamIDIcon": 0,
"wipeDataOnNewSave": false
},
"NightBonus": {
"broadcastEnabledBonus": true,
"enableNightBonus": true,
"logEnabledBonusConsole": false,
"PointsPerHitAtNight": {
"A": 60,
"M": 60,
"S": 60,
"WC": 60
},
"ResourcePerLevelMultiplierAtNight": {
"A": 2,
"M": 2,
"S": 2,
"WC": 2
}
},
"Settings": {
"CraftingDetails": {
"PercentFasterPerLevel": 5,
"TimeSpent": 1,
"XPPerTimeSpent": 3
},
"DefaultResourceMultiplier": {
"A": 1,
"M": 1,
"S": 1,
"WC": 1
},
"LevelCaps": {
"A": 200,
"C": 200,
"M": 200,
"S": 200,
"WC": 200
},
"PercentLostOnDeath": {
"A": 15,
"C": 15,
"M": 15,
"S": 15,
"WC": 15
},
"PointsPerHit": {
"A": 30,
"M": 30,
"S": 30,
"WC": 30
},
"ResourcePerLevelMultiplier": {
"A": 2,
"M": 2,
"S": 2,
"WC": 2
},
"SkillColors": {
"A": "#ADD8E6",
"C": "#CCFF99",
"M": "#DDDDDD",
"S": "#FFDDDD",
"WC": "#FFDDAA"
}
}
}