-
Posts
202 -
Joined
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by IlIDestroyerIlI
-
Any updates on this ?
-
The buttons work really well and are easy to configure! You can also create buttons and then paste the config from your data file into the configuration, making them visible to everyone. My players love the shortcuts we have, and I’m happy that I no longer have to explain all the commands to every new player. They just play around with the buttons and figure out what they do on their own.
-
The "List of skins that the Rationer perk will not refund" setting is currently not working as expected. I added the skin ID 2783384817 (Fried Chicken from cooking) to the list to prevent it from being refunded, but the perk still refunds it. Please look into this issue or let me know if there's something I'm missing in the configuration.
-
- 32 comments
-
- #community goal
- #commands
-
(and 1 more)
Tagged with:
-
As always, Khan delivers! Absolutely love this plugin, it’s a must-have if you want to bring your ingame moments straight into Discord. Let the players Flex with their best shots ! The integration is clean, the setup is easy, and the reactions in Discord are priceless. Another banger from Khan. Highly recommend!
-
Can you add a skilltree skill that can increase the chance of finding recipes.
-
So i have set that Jackhammers reduce XP and Yield, is there a way to make a exaptation for a special skin ? lets say item jackhammer with skinid 01 does NOT have the reduced xp and yield ?
-
Input string '1.25' is not a valid integer
IlIDestroyerIlI replied to IlIDestroyerIlI's Support Request in Support
o.reload FurnaceUpgrades Unloaded plugin FurnaceUpgrades v2.6.0 by ifte [FurnaceUpgrades] [Config] Detected legacy config format (float values). Attempting migration... Input string '6.0' is not a valid integer. Path '['Upgrades Settings'].furnace['Smelting speed'][0].Multiplier', line 75, position 27. [FurnaceUpgrades] Migrating legacy config to new format... [FurnaceUpgrades] [Migration] Could not migrate default values: Object must implement IConvertible. [FurnaceUpgrades] [Migration] Failed to migrate Upgrades: Object must implement IConvertible. [FurnaceUpgrades] Legacy config migrated successfully. [FurnaceUpgrades] Ignore 'Object must implement IConvertible' warnings. [FurnaceUpgrades] The CanStackItem, CanCombineDroppedItem hook's was unsubscribed due to conflicts with the 'StackModifier' plugin [FurnaceUpgrades] If the StackModifier plugin oven stack is greater than (1), upgrades will be lost, FurnaceUpgrades does not work correctly when changing the Furnace Stack using StackModifier! Loaded plugin FurnaceUpgrades v2.6.0 by ifte [Image Library] Starting order FurnaceUpgrades Image batch (FurnaceUpgrades) has been stored successfully these are the values i usually have. { "Cost": 250, "Multiplier": 1.25 }, { "Cost": 500, "Multiplier": 1.5 }, { "Cost": 1000, "Multiplier": 1.75 }, { "Cost": 2500, "Multiplier": 2.0 }, { "Cost": 3250, "Multiplier": 2.5 } Version 2.5.5 works perfect. Version 2.6 is the issue. -
[FurnaceUpgrades] [Config] Detected legacy config format (float values). Attempting migration... Input string '1.25' is not a valid integer. Path '['Upgrades Settings'].furnace['Fuel speed'][0].Multiplier', line 97, position 28. Why cant we not use 1.25 or 1.5 anymore ? it has to be entire numbers now.
-
Calling 'OnServerInitialized' on 'RobSpawn v2.2.3' took 271ms Loaded plugin RobSpawn v2.2.3 by Steenamaroo For RobJ [RobSpawn] Plugin is out of date. Current version is 2.2.6 Where can we get 2.2.6 ?
-
Hey, Can you add the option so that if the player and his team go offline the music also stops ?
-
so each skill has this section "permissions": null is this a permission that is required or is it a permission that is granted when a player gets the skill ? can we edit this ?
-
Can you add support for EpicLoot ?
IlIDestroyerIlI replied to IlIDestroyerIlI's Support Request in Support
hello? -
currently i have changed the ( "Apply names of skins to skinned items": ) but this is kind of annoying since we dont see the names anymore. So is it possible for us to have both ? so the name changes, and the epic loot works ?
-
Hello, Could you add support for EpicLoot ? When players Reskin epic loot the enhancement gets deleted.
-
- 8 comments
-
-
Change this if (rocketMagazine != null && heldItem.info.shortname == "rocket.launcher" && rocketsSent > 0) to if (rocketMagazine != null && (heldItem.info.shortname == "rocket.launcher" || heldItem.info.shortname == "rocket.launcher.dragon") && rocketsSent > 0) and change this if (rocketsInInventory < 1 || item.info.shortname != "rocket.launcher" || item.condition <= 0) return; to if (rocketsInInventory < 1 || (item.info.shortname != "rocket.launcher" && item.info.shortname != "rocket.launcher.dragon") || item.condition <= 0) return; so players can also use the dragon rocket launcher ! Love the plugin btw !
-
no idea, the waterevent was spawning in then it was giving me this error.
-
when a players opens a loot bog what is locked to a different player the reroll gets stuck on the screen untill the players rejoins.
-
Calling hook CanEntityBeTargeted resulted in a conflict between the following plugins: WaterEvent - True (Boolean), PveMode (False (Boolean))
-
Hey Is it possible to make the NPC's move ? they are just stuck there and not moving they do shoot back and throw nades etc but thats it.
-
ty