emopediaMC Posted December 16, 2020 Share Posted December 16, 2020 Hi, currently looking for a gen skript where you can shift rightclick a gen and It'll upgrade if you the player's balance is above the required amount. The gens I want are Coal Block | produces coal Iron Block | produces iron Gold Block | produces gold Lapis Block | produces lapis Redstone Block | produces redstone Diamond Block | produces diamond Emerald Block | produces emerald Quartz Block | produces quartz Obsidian | produces obsidian Netherite | produces netherite. I want them to be named Coal Block = &8&lCoal Gen Iron Block = &7&lIron Gen Gold Block = &6&lGold Gen Lapis Block = &9&lLapis Gen Redstone Block = &c&lRedstone Gen Diamond Block = &b&lDiamond Gen Emerald Block = &a&lEmerald Gen Quartz Block = &f&lQuartz Gen Obsidian = &1&lObsidian Gen Netherite Block = &0&lNetherite Gen I want the upgrade price to be Coal to Iron = $5,000 Iron to Gold = $35,000 Gold to Lapis = $150,000 Lapis to Redstone = $500,000 Redstone to Diamond = $1,500,000 Diamond to Emerald = $10,000,000 Emerald to Quartz = $20,000,000 Quartz to Obsidian = $30,000,000 Obsidian to Netherite = $45,000,000 Developer Joined Minecraft in 2010 on PC Joined Minehut in August 2016 1 year Skript experience 2 months Java experience 5 months Javascript experience Link to comment Share on other sites More sharing options...
Tringlle Posted December 17, 2020 Share Posted December 17, 2020 Just an FYI, but if your looking for faster support, do check out their discord marketplace I attempt to do at least 1 poll every day related to Minecraft on the minehut forums. Link to comment Share on other sites More sharing options...
quick007 Posted December 17, 2020 Share Posted December 17, 2020 would reccomend saying how much your willing to pay if you are, I doubt you'll get a custom skript for free (although pls prove me wrong!) Link to comment Share on other sites More sharing options...
nemonle Posted December 23, 2020 Share Posted December 23, 2020 (edited) i am not making all those gens, here is the core. every 5 seconds: loop all players: loop blocks in radius 5 around loop-player: if loop-block is coal block: drop 1 coal named "coal" at loop-block on left click: if target block of player is a coal block: set target block of player to air give player coal block named "itemname" on right click: if player is sneaking: if target block of player is coal block: if {balance::%player's uuid%} > 5000: set target block of player to iron block remove 5000 from {balance::%player's uuid%} Edited December 23, 2020 by tuberkens Link to comment Share on other sites More sharing options...
Chicken10101 Posted June 15, 2021 Share Posted June 15, 2021 I really needed the ten code, so thx for that, but what I shift, right click it doesn't upgrade do you have any ideas why? Link to comment Share on other sites More sharing options...
Oiiink Posted June 16, 2021 Share Posted June 16, 2021 Please don't necropost (post on things that are over 1 month old) Link to comment Share on other sites More sharing options...
boxboxbox Posted June 16, 2021 Share Posted June 16, 2021 Locking this thread. Link to comment Share on other sites More sharing options...
Recommended Posts