
Totally!

Serenity Server - For people that play RW on a daily basis
S.E.R.E.N.I.T.Y .. .. S.E.R.V.E.R - AN ECONOMIC JOURNEY IN A CUSTOM LANDSCAPE
S.E.R.E.N.I.T.Y .. .. S.E.R.V.E.R - AN ECONOMIC JOURNEY IN A CUSTOM LANDSCAPE

We've posted a status update with some first screenshots of the new terrain generation. There is also a new update available for the Java version!
red51 wrote:
Another updated version of the API is available now. It provides access to custom SQLite and MySQL databases now, and also introduces some other new features (e.g. ability to play sound effects etc).
The server will be updated very soon (so you can finally load and test your plugins), so probably there will be no more API updates until then.
The download link has been updated, as well as the javadoc![]()
Btw: We are still working on the game of course (although the preparation of the API is quite time consuming), a regular update will be available very soon. After this update, you can finally expect the Dungeons.
zfoxfire wrote:
you're new here so the wait isn't killing you as much as it is me!
sg-1 wrote:
Could you help me? I am newbie. I took an example code from post. What is my next step? Should I build a code? Where should I put jar file? And why do I get an error (this is code of the post)
zfoxfire wrote:
Could you post the full content of the java file?sg-1 wrote:
Could you help me? I am newbie. I took an example code from post. What is my next step? Should I build a code? Where should I put jar file? And why do I get an error (this is code of the post)
The post was edited 1 time, last by sg-1 ().
sg-1 wrote:
Brother I found you
import
the net.risingworld.api.Plugin
(and possibly several other, depending on what you do in your code) in order to use it in the code. Miwarre wrote:
You need toimport
thenet.risingworld.api.Plugin
(and possibly several other, depending on what you do in your code) in order to use it in the code.
import net.risingworld.api.Plugin;
statement should be put before the Plugin
class is used; normally, all the import
s are put at the beginning of the file.