-
Posts
14 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by MancDad
-
See my fix for this here : https://codefling.com/files/support/17977-json-events-file-stacking-entries/
-
See my fix in another thread
-
Hi, I've managed to get Raidable bases working... After much head scratching, i deleted the Data folder, the configs, and removed the plugin ... Adding back the EventManager.cs plugin didn't fix it ... so i cleared everything again, but this time inspected the plugin ... EventManager.cs ... The error is within the plugin ... [new AuthorName { Name = "Nivex", Color = "0.949 0.651 0.996 1.00" }] = new() { new EventSettings() { displayName = "Dangerous Treasures", Command = "dtevent" }, new EventSettings() { displayName = "RaidableBases Easy", Command = "rbevent easy" }, new EventSettings() { displayName = "RaidableBases Medium", Command = "rbevent easy" }, new EventSettings() { displayName = "RaidableBases Hard", Command = "rbevent easy" }, new EventSettings() { displayName = "RaidableBases Nightmare", Command = "rbevent easy" } }, The command defaults for each entry is the same (presume a copy / paste oversight) ... so everytime the plugin is reloaded is defaulted back to rbevent easy for each entry. I've changed these to the correct values and it's working
-
Hi, Appreciate it's the Xmas break .. But are there plans to look at this issue in the New Year? Many thanks.
-
Sorry for the delay - Manic at work !!!! Zzzzz ... Here's the two config files from the data folder. Thanks., events.json TimeEntries.json
-
Hi, I've been using this plugin for a few months now - Never had an issue and it has always been a valuable & respected feature for my server. However recently I'm having issue with raidable bases... I cannot auto start anything other than easy ? My JSON is below. If I amend and reload the plugin it ALWAYS goes back to the below. "Nivex|0.949 0.651 0.996 1.00|51157033-335f-47a6-8192-14b60f03106a": [ { "Event name": "Dangerous Treasures", "The command to launch the event": "dtevent", "Color": "0.1 0.1 0.1 0.95", "Command type": "console" }, { "Event name": "RaidableBases Easy", "The command to launch the event": "rbevent easy", "Color": "0.1 0.1 0.1 0.95", "Command type": "console" }, { "Event name": "RaidableBases Medium", "The command to launch the event": "rbevent easy", "Color": "0.1 0.1 0.1 0.95", "Command type": "console" }, { "Event name": "RaidableBases Hard", "The command to launch the event": "rbevent easy", "Color": "0.1 0.1 0.1 0.95", "Command type": "console" }, { "Event name": "RaidableBases Nightmare", "The command to launch the event": "rbevent easy", "Color": "0.1 0.1 0.1 0.95", "Command type": "console" } ], If I change the "The command to launch the event" it always defaults back to easy ? Hope this can be sorted soon
-
I'm getting the same. "Nivex|0.949 0.651 0.996 1.00|51157033-335f-47a6-8192-14b60f03106a": [ { "Event name": "Dangerous Treasures", "The command to launch the event": "dtevent", "Color": "0.1 0.1 0.1 0.95", "Command type": "console" }, { "Event name": "RaidableBases Easy", "The command to launch the event": "rbevent easy", "Color": "0.1 0.1 0.1 0.95", "Command type": "console" }, { "Event name": "RaidableBases Medium", "The command to launch the event": "rbevent easy", "Color": "0.1 0.1 0.1 0.95", "Command type": "console" }, { "Event name": "RaidableBases Hard", "The command to launch the event": "rbevent easy", "Color": "0.1 0.1 0.1 0.95", "Command type": "console" }, { "Event name": "RaidableBases Nightmare", "The command to launch the event": "rbevent easy", "Color": "0.1 0.1 0.1 0.95", "Command type": "console" } ], If I change the "The command to launch the event" it always defaults back to easy ? Hope this can be sorted soon. Great plugin though
-
- 220 comments
-
- #event
- #cargoplane
- (and 18 more)
-
- 220 comments
-
- #event
- #cargoplane
- (and 18 more)
-
Hi. Just installed this plugin. I want to use Server Rewards as my currency. "Currency Settings": { "Currency type (0 - Scrap | 1 - Economics | 2 - Server Rewards)": 2, "Currency item (if the currency type is '0')": { "Short name": "scrap", "Skin ID": 0 } }, Even though this works, the users are still being told an amount in $ ??? - Are we able to change the dollar sign to RP ? thanks
-
I've worked it out ... Looks like there's 4 presets ... but only 2 configured at the moment Halloween - Works NewYear - Works (Xmas theme ) Christmas - Empty / Null JSON in the data library & Xmas - Like Christmas, Empty / Null entries in the JSON file. I've changed "Customization preset (Empty - use standard wagons)": "Halloween", to "Customization preset (Empty - use standard wagons)": "NewYear", and the train is themed correctly for the winter festive period. Thanks
-
Loving this plugin ... greatly received during the Halloween month of October... However... I'm now running it on the Frostland Map and would like to change it to the Christmas version ... I've tried Xmas & Christmas as the Customization preset but it's defaulting to the standard train all the time? Please advise? Many thanks