You now restricted the expression to only accept UUID v4 strings. But: UUID v3 is used to create name-based offline-player UUIDs. So your...
Good to hear. It would be very interesting for us to know how you did that ;)
Google: player get worldguard region (forums.bukkit.org)
NEVER QUOTE AN ENTIRE POST!!! Why? Is there a sign supposed to be at this location? This statement does not help. Please try what I have...
Why do you think so? It is looking fine to me. Z is increasing. Do it like this: int xMin = region.getMinimumPoint().getBlockX(); int yMin =...
Print all min and max coordinates. Instead of for(;xMin < xMax; xMin++) go for for(;xMin <= xMax; xMin++). Ouch. block.getType(). - - - - -...
Like I said I am pretty sure your problem has something to do with that whitespace after "Besitzer:". I guess either this is only the beginning of...
TGRHavoc I think you are the one to get a facepalm: /* 22 */ if(loc.getState() instanceof Sign) /* 23 */ { /* 24 */ Sign sc = (Sign)...
Are you sure the entire line is supposed to be "Besitzer: " or only the beginning of the line? It looks like something is supposed to follow that...
I am making use of this (the WorldEdit API) in RegionForSale. Feel free to have a look. Let me just paste one of my functions... import...
That's exactly what Alshain01 mentioned before. So my "problem" is actually already solved. I do not think the few nanoseconds saved would be...
Alshain01 Good to know. Would be great if that is actually the case! Thank you for the info. CubieX The idea here is to be able to provide names...
Welcome. At least it's a start. Maybe the developer can help you out as well. Small hint on the side: Notice that you should only bump a topic...
True, I was misinformed, I'm sorry. The TagAPI page actually says that changing the name will result in breaking your skin.
Separate names with a comma.