Posts by yahwho

    You can use any one of them.


    Ant, Mavern, and Gradle are just frameworks. You can write Java applications in any one of them.


    Here's a nice breif explainer video (30 min).



    Personally I use Ant, but Ant is old, like me, lol, I've been coding in Java since 1.2 (I don't like change - I've only just stopped using Vectors :crazy:).


    I believe most people these days would say go with Gradle.

    In my opinion, the best volunteer work is done by supporting the games online presence.


    Posting on social media, starting a facebook group, discord group, youtube videos, twitch videos, developing plugins, fansites, content writinging for the wikis I believe there is a german one (URL?) as well as an english one I setup but really don't have the time to write stuff on (https://wiki.rising-world.co.uk).


    This kind of support work also means you can drop in and out as your rl demands. :D

    Surely this would be for serious offenders, i.e. clear perma ban offenses?


    I once had someone upload nazi flags and pornography as posters, this is premeditated and serious offense.


    An offense I think (at least I hope) no servers would tollerate.


    Someone being a bit of a fool, maybe due to intoxication, sure ban them from one server for 3, 14 days, but to impose this ban on all servers would be overkill imho.


    As always, discussion is a good thing :)

    This is a great idea yahgiggle


    UID of admin that banned player, reason to be displayed to player, reason to be displayed to server admins, date of ban, classifications (GRIEFING, RACISM, SEXISM, HACKING, DOXING... etc), Last known IP address, more?


    My name suggestion for the plugin (should you be looking for one) - SHEILD - Stop Hostile and Egregious Individuals Live Database 8)

    You should use;

    Java
    String playerUID = player.getUID();


    The UID is a String there is no reason to convert it to a long, unless you are planning on doing mathematical functions on it?


    You are probabaly seeing longs in the Javadoc as Red used to store the UID as a long in the old version.


    Longs aren't needed, the UID, albeit looking like a number, is an ID an not a number.


    If you really wanted to use longs though you can cast a String to a long.

    Java
    long playerUID = Long.parseLong(player.getUID());

    However, I do not recommend casting the UID. ^^

    Oh you got there before I could delete it :D


    Yes, I just tried again and it didn't.


    It had been on... I wonder if there is a cool down period for the furnaces?


    (it was off, and it had cooled down enough for ingots to be removed)

    Hi Red,


    When a player is dead, and seeing the respawn screen. The Players State as retrieved from player.getState() comes back as State.Default and not as State.Dead

    Another mini server update to version 0.2.1.2


    You can now buy domesticated NPCs via the Z/Y Menu (QWERTY / QWERTZ dependant).


    Horses are also now protected from other players taking them. Place a saddle on a horse to claim it as yours. Horses and other domesticated NPCS are safe on your own AXES land deeds.


    You can also feed your livestock and move them around. They will chase you for more food. Each animal has a group of foods they will eat.


    🐷 Pigs are gready and will eat carrots, sugarbeet, pumpkinslices, watermelonslices, potatos, lettuceleavess, tomatos, and corncobs.

    🐮 Cows will eat carrots or sugarbeets.

    🐐 Goats will eat carrots, sugarbeet, potatos, lettuceleaves, tomatoes, corncobs, watermelonseeds, and pumpkinseeds.

    🐑 Sheep will eat carrots, sugarbeet, lettuceleaves, tomatoes, and corncobs.

    🐔Chickens will eat corncobs, watermelonseeds, and pumpkinseeds.

    🦌 Deers will eat carrots, sugarbeets, lettuceleaves, tomatoes, and corncobs.


    This is the first part of reintroducting the MR animal husbandry.


    Here's a short, silly, video.