-
Posts
304 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Gt403cyl2
-
- 9 comments
-
- #whitelist
- #admin
- (and 4 more)
-
See my post directly above your last...
-
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.....
-
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.
-
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 -
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- 9 comments
-
- 3
-
-
-
- #whitelist
- #admin
- (and 4 more)
-
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.
-
Changed Status from Can't Reproduce to Closed Changed Fixed In to 1.3.0
-
Failed to call hook 'OnDispenserGather'
Gt403cyl2 replied to ChristopherS's Support Request in Support
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. -
Failed to call hook 'OnDispenserGather'
Gt403cyl2 replied to ChristopherS's Support Request in Support
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. -
Failed to call hook 'OnDispenserGather'
Gt403cyl2 replied to ChristopherS's Support Request in Support
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 -
Failed to call hook 'OnDispenserGather'
Gt403cyl2 replied to ChristopherS's Support Request in Support
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... -
Failed to call hook 'OnDispenserGather'
Gt403cyl2 replied to ChristopherS's Support Request in Support
Changed Status from Work in Progress to Closed -
Thanks for the updates, yeah I know the odds are pretty low, it's done on purpose.
-
Changed Status from Pending to Can't Reproduce
-
Failed to call hook 'OnDispenserGather'
Gt403cyl2 replied to ChristopherS's Support Request in Support
Changed Status from Gremlins to Work in Progress -
Failed to call hook 'OnDispenserGather'
Gt403cyl2 replied to ChristopherS's Support Request in Support
Changed Fixed In from 1.2.5 to Next Version -
Failed to call hook 'OnDispenserGather'
Gt403cyl2 replied to ChristopherS's Support Request in Support
Changed Status from Pending to Gremlins Changed Fixed In to 1.2.5 -
Failed to call hook 'OnDispenserGather'
Gt403cyl2 replied to ChristopherS's Support Request in Support
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. -
Can you provide any other info? What they were picking up? Will look into it.
-
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 } } } }