• 0

    posted a message on Can't Launch Minecraft 1.11.2

    I'm not able to launch Minecraft. I didn't change anything, and now I get an error trying to launch and can't find anything helpful online. I've tried everything (uninstall and reinstall Java, uninstall and reinstall Minecraft) and need help.


    Error:


    Completely ignored arguments: [--nativeLauncherVersion, 307]
    [20:27:26] [Client thread/INFO]: Setting user: _BaleineBleue_
    [20:27:27] [Client thread/INFO]: LWJGL Version: 2.9.4

    Posted in: Java Edition Support
  • 0

    posted a message on Looking for a Developer

    Skype: ossum_possum09

    IGN: _BaleineBleue_

    Age: 15

    Years of experience: 3

    Part of a code:

    @EventHandler
    	public void onBlockBreak(BlockBreakEvent event) {
    		reloadConfig();
    		if(!event.getBlock().hasMetadata("Broken") && getConfig().getBoolean("drop.enabled")) {
    			List<String> types = new ArrayList<String>();
    			for(Object key : getConfig().getKeys(true)){
    				String[] k = key.toString().split(Pattern.quote("."));
    				if(k[0].equals("drop") && k.length > 1) {
    					if(!k[1].equals("enabled") && !types.contains(k[1])) {
    						types.add(k[1]);
    					}
    				}
    			}
    			if(types.contains(event.getBlock().getType().toString())) {
    				String defType = event.getBlock().getType().toString();
    				
    				int maxNum = getConfig().getInt("drop."+defType);
    				Random rand = new Random();
    				int  n = rand.nextInt(maxNum) + 1;
    				
    				if(n == 1) {
    					Location l = event.getBlock().getLocation();
    					maxNum = getCharmTypes().size();
    					rand = new Random();
    					n = rand.nextInt(maxNum) + 1;
    					ItemStack charm = getCharm(getCharmTypes().get(n));
    					event.getBlock().getWorld().dropItemNaturally(l, charm);
    					event.getBlock().setMetadata("Broken", new FixedMetadataValue(this, "value"));
    				}
    			}
    		}
    	}


    Paid (Yes/No): yes

    How much monthly (Yes): 10%

    How many hours: daily 1-2

    Posted in: Server Recruitment
  • 0

    posted a message on Server Setup Team Needs Staff!

    add me on skype ossum_possum09 i am a custom plugin developer

    Posted in: Server Recruitment
  • 0

    posted a message on -- New server! ~ Need staff~ Op factions~ Accepting all ranks under Admin! ~ :D ~ 1.10 x ~

    you guys are rude. I was asked my experience and was called a liar and kicked without a chance to prove myself.

    Posted in: Server Recruitment
  • 0

    posted a message on SERVER NEED STAFF

    Username: _BaleineBleue_
    Age: 14
    Timezone: West coasy
    Why are you applying for Developer: I like coding and would like to help with plugins and making custom plugins.
    Previous Experiences: Vanity craft, pleasure coding
    Skype (if you have it): ossum_possum09
    Email: id rather not put my email out for the public to see i can send it on skype
    How long are you able to be on minecraft: at least an hour and a half a day mostly more
    Are you funny or serious?: i can be funny but also serious when i need to be
    Do you make custom plugins for servers?: yes
    Do you make mods?: no, but i can learn
    List your favorite plugins: idk....
    Do you want to be responded with email or on this post?: please by skype thanks

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