Minecraft Plugin Programming (Java)?

Ba
- in Plugins
7

I just created a plugin for my Localhost, but I get error messages. Here is the source code: https://hastebin.com/...uwune.java

The mistakes:

Row 12,13,14> "String 10/11/12/13" is underlined in red and in row 15 only "String" is underlined in red.

For the Main.java class I already have "getServer (). GetPluginManager (). RegisterEvents (new Colorsigns (), this);" written in clear. Maybe someone in the Colorsigns class can write me the revised code via hastebin or something.

Bl

Too little information. Best send the whole class and the entire error message.

Ba

That's the whole class xD But the error messages I have just not on site, I think there was the error that I supposedly forgot zichen

da

Try renaming the string so I do not always do numbers.

Bl

Yes, I see it now also xd.
But in any case, send the entire error message from the console, so I can look at it.

Ba

Ok, here are 4 screenshots:

1:

Minecraft Plugin Programming Java

2:

Minecraft Plugin Programming Java - 1

3:

Minecraft Plugin Programming Java - 2

4:

Minecraft Plugin Programming Java - 3
Bl

You can't define variables with integer values. Please read again the naming conventions for Java (https://www.javatpoint.com/java-naming-conventions).

Ba

Theoretically already. But I think I did it wrong here. Jahey xD