Jump to content

dustyhansen

Member
  • Posts

    1,514
  • Joined

  • Last visited

Everything posted by dustyhansen

    If I could give this zero stars I would.. The plugin was broken, not posting all messages to the Discord webhook and forcing players into Vanish mode even if you disabled that feature for their mode. I also suggested a few enhancements, such as supporting Advanced/Simple Status to let the player know what mode they are in and supporting console commands in addition to chat commands, I went weeks without a response and had to follow-up numerous times with the creator to get any kind of reply. Then, this developer not only closed all my support tickets without explanation or acknowledgement, but he proceeded to argue with me on each one and accuse me of posting things in the wrong place, even though he didn't respond to me in the place that he wanted me to post. One of the bugs was supposedly fixed, but the customer service here is horrible. I have never been treated so poorly by a creator, just for suggesting a couple enhancements and reporting a couple bugs.
  1. bullshit, you have replied to everything else and sat here and tried to ruin my day
  2. no it isn't, it can enable/disable features such as native god mode without having to use a plugin for god mode, but whatever. sorry i asked.
  3. dustyhansen

    Discord Webhook

    already reported you dude, merry christmas, worst creator i have ever met
  4. and i did use the discussion thread and you didn't reply there either, so what is your excuse?
  5. we have been told to post feature requests in support tickets by site management. what is your problem dude? who do you think you are?
  6. again, i am asking for you to support console commands in addition to chat commands. do you not understand?
  7. dustyhansen

    Discord Webhook

    For the record you have an obligation to respond to paying customers. You can work on the plugin but to sit here and ignore me and not respond to my messages is unacceptable.
  8. dustyhansen

    Vanish Mode Forced

    How are you just going to close these out without responding. How is this not a bug? I can't disable vanish mode!
  9. We are supposed to add feature suggestions here too per site management. So take it up with them.
  10. So you aren't going to respond? Just close it out? WTF dude.
  11. what are you talking about? i am asking for you to support console commands in addition to chat commands. how does that have nothing to do with your plugin?
  12. dustyhansen

    Manage Group Membership

    How do I see the members of a group? Can I even do this? Can I remove members from an existing group? Can I add members to a group? If this functionality does not exist, can it be added? Sorry, but the UI is a bit confusing to me.
  13. dustyhansen

    Managing Group Membership

    Would it be possible to add the ability to remove players from a group when looking at the group membership screen? I know we can add/revoke members from a group, but that is only if they are on since the wipe. Sometimes we have members in the group that have not logged on this wipe and would need to remove them but cannot do so from this plugin.
  14. Ever since the update, electric furnaces either don't cook ore at all or start cooking ore and then stop suddenly. The fix is to shut them off and power them back on to get them to start cooking again.
  15. dustyhansen

    Not Creating Thread

    Sorry to log another issue, but my bot does not create a thread when it makes a post. The bot's profile has the create threads permissions and the bot has permissions to create threads at the channel level, so not sure why it wouldn't be working.
  16. dustyhansen

    Not Seeing Updates

    I am having the same issue here with this plugin as the free version. It is not seeing plugins that get updated, which kinda defeats the whole point of the plugin. Not trying to be rude, but I just don't understand how there can be plugins that check for updates that don't see updates. Both of these were updated today, but the plugin doesn't see them as needing an update at all. What is the reason for this? How do we make this more reliable?
  17. I have suggested this as well, along with other ideas for making identification easier. https://codefling.com/files/support/17028-identifying-mode-of-other-playersbases/
  18. dustyhansen

    Update Posts

    Yea, my bot is not working. It says it is running and updating Discord, but there are no posts in Discord. It has run 15 checks since that one above, but not posted or updated Discord at all. If I run /update_check it does make a new post.
  19. dustyhansen

    Console Error

    I got the following errors in console of the bot during the check process. Not sure what they mean: Checking for updates globally 53 | this.updaterInstalled = false; 54 | } 55 | 56 | async fetchPlugins() { 57 | this.rcon.login(); 58 | this.rcon.on('error', (err: any) => { ^ warn: Possible EventEmitter memory leak detected. 11 error listeners added to [Client]. Use emitter.setMaxListeners() to increase limit at overflowWarning (node:events:163:14) at addListener (node:events:138:22) at /home/container/utils/servers.ts:58:19 at fetchPlugins (/home/container/utils/servers.ts:56:26) at /home/container/utils/servers.ts:226:26 at fetchAllPlugins (/home/container/utils/servers.ts:224:36) at /home/container/utils/versionCheck.ts:11:23 at init (/home/container/utils/versionCheck.ts:8:18) at /home/container/utils/updateCheckChannel.ts:67:28 at updateCheck (/home/container/utils/updateCheckChannel.ts:66:116) 56 | async fetchPlugins() { 57 | this.rcon.login(); 58 | this.rcon.on('error', (err: any) => { 59 | console.log(` Encountered an error while trying to connect to ${this.name} / ${(`${this.rcon.ws.ip}:${this.rcon.ws.port}`)} :\n ${err.message}`); 60 | }); 61 | this.rcon.on('connected', () => { ^ warn: Possible EventEmitter memory leak detected. 11 connected listeners added to [Client]. Use emitter.setMaxListeners() to increase limit at overflowWarning (node:events:163:14) at addListener (node:events:138:22) at /home/container/utils/servers.ts:61:19 at fetchPlugins (/home/container/utils/servers.ts:56:26) at /home/container/utils/servers.ts:226:26 at fetchAllPlugins (/home/container/utils/servers.ts:224:36) at /home/container/utils/versionCheck.ts:11:23 at init (/home/container/utils/versionCheck.ts:8:18) at /home/container/utils/updateCheckChannel.ts:67:28 at updateCheck (/home/container/utils/updateCheckChannel.ts:66:116) 66 | 67 | setTimeout(() => { 68 | this.rcon.destroy(); 69 | }, 5000); 70 | }); 71 | this.rcon.on('message', (message: any) => { ^ warn: Possible EventEmitter memory leak detected. 11 message listeners added to [Client]. Use emitter.setMaxListeners() to increase limit at overflowWarning (node:events:163:14) at addListener (node:events:138:22) at /home/container/utils/servers.ts:71:19 at fetchPlugins (/home/container/utils/servers.ts:56:26) at /home/container/utils/servers.ts:226:26 at fetchAllPlugins (/home/container/utils/servers.ts:224:36) at /home/container/utils/versionCheck.ts:11:23 at init (/home/container/utils/versionCheck.ts:8:18) at /home/container/utils/updateCheckChannel.ts:67:28 at updateCheck (/home/container/utils/updateCheckChannel.ts:66:116)
  20. dustyhansen

    Running Bot

    Yea I figured it out, thanks.
  21. dustyhansen

    Update Posts

    Does it not send new posts to the Discord channel every check? There have been 2 checks since 7:34, but no posts in Discord.
  22. dustyhansen

    Console Errors

    The plugin description says it supports GitHub though...
  23. dustyhansen

    Console Errors

    Isn't furance stacks ok at 1.0.5?
  24. dustyhansen

    Version Number

    Can you please change version numbers so that update checking plugins can see this properly? They are currently not able to read it through the API.
1.8m

Downloads

Total number of downloads.

8.4k

Customers

Total customers served.

127.4k

Files Sold

Total number of files sold.

2.6m

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.