Go to your logs-folder in your .minecraft directory
There is the latest.log - add this file with https://paste.ee/
1
Go to your logs-folder in your .minecraft directory
There is the latest.log - add this file with https://paste.ee/
1
Quote from FaerieChild»
All future weirdness will be attributed too this idiot's computer, which is hopefully old enough that when it breaks it can be replaced without an argument.
I'm very confused...
1
If you are looking for someone to play Minecraft with, you should try posting in the active "looking for" thread:
If you are looking to join a server, you can post applications to threads in the Servers forum section. If you wish to start a server, you can post a server thread in that section.
https://www.minecraftforum.net/forums/servers-java-edition/pc-servers
We are no longer permitting individual "looking for" threads in the Minecraft: Java Edition discussion forum sections.
3
There's no such thing as a "Minecraft Veteran", that's just some silliness that people make up to feel good about themselves. I know people who have only played for a couple months who are more knowledgeable and skilled at the game than people who have played for 10 years.
Length of playing the game means nothing in terms of skill and meaningless self imposed titles based on arbitrary statistics don't matter.
5
Amidst is a tool to display an overview of a Minecraft world, without actually creating it.
Amidst can:
Amidst cannot:
Amidst was moved to a new location, since Skidoodle aka skiphs is too busy to maintain it. It has also found some new developers. One of them is DrFrankenstone, a.k.a. Treer, who is the developer of AmidstExporter. Skidoodle is still an owner of Amidst and agreed to move the project.
Because of the MinecraftForum ownership change in January 2019, the previous official Amidst thread was deleted; this thread aims to replace it.
These screenshots are created from the seed 24922 using Amidst v4.0 and Minecraft 1.9.
11
[TUTORIAL] Command Blocks
Hey Guys!
This is a collaboration put together by the community and myself, to help you learn about how command blocks work. This topic contains designs that you'd be able to use with your custom maps, from mini-games to full blown, large scale adventure maps.
Thread was taken from my previous topic (now locked), and I thought I would add more to this, as it seemed to help a number of people. Please, feel free to suggest things and please point out where I could fix anything up. All contributors will be given credits.
Also, the forum seems to have issues editing with large amounts of formatting, so if there are any formatting errors, point them out and I'll see what I can do to fix them.
NOTE: In some cases, you may want to do some altering of the designs shown here. Not everyone wants the player to hit a button or walk over a pressure plate. Scroll to the bottom of this post and head over to the Minecraft Wiki to find out more!
---------------------------------------------------------------------------------------------
Contents:
---------------------------------------------------------------------------------------------
Commands:
Command Basics:
Broadcasting Messages:
Spawnpoint:
Giving Items:
Giving Potions:
Giving Enchanted Items:
Potion Effects:
Weather:
Teleportation To Set Coordinates:
Relative Teleportation:
Experience Shops:
Scoreboard:
Point Shops (Using points from the Scoreboard):
Having NPCs speak accordingly - Gender:
"Buyable" Doors:
Week Counter:
Bank System:
"Rounds" System:
The "Mystery Box":
Playsound:
Custom Potions:
Setblock:
Summon:
Tellraw:
/testforblock:
Execute:
Clone:
Replace Item:
Entity Data:
Spread Players:
Testforblocks:
Title:
Trigger:
Achievements:
Difficulty:
Gamemode:
Kill:
A Brief Introduction to Data Tags:
Bleeding/Bandage System:
Mob Health Bar:
Timer:
Deployable Medkit:
With the deployable medkit, you can place down a healing beacon for your teammates to heal at. It has a limited time span, and utilizes spawn eggs for the "deployability."
Before we begin, you'll need to set a scoreboard argument: /scoreboard objectives add BeaconTimer dummy BeaconTimer
This will enable use to make the medkit last only a limited time.
Start by placing down command blocks. The command block on the right is inside a minecart, and can be obtained by using /give @p command_block_minecart It is on top of an activator rail on a redstone block.
Depending on placement, you'll need to change the relative coordinates, but it is as follows:
Left side: /setblock ~1 ~ ~ air
Right side: /setblock ~-1 ~ ~ redstone_block
Next, we need to link it up to a warning message. It tells us that the beacon will soon disappear.
Bottom: /scoreboard players test BeaconTimer BeaconTimer 60 60
Top: /tellraw @a ["",{"text":"HealthBeacon is about to expire!","color":"red"}]
Next we need to setup the disappearing part of the beacon, and the actual healing mechanism.
Upper Command Block: /scoreboard players test BeaconTimer BeaconTimer 100 100
Lower Command Block (on right): /execute @e[type=Item,name=HealthBeacon] ~ ~ ~ effect @a[r=1] regeneration 5
Now, in order to aware people that the beacon has vanished, and to reset the system, we need 3 command blocks. Top: /tellraw @p ["",{"text":"HealthBeacon has expired!","color":"dark_red"}]
Middle: /scoreboard players set BeaconTimer BeaconTimer 0
Bottom: /kill @e[type=Item,name=HealthBeacon]
Afterwards, we need to do this. One block makes the Silverfish invisible, and the other tests for a Silverfish. Attach a comparator to the "testfor" block. Top: /effect @e[type=Silverfish] invisibility 9999 2 true Bottom: /testfor @e[type=Silverfish] When the beacon spawns, we'll need to teleport it to the location of the Silverfish. Let's attach it to the main mechanism: Above Mechanism: /tp @e[type=Item,name=HealthBeacon] @e[type=Silverfish] The next section makes a clean beacon spawn, without any bugs or duplicates: Top: /summon Item ~ ~50 ~1 {CustomName:"HealthBeacon",CustomNameVisible:1,Item:{id:beacon,Count:1},Age:-32768,PickupDelay:32767} Bottom: /kill @e[type=Item,name=HealthBeacon] Left: /scoreboard players set BeaconTimer BeaconTimer 0
Laser-Tracking Turrets:
These turrets lock on with lasers and shoot you! Get behind them and shut them down! Using the Guardians lock-on ability and a pig with no AI, you can easily make a stationary turret.
Kamikaze Donkey:
Summon a donkey and blow it up with a detonator!
xFeare_'s Book of Tactics:
An incredibly overpowered book full of buffs, debuffs and attacks!
---------------------------------------------------------------------------------------------
Quick Links (Minecraft Wiki):
Contributers:
---------------------------------------------------------------------------------------------
I hope this has helped.
Cheers,
Feare
1
Hello,
We appreciate your honest opinions on the new update,
But this thread could benefit from some more detail?
That would be appreciated
1
Hi,
This was done using a mod called WorldEdit.
A download link can be found HERE: https://www.curseforge.com/minecraft/mc-mods/worldedit
And is compatible with forge 1.17.1
Hope this helps.
1
Finally a not spammer
1
GG
Have fun flying in the overworld
1
this is actually a good mod
it helps me get a simple idea of what i am dealing with prior to generating my minecraft world.
1
i like the overall feel of doing whatever i wand in a sandbox world, it's also very customisable.
1
no
The idea of getting inspiration to make whatever you want is endless.
You can look at real life buildings and get inspiration
Grian did this on the Hermit Craft series
1
I doubt that Mojang will add this back in as they tried to patch it.
there are plenty of mods that bring back the farlands.