I have a 6 days a week money process via Voxer for my Patrons only. I'm certified to lead wealth groups using the One Command. $50 monthly gets this and a TON more goodies including #humandesign. Best of all, we get results!!! Cumulative totals since December over $25,000.00 www.patreon.com/michellewolff11 #onecommand https://www.instagram.com/p/B9sJcDgHL6X/?igshid=1osodmq1d1hma
I made a Minecraft One Command Block Framework in Ruby.
Why?
Because I hate Minecraft commands. I wanted something that made it easier to create a “one command creation”, instead of you c=having to do everything by hand. And I think I did it. It’s called diamond-lang (a precise material in Minecraft). I mean, I didn’t think of emeralds when I named it. Emerald-lang sounds much cooler, but I’m stuck with diamond-lang.
Anyways, I pretty much made it a lot simpler for developers to create one command creations, which should mean we can see more awesome creations.
class Conveyor < DiamondLang::OneCommand
def setup(c)
c.title s(:a), :subtitle, {"text " => "command by Ben from bensites.com"}.to_json
c.title s(:a), :title, {"text " => "Conveyor Belts"}.to_json
end
def tick(c)
black_carpet = b 'carpet', colors(:black)
pistons = (2..5).map {|d| [d, b('piston', d)]}.each do |d, piston|
c.execute s(:e), relative,
:detect, relative, black_carpet,
:execute, s_self, relative,
:detect, coords('~', '~-1', '~'), piston,
:tp, s_self, (d == 2 && "~ ~ ~-.2" ) ||
(d == 3 && "~ ~ ~.2") ||
(d == 4 && "~-.2 ~ ~") ||
(d == 5 && "~.2 ~ ~")
end
end
end
Conveyor.create
which is pretty nice compared to the really long command it creates. Hopefully it helps people. I’ll talk about some of the really annoying things in Minecraft that made this command almost impossible to create in a day or two, but that’s the main idea. I haven’t yet gotten to do things I really want to, due to limitations in Minecraft, but I’m hoping to do them soon.
Anyways, turns out that Minecraft can be a lot ruby with Rubies. Hooray!
If you want to check it out, I made a webpage for it at bensites.com/diamond-lang, or you can do `gem install diamond-lang`
OneCommand (http://www.onecommand.com), the key Buyer Marketing & Loyalty Automation Platform™ for auto dealers, had been recently selected by Motorambar, Puerto Rico’s provider for Kia Motors and Nissan, to deliver their particular dealership franchises with product sales and provider Loyalty and HigherGear CRM solutions.
OneCommand (http://www.onecommand.com), the leading Customer Marketing & Loyalty Automation Platform™ for auto dealers, was recently selected by Motorambar, Puerto Rico’s distributor for Kia Motors and Nissan, to provide their dealership franchises with Sales and Service Loyalty and HigherGear CRM solutions.