Jump to content

SinKohh

Creator
  • Posts

    161
  • Joined

  • Last visited

Everything posted by SinKohh

  1. SinKohh

    UI stuck on screen

    Can you add me on discord? sinkoh
  2. SinKohh

    UI stuck on screen

    What is the plugin you use to locked the crates to players so I can try to replicate this?
  3. SinKohh

    Loot Reroll

    Yes I can look into this. I am also wrapping up some testing on your multi VIP request.
  4. SinKohh

    MAJOR ISSUE

    I appreciate your message regarding the compatibility problem experienced with some of the recent plugins you added to your server. Please know that I take pride in the code I develop and take measures to ensure its cleanliness before any updates. I'll keep a close eye on the situation and also reach out to others to check if they encounter the same issue. Best regards, SinKohh
  5. SinKohh

    does this include...

    Changed Status from Pending to Not a Bug Changed Fixed In to 1.1.1
  6. SinKohh

    does this include...

    Yes. But you must include the type Daily or free between the steam ID and Quantity
  7. SinKohh

    Can we please

    Crates can now have stacked rerolls set up in config per crate. Working on incrementing logic to implement prices increase per reroll.
  8. SinKohh

    Can we please

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  9. SinKohh

    player data

    Changed Status from Pending to Closed Changed Fixed In to 1.1.0
  10. SinKohh

    player data

    Player rolls will now be stored in data file
  11. SinKohh

    Loot Reroll

    Im currently in the process of adding a data file that will store roll information. It will have a "Rerolls left:" field. I will add a command to add to that.
  12. SinKohh

    player data

    Ill get it added!
  13. SinKohh

    player data

    Currently stored inside the plugin on a daily timer or server reset. Would you like me to add a data file?
  14. SinKohh

    Loot Reroll

    Patch will be out for you to test in about 2 minutes
  15. SinKohh

    Loot Reroll

    So in the config you have the Free reroll amount set to 1 and it is not showing as free(1)? Have you already rerolled a container for free? The free reroll is X amount a day as set in config. That is out of all containers not free X rerolls for each container.
  16. SinKohh

    Loot Reroll

    Ok. I will look into it now. Are you using a loot plugin?
  17. SinKohh

    Loot Reroll

    Can you please provide a screenshot of the supply drop button? I'm using 1.0.1 and I have this.
  18. SinKohh

    Can we please

    Still working out the logic for incrementing cost. I will have a multiplier percentage config setting that will determine how much the price increases per purchase.
  19. SinKohh

    Can we please

    Ill do a hotfix and add a config option to set currency display to the left or right of amount.
  20. SinKohh

    Loot Reroll

    I'm actually about to update this to include items for currency "Free Rerolls (Daily)": 10 "Daily Reroll Limit": 11, Setting these above will allow your players to have a total of 21 rerolls a day. The first 10 won't cost the player anything and the last 11 will cost them whatever the currency is set to. The vip values are the limits for the players that have the VIP permission.
  21. SinKohh

    Can we please

    Sure. I'll get the Eco changed to $ and setup a Lang field for it if you ever want to change it to something else. I will also look into adding an incremented reroll option for a container to allow rerolling the same one multiple times.
  22. SinKohh

    Loot Reroll

    Sure I can look into adding that this evening!
  23. SinKohh

    Loot Reroll

    Version 1.2.0

    169 downloads

    Dive into a world of enhanced gameplay with the Loot Reroll plugin, which introduces a dynamic element to looting crates. This plugin empowers players with the appropriate permissions to exercise a unique gameplay mechanic—rerolling the contents of crates. By leveraging this innovative feature, players can potentially uncover better rewards and loot items, elevating their experience within the game. Limits Tailor your server's experience by configuring the frequency at which players can reroll crates. This allows for fine-tuning of daily reroll limits, providing an avenue for players to strategically manage their loot rerolls. If desired, you can also set up a tantalizing incentive: daily free rerolls. By specifying an allotted number of free rerolls, you can encourage players to engage with the feature without spending currency. If a more controlled environment suits your server better, you have the flexibility to disable free rerolls entirely. Cost Currency takes center stage in the Loot Reroll plugin, with each crate's reroll operation entailing a specific cost. Both regular players and VIPs are catered to, as the plugin supports distinct costs for each group. VIPs can access a unique pricing structure, fostering a sense of exclusivity and incentivizing player engagement. Crates Each container is assigned its own reroll costs. The possibility to enable or disable specific containers for rerolls offers complete control over the gameplay experience. With the power to shape the availability of rerolls on a container-by-container basis, you can curate a diverse and engaging looting environment that aligns with your server's theme and objectives. Commands /rerolls - This will show the player the amount of free/daily rerolls available. Admin/Console Commands Chat - /addrolls playername daily/free quantity (example: /addrolls sinkohh daily 5 will give me 5 daily rolls) Console - addrolls playername daily/free quantity (example: addrolls sinkohh free 5 will give me 5 daily rolls) Notes: - A crate can only be rerolled ONE time. - If you exit the container prior to rerolling it you CANNOT reroll if afterwards. - If you move an item in the container you CANNOT reroll it. - Only the FIRST player to loot the container can reroll it. Default Config { "Currency type": "ServerRewards", "Free Rerolls (Daily)": 3, "Daily Reroll Limit": 20, "Free Rerolls VIP (Daily)": 5, "Daily Reroll Limit VIP": 20, "Crates that can be rerolled": [ { "crateName": "crate_elite", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "supply_drop", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "heli_crate", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "bradley_crate", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "codelockedhackablecrate_oilrig", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "codelockedhackablecrate", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "wagon_crate_normal_2", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "wagon_crate_normal", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "crate_tools", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "crate_underwater_advanced", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "crate_normal_2", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "crate_normal", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "crate_normal_2_food", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "crate_food_1", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "crate_food_2", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "wagon_crate_normal_2_food", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "crate_normal_2_medical", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "crate_medical", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "wagon_crate_normal_2_medical", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "crate_underwater_basic", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "crate_basic", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "crate_mine", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "crate_ammunition", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "crate_fuel", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 }, { "crateName": "wooden_crate_gingerbread", "enabled": true, "rerollCost": 10, "rerollCostVIP": 5 } ] }
    $9.99
  24. SinKohh

    KeyCrates

    Version 1.2.2

    61 downloads

    The Key Crates plugin introduces a captivating gameplay feature centered around locked loot crates and colored keys. Players must gather these keys to access the valuable rewards hidden within the crates. Each key color corresponds to a unique crate type, offering different levels of rarity and rewards Keys The keys spawn in world loot containers listed in the config. Each container has a probability field that can be customized to set the probabilities for each key type to spawn in the container. Normal cards CANNOT be used at the loot crates and loot keys cannot be used in monuments. Upon collection 10 Green loot keys they will be upgraded to one Blue key. The same for Blue to Red Loot Crates The three loot crates all have their own configurable reward lists that even allows you to specify skinID and names to allow custom rewards to be given when the key is claimed. Each item added must be given a probability %. This will determine how likely a player is to receive the item. Admin Commands There are a few admin commands: /addcustomloc - This will allow you to set the coords for a custom set of crates to spawn at. You MAY need to alter the coords to best fit your needs in the config. Just stand where you want them to spawn, face the way you want the readers to face, and run the command. Within 5 seconds a set of crates will spawn and be ready for use. /gk - This will give you, the admin, one of each key. This can be used for testing rewards and handing out randomly. /givekey <color> - This is a console command. It can be used to give keys through shops, rewards, or anything that allows commands as a reward. /givekey <player> <color> <qty> - This admin command allows you to give a specific color and quantity of key to a specific player. Monument Spawning The three loot crates will spawn in default positions. These can be changed by altering the config position and rotation values for the crates at a specific monument OR by using the /addcustomloc command mentioned above. Example Config: { "Custom Crate Location": [ { "enabled": true, "pos": { "x": -1785.229, "y": 3.521712, "z": 1480.33313 }, "rot": { "x": 0.0, "y": 150.63768, "z": 0.0 } } ], "Crates that Keys will spawn in": [ { "crateName": "heli_crate", "enabled": true, "gKeyChance": 0, "bKeyChance": 0, "rKeyChance": 5 }, { "crateName": "bradley_crate", "enabled": true, "gKeyChance": 0, "bKeyChance": 0, "rKeyChance": 5 }, { "crateName": "codelockedhackablecrate_oilrig", "enabled": true, "gKeyChance": 0, "bKeyChance": 0, "rKeyChance": 5 }, { "crateName": "codelockedhackablecrate", "enabled": true, "gKeyChance": 0, "bKeyChance": 0, "rKeyChance": 5 }, { "crateName": "wagon_crate_normal_2", "enabled": true, "gKeyChance": 5, "bKeyChance": 1, "rKeyChance": 0 }, { "crateName": "wagon_crate_normal", "enabled": true, "gKeyChance": 0, "bKeyChance": 5, "rKeyChance": 0 }, { "crateName": "crate_tools", "enabled": true, "gKeyChance": 5, "bKeyChance": 1, "rKeyChance": 0 }, { "crateName": "crate_underwater_advanced", "enabled": true, "gKeyChance": 0, "bKeyChance": 5, "rKeyChance": 0 }, { "crateName": "crate_normal_2", "enabled": true, "gKeyChance": 5, "bKeyChance": 1, "rKeyChance": 0 }, { "crateName": "crate_normal", "enabled": true, "gKeyChance": 0, "bKeyChance": 5, "rKeyChance": 0 }, { "crateName": "supply_drop", "enabled": true, "gKeyChance": 0, "bKeyChance": 0, "rKeyChance": 5 }, { "crateName": "crate_elite", "enabled": true, "gKeyChance": 0, "bKeyChance": 5, "rKeyChance": 0 } ], "Green Loot Rewards": [ { "itemShortname": "wood", "skin": 0, "itemName": "", "minQuantity": 500, "maxQuantity": 500, "probability": 100 }, { "itemShortname": "stones", "skin": 0, "itemName": "", "minQuantity": 500, "maxQuantity": 500, "probability": 100 }, { "itemShortname": "lowgradefuel", "skin": 0, "itemName": "", "minQuantity": 250, "maxQuantity": 250, "probability": 100 }, { "itemShortname": "metal.fragments", "skin": 0, "itemName": "", "minQuantity": 250, "maxQuantity": 250, "probability": 100 }, { "itemShortname": "metal.refined", "skin": 0, "itemName": "", "minQuantity": 50, "maxQuantity": 50, "probability": 100 }, { "itemShortname": "scrap", "skin": 0, "itemName": "", "minQuantity": 100, "maxQuantity": 100, "probability": 100 }, { "itemShortname": "ammo.pistol", "skin": 0, "itemName": "", "minQuantity": 50, "maxQuantity": 50, "probability": 100 }, { "itemShortname": "wood", "skin": 0, "itemName": "", "minQuantity": 500, "maxQuantity": 500, "probability": 100 }, { "itemShortname": "stones", "skin": 0, "itemName": "", "minQuantity": 500, "maxQuantity": 500, "probability": 100 }, { "itemShortname": "lowgradefuel", "skin": 0, "itemName": "", "minQuantity": 250, "maxQuantity": 250, "probability": 100 }, { "itemShortname": "metal.fragments", "skin": 0, "itemName": "", "minQuantity": 250, "maxQuantity": 250, "probability": 100 }, { "itemShortname": "metal.refined", "skin": 0, "itemName": "", "minQuantity": 50, "maxQuantity": 50, "probability": 100 }, { "itemShortname": "scrap", "skin": 0, "itemName": "", "minQuantity": 100, "maxQuantity": 100, "probability": 100 }, { "itemShortname": "ammo.pistol", "skin": 0, "itemName": "", "minQuantity": 50, "maxQuantity": 50, "probability": 100 } ], "Give Green rewards through commands?": true, "Green Command (use %steamid% where player ID would be)": [ { "Command": "givekey %steamid% blue", "Command Chat Message": "", "Enabled": true } ], "Blue Loot Rewards": [ { "itemShortname": "rifle.ak", "skin": 0, "itemName": "", "minQuantity": 1, "maxQuantity": 1, "probability": 100 }, { "itemShortname": "explosive.satchel", "skin": 0, "itemName": "", "minQuantity": 2, "maxQuantity": 2, "probability": 100 }, { "itemShortname": "largebackpack", "skin": 0, "itemName": "", "minQuantity": 1, "maxQuantity": 1, "probability": 100 }, { "itemShortname": "grenade.f1", "skin": 0, "itemName": "", "minQuantity": 10, "maxQuantity": 10, "probability": 100 }, { "itemShortname": "rifle.lr300", "skin": 0, "itemName": "", "minQuantity": 1, "maxQuantity": 1, "probability": 100 }, { "itemShortname": "metal.facemask", "skin": 0, "itemName": "", "minQuantity": 1, "maxQuantity": 1, "probability": 100 }, { "itemShortname": "metal.plate.torso", "skin": 0, "itemName": "", "minQuantity": 1, "maxQuantity": 1, "probability": 100 }, { "itemShortname": "electric.generator.small", "skin": 0, "itemName": "", "minQuantity": 1, "maxQuantity": 1, "probability": 100 }, { "itemShortname": "black.raspberries", "skin": 0, "itemName": "", "minQuantity": 10, "maxQuantity": 10, "probability": 100 }, { "itemShortname": "rifle.ak", "skin": 0, "itemName": "", "minQuantity": 1, "maxQuantity": 1, "probability": 100 }, { "itemShortname": "explosive.satchel", "skin": 0, "itemName": "", "minQuantity": 2, "maxQuantity": 2, "probability": 100 }, { "itemShortname": "grenade.f1", "skin": 0, "itemName": "", "minQuantity": 10, "maxQuantity": 10, "probability": 100 }, { "itemShortname": "rifle.lr300", "skin": 0, "itemName": "", "minQuantity": 1, "maxQuantity": 1, "probability": 100 }, { "itemShortname": "metal.facemask", "skin": 0, "itemName": "", "minQuantity": 1, "maxQuantity": 1, "probability": 100 }, { "itemShortname": "metal.plate.torso", "skin": 0, "itemName": "", "minQuantity": 1, "maxQuantity": 1, "probability": 100 }, { "itemShortname": "electric.generator.small", "skin": 0, "itemName": "", "minQuantity": 1, "maxQuantity": 1, "probability": 100 }, { "itemShortname": "black.raspberries", "skin": 0, "itemName": "", "minQuantity": 10, "maxQuantity": 10, "probability": 100 } ], "Give Blue rewards through commands?": false, "Blue Command (use %steamid% where player ID would be)": [ { "Command": "givekey %steamid% red", "Command Chat Message": "", "Enabled": true } ], "Red Loot Rewards": [], "Give Red rewards through commands?": true, "Red Command (use %steamid% where player ID would be)": [ { "Command": "sr add %steamid% 3", "Command Chat Message": "<color=white>%steamid%</color> <color=red> received <color=white>3 RP</color> from the Red Key Crate!</color>", "Enabled": true }, { "Command": "opl %steamid%", "Command Chat Message": "<color=white>%steamid%</color> <color=red> received a <color=white>RP Rocket Launcher</color> from the Red Key Crate!</color>", "Enabled": true }, { "Command": "inventory.giveto %steamid% supply.signal 3", "Command Chat Message": "<color=white>%steamid%</color> <color=red> received <color=white>3 Supply Signals</color> from the Red Key Crate!</color>", "Enabled": true }, { "Command": "recycler.give %steamid%", "Command Chat Message": "<color=white>%steamid%</color> <color=red> received a <color=white>Recycler</color> from the Red Key Crate!</color>", "Enabled": true }, { "Command": "inventory.giveto %steamid% blood 3", "Command Chat Message": "<color=white>%steamid%</color> <color=red> received <color=white>3 Blood</color> from the Red Key Crate!</color>", "Enabled": true }, { "Command": "addrolls %steamid% free 3", "Command Chat Message": "<color=white>%steamid%</color> <color=red> received <color=white>3 Free Rerolls for today</color> from the Red Key Crate!</color>", "Enabled": true } ], "Broadcast when Red Key used?": true, "Monument Info": [ { "name": "assets/bundled/prefabs/autospawn/monument/medium/bandit_town.prefab", "enabled": false, "pos": { "x": 9.0, "y": 2.8, "z": 0.7 }, "rot": { "x": 0.0, "y": -90.0, "z": 0.0 } }, { "name": "assets/bundled/prefabs/autospawn/monument/medium/compound.prefab", "enabled": false, "pos": { "x": -24.1, "y": 0.2, "z": 12.1 }, "rot": { "x": 0.0, "y": 90.0, "z": 0.0 } } ] }
    $5.99
  25. SinKohh

    Furnace Levels

    I helped develop the original version and I am currently in the process of updating everything to function properly within the new furnace system. I will provide the update to David for him to review prior to posting.
1.7m

Downloads

Total number of downloads.

7.8k

Customers

Total customers served.

117.7k

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.