Posts by yahwho

    No need to think about it - it's a great game and the cost is defiantly worth it.


    I put off buying RW for 6 months, just wish now I hadn't! :D

    Hi @red51


    There will be some methods in the next update to show/hide the inventory as well as other screens (journal, chest content, map)


    Would it also be possible to hide show the icons for say health bar, food, water, bleeding, freezing, and sprint? (and others I may have missed off that list).

    From what I understand it is the future of the Java SE versions. . . (i.e. none enterprise). Java 1.8 will become EOL in 2020 (that doesn't feel that far off now).


    I've been watching Oracle seminars and reading as much up as I can on it, but its a minefield!


    The version 11 license main points are (full licence at: https://www.oracle.com/technet…cense/javase-license.html)



    The main concern is "You may not:- use the Programs for any data processing or any commercial, production, or internal business purposes other than developing, testing, prototyping, and demonstrating your Application;"


    On the other hand I have read that OpenJDK will be free as well as Amazon is making its own OpenJDK available https://aws.amazon.com/corretto/


    I really do hope I'm reading too much into this and its only enterprise and embedded systems that are going to require these eye watering licence fees.

    Hi GamerGran61,


    Any recommendations appreciated.

    Medieval Realms albeit listed as a PVP server does offer a PVE gamemode (which is the default for all new players) - and actually most people still play in PVE mode.


    But this is of course only if you want to play on a Medieval themed server. Modern day game assets are all locked out. So if Medieval is not your thing, this server defiantly wont be either!


    We're peace loving and well established :)

    Hi all,


    Can anyone explain to me in relatively simple terms whats happening with Java at the moment and more importantly the implications this is going to have on server owners :?:


    I've known Java since 1.2 and I'm struggling to get my head around the license changes Oracle are pushing through now.


    I'm running my own server on dedicated server hardware in-house.


    I'm hearing mixed information about the changes Oracle are making with Java. Including someone mentioning that in order to run a Java application on server you will need to pay a per-core licence fee to Oracle. =O

    Hi there,


    As far as I am aware plugins load alphabetically from the plugin directory.


    However, each plugin will have a listener for the onPlayerChatEvent and each plugin will receive the same chat event in the same game tick.


    By the time plugin B calls cancel the event the event has already been processed by plugin A.


    You could always use /someprefix for plugin B. That way plugin B uses onPlayerCommandEvent instead. Do your work with the "command" and if it's just a "chat command" broadcast to everyone?

    Heavy smoke when your food got burnt. (Seems unnecessary but might be also cool for cosmetic effects. I placed a campfire inside a chimney top to create at least a little bit of smoke)


    You can use technical smoke for this, in small medium and large.


    object technical_smoke 0
    object technical_smoke 1
    object technical_smoke 2

    Verzeihen Sie meinem Deutsch bitte :rolleyes:


    keine neue textur aber verwitterung Überlagerung könnte gut sein?


    Nur eine Idee


    zum Beispiel. . .


    1. Textur wählen
    2. Überlagerung wählen

    The way I would go about doing something like this is to cancel the event then open the GUI to wait for the answer and then do what the event was supposed to do with my own method manually

    You sir are a genius! That would work! :D Yes I'm working with inventories so there is defiantly API functions there! I was about to throw the towel in for the day and go play Kingdom Come but this has given me fresh inspiration!


    Many thanks :D:D