Jump to content

Gt403cyl2

Creator
  • Posts

    304
  • Joined

  • Last visited

Everything posted by Gt403cyl2

  1. Gt403cyl2

    Whitelist

    No not directly afaik, I haven't used DiscordRoles and I 'm not sure how/where he stores the verified users. My plugin doesn't use groups or permissions to whitelist just straight up steamID.
  2. See my post directly above your last...
  3. Gt403cyl2

    Basic Info

    It could be added but I sort of feel like there are many other plugins that include that already.
  4. My reply was in response to this ^^. I agree that reviews need to be transparent and agree that aside from straight flaming positive/negative reviews need to be handled responsibly as a way to let others make informed decisions on what they want to purchase or not. It's not semantics, which plugin you are speaking of doesn't matter, it's the statement that it should be Codefling's problem if you buy a product that doesn't perform as expected. I mean that just sounds like you went through a lot of effort to get mad enough to make a video of something not working just so you could peek at the code.....
  5. If you wan the plugin to work then contacting Codefling is pointless. They have nothing to do with that, they are just the vendor platform that hosts the sales page. The appropriate course of action would be to hit the support page for the plugin and try to get the issues resolved.
  6. Gt403cyl2

    Basic Info

    Version 1.3.3

    2,364 downloads

    Easy to configure, minimalistic solution for your server to provide basic details such as your Discord link, rules and server pop. Default Commands: - /pop - Displays server pop, including separate counts for loading, queued, sleeping and currently online. - /discord - Provides your discord link. - /rules - posts the rules as specified in the config. - /website - Provides your website link. - /commands - Lists your server commands (listed in config) - /untilwipe - Provides the next wipe scheduled and the time remaining. Default Config: { "Next Wipe Scheduled (YYYY-MM-DD HH:mm:ss):": "2025-07-31T08:00:00", "Rules Prefix:": "<color=#32CD32>Server Rules: </color>", "Discord Prefix:": "<color=#32CD32>Discord Address: </color>", "Website Prefix:": "<color=#32CD32>Website Address: </color>", "Population Prefix:": "<color=#32CD32>Population: </color>", "Server Commands Prefix:": "<color=#32CD32>Server Commands: </color>", "Change Commands": { "Commands list:": "commands", "Amount of commands per page:": 15, "Rules:": "rules", "Discord:": "discord", "Website:": "website", "Population:": "pop", "Wipe:": "untilwipe" }, "Rules list:": [ "1. English preferred in chat.", "2. Have respect for all members of this server.", "3. No racism of any sort.", "4. Strictly no spamming chat of any sorts.", "5. No cheating, including ESP, Scripting, Aimbot ect.", "6. Bans can be appealed in Discord." ], "Server Commands:": [ "/shop - Opens shop.", "/bandit - Teleport to bandit.", "/outpost - Teleport to Outpost.", "/rules - Displays server rules.", "/commands - Displays server chat commands", "/discord - Displays Discord invite address.", "/website - Displays server website.", "/pop - Current server population", "/untilwipe - Displays next wipe details." ], "Discord Address:": "Come Join our Discord at: ", "Website Address:": "Checkout our Website at: " } Default Lang: { "ReportOnline": "Players Online: ", "ReportSleeping": "Players Sleeping: ", "ReportJoining": "Players Joining: ", "ReportQueued": "Players Queued: " }
    Free
  7. Gt403cyl2

    Whitelist

    Version 1.1.8

    315 downloads

    Just a simple Whitelist plugin to limit who may join your server if you want to keep it private. Leave the config as generated and join the server to start setting up with commands. To setup in-game (default commands): 1- Leave all settings as they are generated upon plugin loading. 2- Join the server as Owner / Moderator, your Steam ID will automatically be added to the whitelist file. 3- Grant the permission "whitelist.admin" to anyone you want to have control over the whitelist. 4- Enter the command "/addwlist 123456789" replace 123456789 with the steam64ID of the players you want to have access. 5- Enjoy your private server. Removing players from the whitelist is the same as adding, just with the command "/removewlist 123456789". Permission: - whitelist.admin - Allows anyone with this permission to run any of the plugin commands. Chat Commands: - /whitelist - Enable / disable whitelist. - /addwlist someothersteam64ID - Adds that player to the whitelist. - /removewlist someothersteam64ID - Removes that player to the whitelist. Console Commands: - wlist <add/remove> <steamid> - wlist toggle <enable/disable> Default Config: { "Change Commands": { "Disable / enable whitelist": "whitelist", "Add players to whitelist": "addwlist", "Remove players from the whitelist": "removewlist" }, "Main Options": { "Whitelist Enabled": true, "Auto Enable Whitelist on new wipe": true }, "Connection denied message": "Sorry this server is whitelist access only, Contact the server admin to gain access.", "Discord Prefix": "Whitelist: ", "Discord WebHook": "https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks" } Default Data: { "WhitelistedPlayerSteam64ID": [] }
    $4.99
  8. Gt403cyl2

    Loot Audit

    Like I say, it is something I could look at but I have little to no experience with MySQL database use so would have to research it... I did push an update with the config option to disable the datafile log and only use the discord or vice versa for the time being.
  9. Gt403cyl2

    Loot Audit

    Hi, it's something I could look into, if I'm honest not something I'm familiar with. there is the option already to log to Discord via webhook, so you could make a separate channel for this in your discord. I could give the option to disable the datafile log I suppose, let me know if that would be a benefit.
  10. Changed Status from Can't Reproduce to Closed Changed Fixed In to 1.3.0
  11. Thanks for the video. I have uploaded an update so let me know. I have not been able to recreate the polarbear or any other error so again it absolutely must be conflicting with another plugin. I'm not trying to sound rude, but every reported error from you so far has been the result of a plugin conflict, that nobody else has reported. The other instances have been resolved, but the plugin conflicts are likely not something I will be able to resolve but rather try to block the error spam.
  12. Ok so after reading your edits; You changed dispenser with another plugin (driftwood). LootAudit has a problem with that seen here: LootAudit says "hey, driftwood is being weird I don't understand what is happening" so it threw the error in console. I added the debug line to catch when the error happened and it said it was the dispenser (driftwood). I can try to resolve that by giving driftwood it's own name but honestly at that point there just might be other issues with other plugins that change the way loot works.... Ultimately though, I see it as a plugin conflict. I will see what I can do, but again, I cannot reproduce this error as I do not have the plugin combinations and settings so anything I do to try to fix this will need testing. Watch for next update and let me know after that.
  13. Sorry I don't understand your post. I assume English is not your native language, could you please try to word it better. What I do understand is: You are using custom map. You changed DispenserGather with a different plugin. The map shouldn't really change anything in this instance. but helps for troubleshooting. As for changing DispenserGather that would change things, as I already said in your other support thread. which you acknowledge here: https://gyazo.com/85bb3ae1d2a987a812df2ee26d48334f
  14. Please take the time to read errors before posting. It literally says send to dev., meaning you should be letting me know this is happening so I can troubleshoot it. This is only supposed to happen when there was an error on a specific hook "OnDispenserGather". I was unable to recreate the error so this was a way for me to let server owners give me more information on when the error occurs. I will add a config option for debug... With this info I will work on it and update. Also I have specifically spawned the driftwood and have not been able to get this error to occur on my test server. Couple questions: Are you using a custom map or procgen? Any other plugins that deal with the hook "OnDispenserGather"? Also do not edit the .cs file as the License explicitly states you are not allowed, as well as it can lead to errors that I will not have on my end and therefore cannot resolve...
  15. Changed Status from Work in Progress to Closed
  16. Thanks for the updates, yeah I know the odds are pretty low, it's done on purpose.
  17. Changed Status from Pending to Can't Reproduce
  18. Changed Status from Gremlins to Work in Progress
  19. Changed Fixed In from 1.2.5 to Next Version
  20. Changed Status from Pending to Gremlins Changed Fixed In to 1.2.5
  21. Thanks for taking the time to check the other support requests. I will do some more testing and potentially re-write this part and see if that helps. However, I have not been able to recreate this issue yet so upon next release I can only hope it is resolved as I think it may be a conflict that occurs. Will continue testing.
  22. Can you provide any other info? What they were picking up? Will look into it.
  23. Gt403cyl2

    Loot Audit

    It is triggered when something is put in the players inventory so as it sits not really in it's current state, something I could look into in the future.
  24. Gt403cyl2

    Loot Audit

    Causing lag?, no, taking up drive space space? yes. I recommend only granting the permission (logging) players that are suspect..... it won't impact performance as it just writes to the data file, it doesn't check against anything which would consume resources...
  25. Yes, default group has base perm and no they were not vip. Here is the config: { "General Settings": { "showchatmessage": true }, "Gathering Options / List": { "dropchance": 1, "vipdropchance": 3, "trees": true, "berries": true, "wood": true, "stones": true, "ore": true, "hemp": true, "mushrooms": true, "pumpkins": true, "corn": true, "potatos": true, "gatheringItemList": { "0": { "shortname": "apple", "displayname": "", "amount": 3, "SkinID": 0 }, "1": { "shortname": "bandage", "displayname": "", "amount": 3, "SkinID": 0 }, "2": { "shortname": "healingtea.advanced", "displayname": "", "amount": 1, "SkinID": 0 }, "3": { "shortname": "maxhealthtea.advanced", "displayname": "", "amount": 1, "SkinID": 0 }, "4": { "shortname": "woodtea.advanced", "displayname": "", "amount": 1, "SkinID": 0 } } }, "Mining Options / List": { "dropchance": 1, "vipdropchance": 3, "miningItemList": { "0": { "shortname": "metal.fragments", "displayname": "", "amount": 5, "SkinID": 0 }, "1": { "shortname": "metal.refined", "displayname": "", "amount": 2, "SkinID": 0 }, "2": { "shortname": "oretea.advanced", "displayname": "", "amount": 1, "SkinID": 0 } } }, "Looting Options / List": { "dropchance": 1, "vipdropchance": 3, "lootcontainer": true, "freeablelootcontainer": true, "lockedbyentcrate": true, "hackablelockedcrate": true, "lootingItemList": { "0": { "shortname": "scrap", "displayname": "", "amount": 5, "SkinID": 0 }, "1": { "shortname": "metal.fragments", "displayname": "", "amount": 10, "SkinID": 0 }, "2": { "shortname": "scraptea", "displayname": "", "amount": 1, "SkinID": 0 } } }, "Animal Kill Options / List": { "dropchance": 1, "vipdropchance": 3, "chicken": true, "boar": true, "stag": true, "wolf": true, "bear": true, "polarbear": true, "horse": true, "shark": true, "AnimalItemList": { "0": { "shortname": "leather", "displayname": "", "amount": 3, "SkinID": 0 }, "1": { "shortname": "fat.animal", "displayname": "", "amount": 5, "SkinID": 0 } } }, "NPC Kill Options / List": { "dropchance": 1, "vipdropchance": 3, "scientist": true, "dweller": true, "bradley": true, "heli": true, "scarcrow": true, "customnpc": true, "zombie": true, "NPCItemList": { "0": { "shortname": "ammo.pistol", "displayname": "", "amount": 10, "SkinID": 0 }, "1": { "shortname": "ammo.rifle", "displayname": "", "amount": 5, "SkinID": 0 } } }, "Player Kill Options / List": { "dropchance": 10, "vipdropchance": 20, "enableplayers": true, "PlayerItemList": { "0": { "shortname": "scrap", "displayname": "", "amount": 2, "SkinID": 0 }, "1": { "shortname": "metal.fragments", "displayname": "", "amount": 1, "SkinID": 0 } } } }
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.5k

Files Sold

Total number of files sold.

2.4m

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.