Jump to content

ManOWar

Member
  • Posts

    105
  • Joined

  • Last visited

Everything posted by ManOWar

  1. Perfect, thank you so much!
  2. Hello Napo, does this plugin require hosting a bot in Botreeper or elsewhere for it to function?
  3. Hello NooBlet, is this plugin compatible with BetterChat or IQChat? Thank you!
  4. ManOWar

    Disable Rewards

    I've implemented your solution. Thank you so much!!
  5. ManOWar

    Disable Rewards

    Hello, I would like to disable the rewards feature as I do not use that on my server. However, I don't see how to do so within the config. I'm used to seeing a True\Falso option for that. Below are the only rewards settings I've found. Thank you! }, "Block teleport in the event area? (requires NTeleportation plugin) [true/false]": true, "Disable NPCs from BetterNpc plugin on the monument while the event is on? [true/false]": true, "Rewards settings (total values will be added up and rewarded at the end of the event)": { "Which plugins do you want to use for rewards? (Economics, Server Rewards, IQEconomic, XPerience)": [ "Economics", "Server Rewards", "IQEconomic", "XPerience" ], "The minimum value that a player must collect to earn rewards": 0.0, "Looting a locked crate": 0.5, "Killing a standard NPC": 0.3, "Killing a security guard": 0.5, "Killing a wolf": 0.4, "Killing an NPC on a Motorcycle": 0.4, "Liberating a hostage": 0.8, "List of commands that are executed in the console at the end of the event ({steamid} - the player who collected the highest number of points)": [] },
  6. Is this plugin actively being supported? Several issues have been ongoing for months, but no fixes are being implemented. I see that Iftebinjan took over the plugin back in August and has many other plugins here in Codefling. However, if you don't have time to support the plugin, then please give it up so it can be handed over to a developer who will support it. That is the reasonable and respectful thing to do for those who have purchased this. It's a beautiful HUD and should get the attention it deserves with support.
  7. ManOWar

    AutoRestart

    Hey Wizz, yes, it does restart the server per the schedule you've set, and it will notify your players in game according to the notifications you've set. It's a fantastic plugin with a great looking UI. It uses the C4 beeping sound for your restart countdown, which is a nice touch. You can also integrate it with your Discord server if you'd like to relay the notifications to a channel there. Most importantly, the developer is very responsive. It's a solid plugin and well worth the price.
  8. ManOWar

    AutoRestart

    Hello Crash, I'm unsure of when it started, but I just noticed this morning that the plugin is not counting down the last minute with the audible sound or the UI notifications. Below is my config. I was under the impression it counted down the last minute automatically. Is this something I need to do manually now? It is counting down the 15-2 times that I have manually added to the config, but nothing for the last 1 minute. I'm assuming the 'UseFullMinuteCountdown' setting is just for Discord notifications. Thank you! "Version": "2.3.0", "Restart": { "RestartTimes": [ "11:00" ], "AlertSound": "assets/prefabs/locks/keypad/effects/lock.code.lock.prefab", "UseSound": true, "UseChatAlerts": true, "UseQuitCommand": true }, "PlayerRestrictions": { "MaxPlayersBeforeCancel": 10, "RestrictPlayerCount": false }, "Alerts": { "InGameWarningTimes": [ 15, 10, 5, 4, 3, 2 ], "DiscordWarningTimes": [] }, "UpdateCheck": { "CheckForUpdates": true, "CheckInterval": 600 }, "UI": { "UseCustomUI": false, "UseRustUI": true, "CustomUI": { "AnchorMin": "0 0.5", "AnchorMax": "0 0.5", "OffsetMin": "10 -45.9695", "OffsetMax": "177.325 46.7435", "CheckIcon": "✓", "CrossIcon": "✖", "CheckIconColor": "0.5568627 0.7764706 0.1843137 1", "CrossIconColor": "0.7764706 0.5137255 0.4196078 1", "BackgroundColorHex": "#5095C4", "TitleFontSize": 12, "MessageFontSize": 10 } }, "Discord": { "WebhookUrl": "https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks", "ServerName": "", "DiscordNotifications": false, "UseFullMinuteCountdown": false } }
  9. As referenced in a previously opened and unresolved ticket of yours (https://codefling.com/files/support/16304-once-changed-building-skins-cannot-change-again/), switching skins on a base doesn't work when doing so from the TC or using the /bskin build command. You can only switch the skin on a building if defaulting back to basic stone or sheet metal. However, you cannot switch to shipping container, brutalist, adobe, etc. When trying to do so, it tells you that all building blocks already have that skin, even though they do NOT. The only resolution is to hit every building block with the hammer to switch it. Is this an issue you plan on fixing as it's roughly 70 days old? Thank you!
  10. I did. Thank you for the quick fix!
  11. Getting the same error.
  12. No....clearly, I didn't see it, or I wouldn't have said as much. Yes, I do see it now that you've so kindly pointed out how nicely it seamlessly blends in with all the other green shit in the screenshot....but thank you for your help. I'll see if I can find someone else who's not an asshole to help me with this....ffs Nice you treat people like this who are looking to spend money for your time and effort...
  13. Yes, I realize that. It's just that your plugin gave me the idea for it, as it's already doing something similar. So, I thought of it, and you could probably easily make something to do what I described. You didn't list your Discord server name, link to, etc., so how can I reach out to you there?
  14. ManOWar

    AutoRestart

    K. So, I guess this doesn't really apply to or change anything about what I'm doing? My scheduled restarts are working as needed. However, it would be nice if there was an option to shutdown the server instead of restarting it. I need to do this occasionally when adding or updating a plugin, where I need the server to be off while I upload files to it and then power it back up. I'm manually shutting it down now via my hosting provider panel, but it would be nice to have a red warning message on the server via AutoRestart that says it's being shut down for maintenance instead of the blue restart. However, I can't use the Restart option in this scenario because I need it to stay powered off momentarily while I make changes. When I manually shut the server down, no warning is presented to players, so I have to message them myself. Again, this isn't something that happens regularly, but it'd be a lovely QoL feature to add and just make it a run-on-demand command, where we could still set a timer so players can make their way back to base and whatnot. Thank you!
  15. ManOWar

    AutoRestart

    Hello, what is the purpose of the UseQuitCommand? Is that like a manual command we can run to shut the server down instead of restarting it? If so, how exactly do we use it? I've updated my plugin and see that it is now listed in the configuration and enabled by default. Thank you!
  16. ManOWar

    XStatistics

    Nice! Electricity generated is a cool one for sure. Thank you! Now, I just have to figure out how to do it...lol
  17. ManOWar

    XStatistics

    Hey Monster, Is it possible to add a new category to the config for Electricians? One that would track stats for placed wind turbines, solar panels, all three battery types, turrets, smart alarms, smart switches, cameras, and industrial components like autocrafters, splitters, combiners, etc. Tracking the amount of wire and piping ran if that's even possible? Just full tracking of electrics so the player base can track who is the top electrician on a server? That would be amazing! Thank you!
    Wow, I am completely blown away by how thorough this plugin is! It tracks every category imaginable, including server event plugins like Convoy by Adem. There is no other statistical plugin that compares to this one. Detailed stats like this increase buy-in from your player base as they have another metric to track and compete against. Keeping players logged in and playing longer so they can increase their lead on players below them in the rankings and gain ground on players above them in the rankings. Most stats plugins are very limited in what they track and focus primarily on PvP and raiding. However, most players spend the majority of their time running monuments, building, farming nodes, farming crops, etc., and this plugin covers all those statistics in depth! Just perfection! Well done, Sir!
  18. Hello, would it be possible to add a feature to this plugin or possibly to a standalone plugin, named, say, Offliner, that monitor and logs the number of TCs a player destroys where the owner(s) of the TC are offline? Then, have a message that regularly posts to the server saying the player's name and the number of bases (equal to the number of TCs) they have offlined during the wipe. Maybe even have it configurable to list the top 5 offliners or something. This would help minimize the amount of offlining happening, as players would have to own up to the entire server that they're an offliner. I think it would also put a target on their back to where other players would make a point to try and offline this player, which is exactly what an offliner deserves...lol Thank you!
  19. Thank you so much for the quick reply and fix! I've implemented the update, and it is working correctly. The only thing I'd like to add is that I belive the Halloween update includes more items than that. I'm not 100% sure, but I think there is an additional knife and maybe even a pitchfork that you can get. Also, the Frankenstein body parts are nine different body parts in total. There are small, medium, and large Frankensteins, each with legs, torso, and head. So, there are nine different body parts in total. Does this fix include all nine body parts? Thank you! Sorry, I just know that if it doesn't, I'll have players returning to me asking for those. Will there also be a similar fix for the Easter event? Or is that already working with this? Thank you so much for your help!
  20. Hello, I've been using the AlphaLoot 2x Table Advanced config for a few months with no issues. However, the Halloween items are not spawning into containers now that the Halloween event has been implemented. I've checked about a dozen portal dungeons, and not one Halloween item, including the Frankenstein body parts, no coffins, no spiderwebs, etc. I've also killed a dozen or so of the roaming scarecrows and chainsaw guys, and none of them have Halloween items. They all have regular items but none of the Halloween items. I'm running the default config. Is there anything I need to do with the AlphaLoot config to implement these? Thank you!
  21. That's fantastic! Thank you so much!
  22. Thank you for the explanation! I don't want the electric furnaces to produce charcoal. However, they do want/need the additional slot for ore. Is it impossible to add an option allowing cooked ore to accumulate there if the charcoal option is disabled?
  23. Just a quick update: I found that if I dragged the cooked frags out of the 2nd or 3rd slot and moved them to the 1st slot, it started cooking again and filled up the now empty slot. So, it's skipping or not seeing the first slot in the electric furnaces. Thank you!
  24. Hello, Just started using this plugin yesterday on my server and had a player point out that the 3rd output slot of electric furnaces isn't being used. So, I did some testing and verified that is happening. Below is my configuration. I don't have any other smelting\splitter plugins in place. I had removed QuickSmelt when I started using this. The furnace is staying on and is full of uncooked ore, but it's not filling up the 3rd slot (1st in order). For some reason, it's skipping the 1st slot and going to the 2nd and 3rd. Please see the screenshot. It's working perfectly, otherwise. Thank you! "Compatible Ovens": [ "bbq.deployed", "bbq.static", "campfire", "campfire.static", "cursedcauldron.deployed", "fireplace.deployed", "furnace", "furnace.large", "furnace.static", "furnace_static", "hobobarrel_static", "hobobarrel.deployed", "refinery_small_deployed", "small_refinery_static", "skull_fire_pit", "electricfurnace.deployed", "legacy_furnace" ], "Oven charcoal Overrides - Higher the number the less often charcoal is made": { "campfire": 4, "bbq.deployed": 2 }, "Oven Smelting Overrides": { "furnace": 1, "refinery_small_deployed": 1, "bbq.deployed": 1, "bbq.static": 1 }, "Auto Start Ovens on Deploy or restarts": false, "Fuel * This = Additional Charcoal per Tick": 1.0, "Delays Smelting by a Factor 0-25 (Used to reduce speeds below vanilla)": 3, "Disable Multi Fuel Speed Bonus": true, "Enable Charcoal Creation in Electric Furnace": false, "Enable Composters - Splitting items into Composters": true, "Enable QuickSmelt - Smelting of multiple slots at once": true, "Fuel Burned Per Tick": 1, "Ignore Stack Limit In Smelted Output Slots": false, "Max Smelt slots at once": 5, "Max Ore Smelted Per Tick": 3, "Require Ore In Electric Oven For Charcoal": false, "Number of seconds to delay after reload (5 default)": 5.0, "Smelting Speed (Time Between Ticks 0.5 Default)": 0.5 }
1.9m

Downloads

Total number of downloads.

8.7k

Customers

Total customers served.

130k

Files Sold

Total number of files sold.

2.7m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.