Ok what I mean by this in most servers this isn't added. If this isn't added people who are player rights 3 or OWNERS cannot see their crown but others can if you add this not only others can see but you can also
This is a very simple guide but is usually helpful to people
First open client.java
Search for this
Replace all of that with this code
There compile your server and log on.. Then have fun...
Remember this is only for Player Rights 3 players only
Yes I know this is a very short tutorial
Thanks, =)
This is a very simple guide but is usually helpful to people
First open client.java
Search for this
Code:
out.write(playerRights);
Replace all of that with this code
Code:
if (playerRights == 3) {
out.write(2); //Crown fixup
} else {
out.write(playerRights); // mod level
}
Remember this is only for Player Rights 3 players only
Yes I know this is a very short tutorial
Thanks, =)