mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-09 08:52:51 +00:00
@@ -91,6 +91,17 @@ public class MarkupTag {
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds an internal text from an code
|
||||
*
|
||||
* @param text
|
||||
* the text
|
||||
* @return this {@link MarkupTag}
|
||||
*/
|
||||
public MarkupTag textcode(int code) {
|
||||
return text("&$" + Integer.toString(code) + ";");
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds a plain text to the tag, use the color formatting.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user