Well the removed Puts on the ConfigLoader should only display a standard info-print-out to console so something like this "[Info] [Unwound] Unwound loaded config." (white written text) everything else is no mistake of this function and as I said, I will not remove that from the offical release cause it's practically a message for the server owner that everything went fine with loading the config and the plugin is ready to use and I think that's important.
The warning I could imagine you got (once after updating) would been from the ConfigUpdater (wich was just a version count up since 1.0.1), and I see you corrected a typo from me in there - shame on me I must have it in there since 1.0.1 release and never seen it ...
Unwound
Moved
Total Downloads: 431 - First Release: Sep 21, 2015 - Last Update: Apr 14, 2017
- 5/5, 4 likes
-
I put in your new unmodded version, removing any I had before and still had the warning on each restart of the server no matter how many times the server was restarted the warning would always come up. It only went away after I removed the 2nd "Unwound loaded config" you had in the file
-
Wait, what you mean with "2nd" (once you removed it, or do you always got two print-outs)?
Maybe you could also send me your log (or even a screenshot of the print-outs you mean)? -
Needs updated for latest release
Code:[10/16/2015 3:41:28 PM] [Oxide] 3:41 PM [Error] Error while compiling Unwound.cs(474,58): error CS1061: Type `BasePlayer' does not contain a definition for `DistanceTo' and no extension method `DistanceTo' of type `BasePlayer' could be found. Are you missing an assembly reference?
[10/18/2015 1:51:34 AM] [Oxide] 1:51 AM [Error] Unwound.cs(474,58): error CS1061: Type `BasePlayer' does not contain a definition for `DistanceTo' and no extension method `DistanceTo' of type `BasePlayer' could be found. Are you missing an assembly reference?
please fix this -
Errors on updating to latest version:
[Oxide] 11:42 AM [Debug] Preparing compilation
[Oxide] 11:42 AM [Warning] Waiting for another application to stop using script: Unwound
[Oxide] 11:42 AM [Debug] Adding plugin to compilation: Unwound
[Oxide] 11:42 AM [Debug] Probably done preparing compilation: Unwound
[Oxide] 11:42 AM [Debug] Done preparing compilation: Unwound
[Oxide] 11:42 AM [Error] Unwound plugin failed to compile!
[Oxide] 11:42 AM [Error] Unwound.cs(516,58): error CS1061: Type `BasePlayer' does not contain a definition for `DistanceTo' and no extension method `DistanceTo' of type `BasePlayer' could be found. Are you missing an assembly reference?
[Oxide] 11:42 AM [Debug] Preparing compilation
[Oxide] 11:42 AM [Debug] Adding plugin to compilation: Unwound
[Oxide] 11:42 AM [Debug] Probably done preparing compilation: Unwound
[Oxide] 11:42 AM [Debug] Done preparing compilation: Unwound
[Oxide] 11:42 AM [Error] Unwound plugin failed to compile!
[Oxide] 11:42 AM [Error] Unwound.cs(516,58): error CS1061: Type `BasePlayer' does not contain a definition for `DistanceTo' and no extension method `DistanceTo' of type `BasePlayer' could be found. Are you missing an assembly reference? -
[Oxide] 5:48 PM [Error] Unwound.cs(516,58): error CS1061: Type `BasePlayer' does not contain a definition for `DistanceTo' and no extension method `DistanceTo' of type `BasePlayer' could be found. Are you missing an assembly reference?
-
-
I believe I fixed the problem with Unwound and updated the version from 1.0.5 to 1.0.6. it is attached, please try it and let me know.
Attached Files:
-
-
Still broken - please fix
Will try your fix Quicken - thanks!
Thanks!
-SUE, RustieShack -
Sorry guys, was abscent for a while, will take a look into everything asap.
-
-
-
This plugin needs updated to work with the change done on Economics for Rust Experimental | Oxide
-
-
everything is updated and configured correctly but i cant seem to get the economics part of the plugin to deduct any money or even give an option when using unwound
-
Also did you set "EcoSettings" accordingly (you need a key for every available value behind "/aid"
).
Maybe you could send me your config-file so I can check if I find something else.Last edited by a moderator: Nov 19, 2015 -
set a key? no didnt do that part
-
Code:"EcoSettings": { "250": 5, "500": 0 },
Code:"EcoSettings": { "1000": 0 },
Let's say for another example that the "medic" will arrive in 10 seconds if the player does not want to pay anything so he just runs "/aid" (see "Settings" -> "WaitTillMedic"), then you could say that you want to charge others 100 bucks for every second they want to wait less, your config would then look like this:
Code:"EcoSettings": { "100": 9, "200": 8, "300": 7, "400": 6, "500": 5, "600": 4, "700": 3, "800": 2, "900": 1, "1000": 0 },
You can add new keys via the server-console with 'unwound.set' (see overview for syntax) or change their time-value with this.
However if you want to modify or remove a key you will have to edit the config-file with a text-editor of your choice, after editing the file you can either reload the whole plugin (I think 'oxide.reload Unwound') or let the plugin itself reload the config with 'unwound.load' (both in server-console).
(It just came to me that I maybe should add a help-command where the players get to see what costs are available for them with the time-bonus ...)
PS: What do you guys think, maybe I should switch the keys and values, so the player writes the seconds and not the cost behind "/aid" and then gets charged the required amount of bucks for the timer he wants to use, or something like that. Tell me your ideas / wishes on that feature please. -
any way to make it cost by default?
-
You may want to adjust soon the permission and the info to it
Oxide Core v2.0.1684
Code:[12/28/2015 7:09:57 PM] [Oxide] 7:09 PM [Warning] Permission 'canuseunwound' (by plugin Unwound) is not prefixed with plugin name, should be 'unwound.canuseunwound'