Вот какая ошибка выходит боком(:
1. ERROR in \Noble.java (at line 37)
int id = Integer.valueOf(event.replace("adena_", ""));
^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type java.lang.CharSequence cannot be resolved. It is indirectly referenced
from required .class files
----------
2. ERROR in \Noble.java (at line 37)
int id = Integer.valueOf(event.replace("adena_", ""));
^^^^^^^
The method replace(char, char) in the type String is not applicable for the argu
ments (String, String)
----------
3. ERROR in \Noble.java (at line 48)
int id = Integer.valueOf(event.replace("gatepass_", ""));
^^^^^^^
The method replace(char, char) in the type String is not applicable for the argu
ments (String, String)
----------
3 problems (3 errors)The type java.lang.CharSequence cannot be resolved. It is i
ndirectly referenced from required .class files
The method replace(char, char) in the type java.lang.String is not applicable fo
r the arguments (java.lang.String, java.lang.String)
The method replace(char, char) in the type java.lang.String is not applicable fo
r the arguments (java.lang.String, java.lang.String)
Failed executing script: C:\ServerL2\gameserver\data\scripts\teleports\noble\Nob
le.java. See Noble.java.error.log for details.
Annotation processing got disabled, since it requires a 1.6 compliant JVM
Annotation processing got disabled, since it requires a 1.6 compliant JVM
----------
1. ERROR in \GM.java (at line 313)
build.append("<center><font color=\"LEVEL\">я┐╜я┐╜я┐╜я┐╜я┐╜я┐╜</font></c
enter><br><br>");
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^
The type java.lang.CharSequence cannot be resolved. It is indirectly referenced
from required .class files
----------
1 problem (1 error)The type java.lang.CharSequence cannot be resolved. It is ind
irectly referenced from required .class files
Failed executing script: C:\ServerL2\gameserver\data\scripts\commands\voice\GM.j
ava. See GM.java.error.log for details.