Jump to content

Aussie Minecraft Survival Server - Games and competitions


Lagmonsta

Recommended Posts

minecapmini.png

 

 

playat.png

 

 

MineCapital was long ago lost, but we decided to bring it back so that all of the old players could play and enjoy the good old times. We have learned and achieved much in the time being away and wish to spread the enjoyment we have to the rest of the Minecraft community. However there is always more that can be done and we encourage all our players to put their ideas forward to make MineCapital the most enjoyable experience for all.

 

Staff.png

Dedicated and experienced staff are constantly improving the server, running games, helping those in need and adding new features.  Come check the forums to see what competitions the staff are running this month and what prizes are up for grabs!.

 

Hardware.png

A dedicated Australian server based out of Sydney ensures you get the best gaming experience possible for everyone in the Oceanic region, and pretty good pings for even those overseas :)

 

pvp.png

Forge clans, alliances or wars with the other MineCapital players and put your gear where your mouth is. Protect your towns and cities with walls and defensive structures to keep you and your friends safe and send your enemies fleeing.

 

griefing.png

MineCapital features a greylist in the form of a guest system. Come on and check the server out before heading over to our forum and filling out the short application. This is to keep the user experience the best possible with low-griefing, spamming and trolling compared to most other servers.  Additionally, we run multiple layers of protection to stop griefers and/or roll back anything they did easily - just ask the staff.

 

donations.png

Many servers jeopardize the fairness and enjoyment of their players to earn money. If you want to use creative mode or spawn items play on a creative server, our donation bonuses are mainly aesthetic or practical perks to those who help support the server rather than turning it in to a business as many others do.

 

Features.png

MCMMO - Even the dullest tasks of minecraft can become interesting with the popular RPG plugin. Skills add passive bonuses and active abilities which level up as you use them, adding a whole new dimension to gameplay and provide a constant sense of achievement as you level them up. Non PVP abilities only (so no OP players killing new people joining with serrated blades etc).

Towny - protect what your have built, team up and declare war on others

MyPets - Train, level, ride and fight your pets in game.  Almost any mob or animal can be tamed as your pet - witches, withers, creepers, bats, slimes.  Make a battle sheep and fight to the death in the arena! You can also store your pets at the stable master

Citizens - Interact with NPCs (more are being added soon!)

Mob Arena - 2 Different Mob arenas to try and complete, form a team and see what level you can get 2

Player Market - Sell your wares or buy from others.  Make a fortune or buy that hard to find item that someone may be selling

Games night - As we build a server population we will be bringing back our games night - stay tuned for fun!

Mini Games - Spleef & Connect4 (Connect4 is addictive)

Player Heads - Keep the head of those you have killed in combat, always fun to put someones head on your wall in the base

 

 

Plus many more plugins and more on the way!

 

terrain.png

Full custom 5000x5000 terrain with other 100 biomes to choose from: Volcanoes, Glaciers, 250+ block high mountains, Desert Oasis, Eroded canyons, Ruins, Waterfalls, Avatar biomes, 100's of different trees.  Too many things to list come check it out for yourself!

 

Parkour.png

A dedicated parkour world including a parkour quest system will have you trying to get to the top of the parkour leaderboard. Think your the best at parkour? Get to the top of the list.  We also have secret parkours hidden around the map for extra points - Find them all become the king/queen of parkour!

 

warhubpost.png

Best described as 'Call of Duty in Minecraft' the warhub is a network of arenas using a powerful bukkit plugin 'war'. To put it simply arenas are connected to a hub which allows for easy access and many additional features. Combatants are allowed to choose one of many unique classes and fight it out on a fully griefable map to the death! Once a teams life pool reaches zero the round is over, the map is reset, and rewards are given to the winning team. Warhub is a risk-free (Your inventory is removed and kept safe until the battle is over), fast paced and action packed way to spend your time when you don't feel like building and would rather fight your friends to the death.  The minecapital team, past and present, have poured hours into making some of the best maps possible come check them out yourself - click the map links below!

 

raceforcakemini.png

 

Siegemini.png

 

Thebaymini.png

 

Castlemini.png

 

Skyblockmini.png

 

TheCavemini.png

 

 

 

comeplay.png

serverip.png

Link to comment
Share on other sites

  • 2 weeks later...

