Jump to content

Gt403cyl2

Creator
  • Posts

    306
  • Joined

  • Last visited

Everything posted by Gt403cyl2

  1. Gt403cyl2

    Loot Audit

    Done! in version 1.3.5
  2. Time will tell, I didn't expect it either but yeah.
  3. Fixed the horse issue. Yes as soon as I loaded loot audit in my test server before I joined) the error came up and narrowed down it was a horse eating... There is a small chance there is something else but I think I have accounted for most things now. Feel free to post any other issues.
  4. Changed Fixed In from 1.3.0 to 1.3.4
  5. Gt403cyl2

    DTags

    Yes thanks
  6. Looking at your logs, you have a bit of broken stuff... HomesGUI v1.4.22 - corrupt data file GodmodeIndicator v2.1.2 - OnGodmodeToggled failed. Failed to check connectivity to the companion server: Companion server failed to start: System.Net.Sockets.SocketException (0x80004005): If you have no population when this happens it has to be a conflicting plugin because There are checks to only call the hook if a player collects the item. The other possibility is it's a horse eating a wild berry (which I am working on). but likely hood of a horse spawning regularly on berries....
  7. @BippyMiester Can you enable debug in the config and send me the output when the error comes up?
  8. will look into it some more thanks
  9. Gt403cyl2

    DTags

    I should clarify as it may be a misunderstanding, it's something that could be added, not currently in.
  10. Gt403cyl2

    DTags

    Yes it's possible.
  11. Gt403cyl2

    DTags

    Thanks, I am aware not all are included. There are actually a lot of different npc's and I will work on adding more of them.
  12. Gt403cyl2

    Loot Audit

    Currently no not to console, as it sits either data file or there is the option to send to a Discord channel via webhook.
  13. Gt403cyl2

    Whitelist

    No it is only in game for now.
  14. Gt403cyl2

    DTags

    Just a trophy item for now..... Or if you hold events or competitions. I may or may not have other ideas in the works....
  15. Gt403cyl2

    DTags

    Version 2.2.3

    537 downloads

    Rewards Dog tags to players when they kill players, NPCs, including Bradley and animals. Customizable for color and amount of tags as well as if they drop into player death bags or into the killers inv. (PVP) Adds players name to the tags (PVP). Permissions: - dtags.use - Allows players to receive tags. - dtags.red - Forces players to drop red tags (use with teams/clans for events ect.) - dtags.blue - Forces players to drop blue tags (use with teams/clans for events ect.) - dtags.silver - Forces players to drop silver tags (use with teams/clans for events ect.) Default Config: { "Options": { "Player dog tags drop in body bag": true, "Player names on tags": true, "Use team tags": true }, "Rewards": { "Bradley reward tags": true, "Heli reward tags": true, "Animal reward tags": true, "Scientist/Human NPC reward tags": true }, "Colors": { "Player dog tags. (Blue / Red / Silver)": "Silver", "Animal dog tags. (Blue / Red / Silver)": "Red", "Scientists dog tags. (Blue / Red / Silver)": "Red", "Heavy Scientist dog tags. (Blue / Red / Silver)": "Red", "Tunnel Dweller dog tags. (Blue / Red / Silver)": "Red", "Attack Heli dog tags. (Blue / Red / Silver)": "Red", "Bradley dog tags. (Blue / Red / Silver)": "Red" }, "Amounts": { "Dog tags from Players. (Default is 1)": 1, "Dog tags from animals. (Default is 1)": 1, "Dog tags from Scientists. (Default is 1)": 1, "Dog tags from Heavy Scientists. (Default is 1)": 1, "Dog tags from Tunnel Dwellers. (Default is 1)": 1, "Dog tags from Attack Heli. (Default is 1)": 1, "Dog tags from Bradley. (Default is 1)": 1 } } Other information: Comments, suggestions or for support message me here or on Discord: gt403cyl2
    $8.99
  16. Gt403cyl2

    Loot Audit

    Please enable Debug in the config and next time you get that error send me what it says.
  17. Gt403cyl2

    Loot Audit

    You are a few versions out of date. Update to version 1.3.3
  18. If you are using clans reborn: https://chaoscode.io/resources/clans-ui.41/ Not on Codefling afaik... sorry Double check with them if it does what you want but I see an invite player button.
  19. 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.
  20. See my post directly above your last...
  21. Gt403cyl2

    Basic Info

    It could be added but I sort of feel like there are many other plugins that include that already.
  22. 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.....
  23. 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.
  24. Gt403cyl2

    Basic Info

    Version 1.3.3

    2,427 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
  25. Gt403cyl2

    Whitelist

    Version 1.1.8

    321 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
1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.3k

Files Sold

Total number of files sold.

2.5m

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.