Jump to content

TheCrafters001

Member
  • Posts

    16
  • Joined

  • Last visited

Everything posted by TheCrafters001

  1. I noticed that NONE of the questions hate the * (required) mark on them. I think some of them should be marked required, depending on the question.
  2. until
    Club Open
  3. MegaMines Beta will open on this day. Keep in mind there is still a lot of things that need fixing. Such as permissions. But for now, it is stable enough for a launch!
  4. Private Sub Button5_Click(sender As Object, e As EventArgs) Handles Button5.Click Dim SourcePathLogin As String = "butler.exe" 'This is just an example string and could be anything, it maps to fileToCopy in your code. Dim FilenameUpdate As String = System.IO.Path.GetFileName(SourcePathLogin) 'get the filename of the original file without the directory on it If System.IO.File.Exists(SourcePathLogin) Then Dim pHelp As New ProcessStartInfo pHelp.FileName = "butler.exe" pHelp.Arguments = "push """ + Folder.Text + """ " + Username.Text + "/" + GameURL.Text + ":" + OS_Select.Text + " --userversion " + Version.Text pHelp.UseShellExecute = True pHelp.WindowStyle = ProcessWindowStyle.Normal Dim proc As Process = Process.Start(pHelp) Else MessageBox.Show("You seem to be missing butler.exe. You cannot update your game without this file. Please try downloading the latest version of Easy Butler, or download butler manualy from here: https://fasterthanlime.itch.io/butler.", "Error: File Missing", MessageBoxButtons.OK, MessageBoxIcon.Error) End If End Sub Well. Here is something I have learned
  5. I self taught myself most of the stuff I know at the moment
  6. I am a hobbiest programmer who likes to program games, and code in VB.net. I also like playing minecraft here and there. I use RPG Maker XP for my game making, and I use Visual Studio for my programming. Keep in mind that I am still learning the basics of RPG Maker, and Visual Basic (.NET), so some things are not going to turn out great. But, I am not all about the thing where people are going to add "microtransactions" for stuff. Here, that word does not exist. That is why I am "Redefining Free"! Also, I make a fan game called Pokémon Delta Green, you can find that here.
  7. If Bukkit is discontinued, why do they keep updating it for the most recent versions of minecraft?
  8. What is the difference between Spigot and Bukkit? They seem exactly the same to me.
  9. No Adult Content No Swearing No Bullying No Name calling No Impersonating Rules will be updated as needed. When they are updated, you agree to the most current version!
  10. This event marks when the club was created!
  11. I am having issues logging into the panel? Is anybody else having the issue to?
×
×
  • Create New...