Last active [hidden]
I told everyone not to type it. Not very smart on your part, you have been unbanned.
it was a test word for fixing that /me issue with the chat filter.
When I changed the seed last reset I had to rotate all of spawn to match the surrounding terrain. I did it with world edit, it usually does a good job but it has some issues with stairs and other blocks with data and rotation. All the command blocks got out of sync with the locations of areas in spawn like the pvp arena and new player room.
Probably happened when I rotated spawn 90 degrees
Fixed
@alarmgv12 @crafty oh, now that I think of it I don't know how it works with command blocks but if you can use some kind of conversion of a char to say its ASCII value you can create a number that will consist of all the ASCII values, or you don't even need ASCII, you might just be able to make sort of a Base64 of your own with every letter from a-z, A-Z and '_'. That would be easy af to do with code, but I didn't think of it in a vanilla command-block way
The issue with command blocks is that there is no way for a player to enter any value other than an integer/number, the player would have to do the conversion making it useless.
@alarmgv12 but I think that if you can input an id number to check it you might as well send the username itself and even if there's a problem sending strings you can easily convert the IGNs into numbers
Please tell me how you can easily convert igns to numbers
You can only trigger integers/numbers, having to type out a command to confirm would be very confusing for new players. It would require 2 lookups of the already hard to find id list.
I would think both could be done easily, I just don't know how spammy it would be.