So I was playing Minecraft with my little sister and we were trying out teams, prefixes, and suffixes using the scoreboard.
I made six teams:
Peasant Squire Knight Templar Paladin High Paladin
I was working on a little testfor project so that when somebody reaches a certain level, then they would boost up another rank.
I had two command blocks, the first one saying this:
testfor @p[score_status_min=40]
The second one said this:
scoreboard teams join Squire @p[score_status_min=40]
This was how it was setup:
It was a simple hopper clock powering the testfor command block, and when the testfor command gets powered, it would power the command block that puts you in the team of Squire.
I was testing it out the other day. I first turned myself into a peasant, a rank lower so that I would see the action. Then, I gave myself 40 status points so that I would see myself level up into a Squire. When I pressed enter, however, it stopped the server, giving me a connection error saying this:
Is the server running a different version of Minecraft compared to the one you're using? This is the only cause of the problem that I know of.
If this doesn't work, please try updating LWJGL.
The Minecraft server is the latest version of minecraft: 1.5.2.
Move the scoreboard.dat file out of the world folder and run the server and see if the issue persists.
I did and it worked, but I want the scoreboard.dat. That's what I've been working on. Is there a way to fix it so that the scoreboard.dat will stay and the server will work?
I made six teams:
Peasant
Squire
Knight
Templar
Paladin
High Paladin
I was working on a little testfor project so that when somebody reaches a certain level, then they would boost up another rank.
I had two command blocks, the first one saying this:
testfor @p[score_status_min=40]
The second one said this:
scoreboard teams join Squire @p[score_status_min=40]
This was how it was setup:
It was a simple hopper clock powering the testfor command block, and when the testfor command gets powered, it would power the command block that puts you in the team of Squire.
I was testing it out the other day. I first turned myself into a peasant, a rank lower so that I would see the action. Then, I gave myself 40 status points so that I would see myself level up into a Squire. When I pressed enter, however, it stopped the server, giving me a connection error saying this:
Please help, how do I fix this?
The Minecraft server is the latest version of minecraft: 1.5.2.
I'll go try updating the LWJGL.
1.5.2. I always update when new updates come out.
Stu
I did and it worked, but I want the scoreboard.dat. That's what I've been working on. Is there a way to fix it so that the scoreboard.dat will stay and the server will work?