Glad to hear your liking it Boomer.  We have a few issues we are trying to work through at the moment.  Minecraft got updated to 1.7.2 last week so there is lots of work to do - well at the moment we are waiting on a stable release so we can update the server.. but hopefully that should be soon.. until then we get to play on 1.6.4 :)

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello everyone, I'm making this post to seek help for my modded block, It's a special block called FrozenBlock supposed to take the place of an old block, then after a set amount of ticks, it's supposed to revert its Block State, Entity, data... to the old block like this :  The problem I have is that the system breaks when handling multi blocks (I tried some fix but none of them worked) :  The bug I have identified is that the function "setOldBlockFields" in the item's "setFrozenBlock" function gets called once for the 1st block of multiblock getting frozen (as it should), but gets called a second time BEFORE creating the first FrozenBlock with the data of the 1st block, hence giving the same data to the two FrozenBlock :   Old Block Fields set BlockState : Block{minecraft:black_bed}[facing=east,occupied=false,part=head] BlockEntity : net.minecraft.world.level.block.entity.BedBlockEntity@73681674 BlockEntityData : id:"minecraft:bed",x:3,y:-60,z:-6} Old Block Fields set BlockState : Block{minecraft:black_bed}[facing=east,occupied=false,part=foot] BlockEntity : net.minecraft.world.level.block.entity.BedBlockEntity@6d1aa3da BlockEntityData : {id:"minecraft:bed",x:2,y:-60,z:-6} Frozen Block Entity set BlockState : Block{minecraft:black_bed}[facing=east,occupied=false,part=foot] BlockPos{x=3, y=-60, z=-6} BlockEntity : net.minecraft.world.level.block.entity.BedBlockEntity@6d1aa3da BlockEntityData : {id:"minecraft:bed",x:2,y:-60,z:-6} Frozen Block Entity set BlockState : Block{minecraft:black_bed}[facing=east,occupied=false,part=foot] BlockPos{x=2, y=-60, z=-6} BlockEntity : net.minecraft.world.level.block.entity.BedBlockEntity@6d1aa3da BlockEntityData : {id:"minecraft:bed",x:2,y:-60,z:-6} here is the code inside my custom "freeze" item :    @Override     public @NotNull InteractionResult useOn(@NotNull UseOnContext pContext) {         if (!pContext.getLevel().isClientSide() && pContext.getHand() == InteractionHand.MAIN_HAND) {             BlockPos blockPos = pContext.getClickedPos();             BlockPos secondBlockPos = getMultiblockPos(blockPos, pContext.getLevel().getBlockState(blockPos));             if (secondBlockPos != null) {                 createFrozenBlock(pContext, secondBlockPos);             }             createFrozenBlock(pContext, blockPos);             return InteractionResult.SUCCESS;         }         return super.useOn(pContext);     }     public static void createFrozenBlock(UseOnContext pContext, BlockPos blockPos) {         BlockState oldState = pContext.getLevel().getBlockState(blockPos);         BlockEntity oldBlockEntity = oldState.hasBlockEntity() ? pContext.getLevel().getBlockEntity(blockPos) : null;         CompoundTag oldBlockEntityData = oldState.hasBlockEntity() ? oldBlockEntity.serializeNBT() : null;         if (oldBlockEntity != null) {             pContext.getLevel().removeBlockEntity(blockPos);         }         BlockState FrozenBlock = setFrozenBlock(oldState, oldBlockEntity, oldBlockEntityData);         pContext.getLevel().setBlockAndUpdate(blockPos, FrozenBlock);     }     public static BlockState setFrozenBlock(BlockState blockState, @Nullable BlockEntity blockEntity, @Nullable CompoundTag blockEntityData) {         BlockState FrozenBlock = BlockRegister.FROZEN_BLOCK.get().defaultBlockState();         ((FrozenBlock) FrozenBlock.getBlock()).setOldBlockFields(blockState, blockEntity, blockEntityData);         return FrozenBlock;     }  
    • It is an issue with quark - update it to this build: https://www.curseforge.com/minecraft/mc-mods/quark/files/3642325
    • Remove Instant Massive Structures Mod from your server     Add new crash-reports with sites like https://paste.ee/  
    • Update your drivers: https://www.amd.com/en/support/graphics/amd-radeon-r9-series/amd-radeon-r9-200-series/amd-radeon-r9-280x
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.