-
Posts
163 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by SinKohh
-
Changed Status from Pending to Closed Changed Fixed In to 1.1.3
-
Can you add me on discord? sinkoh
-
What is the plugin you use to locked the crates to players so I can try to replicate this?
-
-
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
-
Changed Status from Pending to Not a Bug Changed Fixed In to 1.1.1
-
Yes. But you must include the type Daily or free between the steam ID and Quantity
-
Crates can now have stacked rerolls set up in config per crate. Working on incrementing logic to implement prices increase per reroll.
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
Changed Status from Pending to Closed Changed Fixed In to 1.1.0
-
Player rolls will now be stored in data file
-
-
Currently stored inside the plugin on a daily timer or server reset. Would you like me to add a data file?
-
-
-
-
-
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.
-
Ill do a hotfix and add a config option to set currency display to the left or right of amount.
-
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.
-
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.
-
-
Version 1.2.0
177 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