• 0

    posted a message on Resource Pack is not downloading for servers

    The server.properties looks like this:

    resource-pack=https\://www.dropbox.com/s/vyr5ub4smb968q5/MINECRASH RESOURCE PACK copy.zip?dl\=1

    When I join the server, I simply get the prompt "downloading resource pack" but nothing actually downloads.

    Posted in: Server Support and Administration
  • 0

    posted a message on Minecraft PS4 Bedrock World Corruption Problem

    I am running a world with a few other players (around 6-8) and currently the size is around 950 MB. Starting at about 600 MB, I began to receive a crash message that said the world was corrupted. The world wouldn't be playable after this, however if you reload the console it will be playable. This is a temporary fix, however as the file size has increased the crash message has become more frequent. Now, we can only play on the world for 20 minutes at a time before receiving a crash. This makes the game basically unplayable. Has anyone encountered this issue, and is possible to remove corrupted data? Thank you.


    I am on Playstation 4.

    Posted in: Minecraft (Bedrock) Support
  • 0

    posted a message on NEED BUILDERS FOR A PRISONS SERVER APPLY HERE
    Quote from Hejcool1»


    Very detailed but I can tell that you lied! :C Application Denied thanks for trying though!



    Lied? About what?


    EDIT: Also if you put a strike through something that means it doesn't apply, so that means I got in?

    Posted in: Server Recruitment
  • 0

    posted a message on NEED BUILDERS FOR NEW FACTION SERVER (PAID POSITION)

    I'm willing, but you don't seem to give much information. Is there an application I have to fill out or something?

    Posted in: Server Recruitment
  • 0

    posted a message on SkirmishMC looking for staff 16+

    UKnighted here, 16 years old. I'm willing to be a builder. Is there an application I need to fill out?

    Posted in: Server Recruitment
  • 0

    posted a message on NEED BUILDERS FOR A PRISONS SERVER APPLY HERE

    IGN: UKnighted


    Staff Experience: Honestly can't count everything, I've been playing minecraft for years. I co-ran a server with my friend a while ago, built a lot of the structures and did some execute management. I've been moderator/admin on countless servers back in the day.


    IP and Owners: N/A, all the servers I've been staff on I've either quit or they aren't active anymore. Sorry.


    Real Name: Thomas


    Age: 16


    Time Zone: Eastern Standard


    Maturity level: It's hard for us to evaluate ourselves, so I'll just give myself a 5.


    Building Skill: 7? Not sure. Here's an example of something I built:

    http://imgur.com/gallery/lG9jI

    I totally redesigned the end cities from scratch. Let me know if you need anymore pictures, because I have a lot more.


    How long have you played Minecraft: 4 or 5 years maybe?


    Have you ever been banned: Of course


    Reason for being banned: I think I said a message in ALL CAPS one too many times or something. It was a dumb reason.


    McBans profile: https://www.mcbans.com/player/uknighted/


    Hacks/Mods: I use optifine because my computer is bad and I like the quality of life features.


    Skills: I can build natural structures and blend textures well. If you're looking for someone to create foliage or rustic buildings I'm your guy. I'm patient, and I love building, so I'm always willing to do what you need.


    Why are you better than everyone else: I'm probably not, so I won't flatter the idea. But I think I'll at least be okay. Like, take your best candidate, and I'll be about three to four ranks below them at best.


    Why you want to be staff: I love building, and I'd love to build something for other people to see.


    Gender: Male


    Skype: U-Knighted. However, I barely use my skype, so if you're looking to contact me you'd be better off contacting me on discord, U-Knighted#2089.


    Can you donate: Sorry, no.

    Posted in: Server Recruitment
  • 1

    posted a message on Unsupported major.minor version 52.0

    Found the solution. Credit to this thread: https://stackoverflow.com/questions/12757558/installed-java-7-on-mac-os-x-but-terminal-is-still-using-version-6


    Oracle's installer puts java inside the /Library/Internet Plug-Ins/JavaAppletPlugin.plugin. And it doesn't overwrite /usr/bin/java. So, if you issue a

    whereis java


    in the terminal, it'll return /usr/bin/java. (which in turn points to /System/Library/Frameworks/JavaVM.framework/Versions/A/Commands/java, which is Apple's 1.6 version).

    So, if you want to use the new java version, replace the /usr/bin/java symlink so that it points to /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java instead:

    sudo rm /usr/bin/java
    sudo ln -s /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java /usr/bin
    Posted in: Server Support and Administration
  • 0

    posted a message on Unsupported major.minor version 52.0

    Same problem happening here, on OS X. Is there anyone out there who has a solution to this?

    Posted in: Server Support and Administration
  • 0

    posted a message on Is the 1.12 server working for anyone else?
    Quote from TheMasterCaver»

    You need Java 8 (which is what version 52 refers to) in order to run 1.12, either the server or client:

    https://stackoverflow.com/questions/37612054/what-does-unsupported-major-minor-version-52-0-mean-and-how-do-i-fix-it

    http://minecraft.gamepedia.com/1.12#Changes


    If the client is running without any issues you must update your system Java installation (I'm not sure if Macs have a native launcher like Windows does, which comes with its own version of Java so you do not need a system installation unless you run other Java programs, including the server).


    I'm running Java 8 update 131
    Posted in: Server Support and Administration
  • 0

    posted a message on Is the 1.12 server working for anyone else?

    I've tried every single pre release, and the jar file doesn't seem to work on servers. I'm running off a mac and here's my error:


    Last login: Mon May 29 13:59:28 on ttys000
    
    UUU-MacBook-Pro-2:~ UUU$ /Users/UUU/Desktop/Minecraft/1mc2/start.command ; exit;
    
    Unable to access jarfile minecraft_server.1.12-pre.jar
    
    logout
    
    
    
    [Process completed]

    I found out that the error was just from the name, but now I'm getting a new one:

    Last login: Mon May 29 14:17:02 on ttys000
    /Users/Steve/Desktop/THOMAS/1mc2/start.command ; exit;
    Stephens-MacBook-Pro-2:~ Steve$ /Users/Steve/Desktop/THOMAS/1mc2/start.command ; exit;
    Exception in thread "main" java.lang.UnsupportedClassVersionError: net/minecraft/server/MinecraftServer : Unsupported major.minor version 52.0
    	at java.lang.ClassLoader.defineClass1(Native Method)
    	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
    	at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
    	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
    	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
    	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
    	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    logout
    
    [Process completed]
    Posted in: Server Support and Administration
  • 0

    posted a message on FateMC Recruiting Staff

    I've read over all of these applications and have given appropriate responses. We are now open for more!

    Posted in: Server Recruitment
  • 2

    posted a message on Should I wait for the Full Release of 1.12?

    The current 1.12 snapshot is stable. It only added new blocks and no changes therefore no bugs. Cannot guarantee stability on future snapshots, though.

    Posted in: Recent Updates and Snapshots
  • 1

    posted a message on FateMC Recruiting Staff
    Quote from W0lfyyy»

    Are you looking for YT ranks?


    We don't give people promotions for owning a youtube channel.
    Posted in: Server Recruitment
  • 0

    posted a message on FateMC Recruiting Staff
    Quote from Vickebyggare»

    What is the ip?


    The server is currently on whitelist and the IP will be given to accepted applicants.
    Posted in: Server Recruitment
  • 1

    posted a message on FateMC Recruiting Staff

    I have reviewed everyone's applications and sent out responses. However, we are still open for more. Feel free to type one now if you haven't.

    Posted in: Server Recruitment
  • To post a comment, please .