Posts by Usiemon

A new update is now available, introducing a lot of new content!
Latest hotfix: 0.7.5.2 (2024-09-10)

    The same happened to me while browsing the menu at a crafting table.


    This seems to happen to me as well, on Windows 10 Professional 64 bit.
    The launcher froze so I couldn't copy the error log, so here's a screenshot.


    Nightly 0.9 startup error log

    Hello everybody,


    I present a plugin that shows in which cardinal direction a designated player is.


    Usage: Type "/whereis playername" in the chat. It shows in which direction the said player is, as long as he/she is online.


    WhereisPlayer.zip


    Screenshot


    Source code:



    Edit by yahgiggle, because some users could not see the screenshot

    Hello everybody,


    I present a plugin that adds time stamp to player chat.


    .jar plugin file
    ChatTimeStamp.zip


    Screenshot


    Source code:



    Edit by yahgiggle, because some users could not see the screenshot

    Hello everyone,


    I'm making a plugin that connects in-game chat and Discord, but I feel clueless on how to add PluginAPI.jar to a Gradle project.
    According to a few sources, I edited my build.gradle as follows.


    Even with the PluginAPI.jar in ./libs directory, NetBeans says it could not find a package named net.risingworld.api.
    Could anybody tell me where I did it wrong?



    I am using Gradle since I need to import APIs for Discord(JDA) and manage its dependencies as well.
    If there's any workaround for this, please tell me.


    Thanks in advance,



    Usiemon

    the script has to be in the same location as the server folder

    Hello,


    Thank you for this shell script, I feel it really handy!


    I just noticed that placing the script in the same directory as the "server.jar" causes tar error(file changed as it reads).
    I placed the script elsewhere and edit the $directory accordingly, and everything worked.


    Maybe I just took the quote wrong, but I thought you could use a feedback.



    Usiemon

    you need to forward the ports 4254-4259 TCP and UDP

    Hello @red51,


    You wrote that you need to forward ports 4254-4259, but "netstat -antu"command says the server is not listening for port 4259 while it's running.
    Do we still need this 4259 port opened and forwarded? I would like to leave the port closed if it's not needed anymore.
    I run Debian 8 on the server, and I have left the port numbers in server.properties default.


    Thanks in advance!



    Usiemon

    Hi @boisseau,


    Let me ask two things.
    1.Could you post the exact error message that the server showed?
    2.Was anyone else but you able to join the server?


    Regards,



    Usiemon

    Hi folks, I am learning to code a plugin for Rising World but I feel stuck...
    Could any of you answer the following question?


    [Question]
    Is it possible to make a plugin that connects Rising World and Discord?


    [Objective]
    To allow players call for help when admin's not in game but on Discord


    [My knowlodge]
    I have just begun learning Java 8 SE, Rising World API, and Discord API
    I have little idea how and what exactly API allows


    [Note]
    I looked into ConnectTS plugin for a clue, but it seems simply to bypass preset TeamSpeak server information to stand-alone TeamSpeak client if available.
    I would like a direct connection between Discord and Rising World, but I see no classes to request/listen connection on Plugin Javadoc.
    I'd appreciate any advice on where to look!



    My thanks in advance.


    Regards,



    Usiemon