software development

  • TechCraft: Minecraft & Tech Career Talk with Azure MVP Rik

    TechCraft: Minecraft & Tech Career Talk with Azure MVP Rik Welcome to TechCraft: A Minecraft Adventure with Rik Hepworth Exploring Minecraft and Tech Careers Rik Hepworth, Chief Consulting Officer at Black Marble, delves into the world of Minecraft for the first time. As an Azure MVP and tech expert, Rik shares insights on tech careers and the parallels between Dungeons & Dragons and software development projects. Black Marble’s Mentorship Approach Discover how Black Marble fosters mentorship and supports junior developers in the tech industry. Rik’s commitment to community building shines through in organizing developer conferences and sharing knowledge. Favorite PaaS Products and Containers Rik discusses his favorite Platform as… Read More

  • Master Minecraft Commands – Ep. 3

    Master Minecraft Commands - Ep. 3Video Information Hey everyone this is alex from wornoffkeys.com and in this video i’m going to show you how you can create your own commands within your spaghetti plugins now before we start i want to quickly mention that i’ll be creating my own server live here on youtube pretty soon so if you’re Interested in that check out blockblast.net for more information so in the previous video we had this very simple thing where we’re registering our own event listener and within here we have our main plugin and i’m looking to create a static instance of this plugin… Read More

  • Command Witchery – How to code CUSTOM WEAPONS | Datapack Tutorial | Vanilla minecraft 1.19

    Command Witchery - How to code CUSTOM WEAPONS | Datapack Tutorial | Vanilla minecraft 1.19Video Information Okay so really quickly before we actually get going on this tutorial what you really actually need to do is download some things and i’d also like to give you just some generic information okay so what is this tutorial for obviously custom weapons it works guaranteed in 1.18.2 And should also work on future versions should also work in past versions to some degree there are limitations if you you know want to do it before 1.16 then warp functions on the stick doesn’t exist so you need to use it character on a sec instead but… Read More

  • Run your Servers like a PRO! (Unity Game Server Hosting Multiplayer Tutorial)

    Run your Servers like a PRO! (Unity Game Server Hosting Multiplayer Tutorial)Video Information Hello and welcome I’m your code monkey in this video we’re going to learn how to use unity’s Game Server hosting to automatically host dedicated servers for multiplayer games with this you can make a dedicated server build of your game then upload it to the cloud on the NT Dashboard and after that it will create multiple instances of that server build so the players can play this system automatically scales the number of servers up or down depending on demand and also by the way this is a tool that used to be called multiplay so… Read More