Posts by yahgiggle

    That is awesome work keep it up :-D

    Very nice. Trails in the snow or in the sand ^^ . Maybe you can add footsteps too. :D


    But before I install it. Is there any difference in the altitude between painting the ground with the tool or with this plug-in?
    There is always a different height between blocks and grass , that's why I'm asking.

    thats the good thing about this script the ground will stay the same only the texture will change if you do a jump you can get it to flatten low spots slighty

    just another bump to let you guys know the script has been updated once more lol you can now also lay saltwater like freshwater to make big salt lakes oO also some bug fix's and some added bling


    This works fine did you import the stuff needed for it to work oO

    Code
    GuiLabel label = new GuiLabel(0.9f, 0.05f, true);
    label.setText("text goes here");
    label.setPivot(PivotPosition.BottomRight);
    label.setFont(Font.DefaultMono_Bold);
    label.setFontSize(16);
    player.addGuiElement(label);
    Timer testTimer = new Timer(0f, 5f, 0, () -> {
    label.setVisible(false);
    });
    testTimer.start();

    here my code with a timer set to 5sec this works fine

    thanks and sorry for the caps, I was just getting frustrated because my database won't work so now I'm working on a different Project and this GUI Thing is getting on my nerves


    and when I think of RGBA I think of
    this: rgba(255, 0, 0, 0.3)


    I don't know where you are coming up with (Oox000000BB) it looks like an extended version of the hexadecimal colors.

    heres a color chart that may help http://www.nthelp.com/colorcodes.htm

    Sorry guys just another bump to let you know i have updated this script to now include /laymode off to turn it back on type /laymode on this only turns auto dig on and off as some users who fly into the ground don't want holes everywhere oO


    also i have fixed some bugs


    Anything else you might want to have this script do feel free to comment :)

    Also bei mir Funktioniert es im Singleplayer auch nicht oder ich mache was falsch ?(

    you need to copy this into your plugins folder not the scripts folder, once its in the folder unzip it and then delete the zip, you should have a folder named trails and inside that will be one file called trails.jar after you have done this you will need to restart your server/game if you dont have a plugin folder you will need to make it oO

    bump to let everyone know i have updated the script i have fixed the stone and also added rock and /lay id (id) so now you can lay any id from the list above

    Find the plugin nice and the idea is great. Unfortunately this does not work with the stone.

    Thanks i will look at why the stone is not working it was in a test so it might be a typo or something silly like that stopping it now oO lol

    Ok guys heres another plugin i made



    This plugin lays down stone, dirt, grass, gravel, farmland, mud, snow, sand drydirt, sandstone, clay, coal, and hellstone


    it also has auto trails built in, this means over time your users will make trails by walking over the same area over and over the auto trails are dirt and mud also the grass will be cut
    also it has wall damage this will make the dirt or stone slide away so if you in a hole and you stand next the the side sometimes you will make the side slip away as you do in real life


    For server admins only they can setup trails by using the /lay command


    example /lay gravel will lay gravel under your feet as you walk very handy when you rake and this will change the ground to what you want at the same time oO


    You can do /lay stone, dirt, grass, gravel, rock, farmland, mud, snow, sand drydirt, sandstone, clay, coal, hellstone, freshwater and saltwater note the water lays one block deeper so after you lay the water you will need to dig the top away to uncover your pond.


    You can also do /lay id (id) example /lay id -3 this will lay short grass look below for all ids


    To turn off the laying mode type in chat /lay stop or /lay end or /lay finish or /lay finished


    For auto dig this stomps the grass down, but if your in fly mode it can dig holes under the ground, maybe you want to turn that off or back on oO you can use /laymode off or /laymode on all users can use this command


    best to not use flymode when using this plugin, unless you want dirt or water in the sky oO


    grass9 = -10,
    grass8 = -9,
    grass7 = -8,
    grass6 = -7,
    grass5 = -6,
    grass4 = -5,
    grass3 = -4,
    grass2 = -3,
    grass1 = -2,


    air = 0,
    dirt = 1,
    grass = 2,
    stone = 3,
    gravel = 4,
    rock = 5,
    farmland = 6,
    mud = 7,
    snow = 8,
    sand = 9,
    desertdirt = 10,
    desertstone = 11,
    clay = 12,
    dungeonwall = 13,
    dungeonfloor = 14,
    bonewall = 15,
    = hell least 16,
    iron = -101,
    copper = -102,
    aluminium = -103,
    silver = -104,
    gold = -105,
    tungsten = -106,
    cobalt = -107,
    mithril = -108,
    water = 100,
    saltwater = 101


    The pond below was made with this plugin and the trails around it, the plants are planted with my plant plugin

    If you do like my plugins and use them please do click like as this will encourage me to make more


    Files

    • trails.zip

      (5.02 kB, downloaded 1,810 times, last: )

    Just a bump to let you guys know i re uploaded the plugin i forgot to remove the output to the text and some uses wont be happy that it does this oO so now that's been removed

    I'm thinking that in the future it would be nice to register something like this as a creative tool and insert it into creative mode. Instead of pressing an F key to select a tool, you click on one of many vanilla or 3rd party tool icons. Right now, this tool could be used by anyone on the server I'm assuming. It should be registerable as a creative tool so it could be limited by whoever has permissions to enter creative mode.

    yes that's a good idea ATM this only lets admins plant but i did have a idea to use set groups like a creative group you could move users the that group to let them use all creative tools including this one, of cause you would need to make this creative group your self for your server, but this is a very good idea

    ok guys i re did my plant script


    Now With auto find ground the plants will lay on the ground even if your in the air <-- needs more work but waiting for next api update


    type /plantinghelp for help
    type /planting 0 0 0 0 0 to plant
    example to plant a line of trees 100 blocks long with the id of only 30 type /planting 150 50 0 30 30 this will plant 150 trees at random in that line the line is 50 blocks each way so that = 100 total
    example2 to plant a mix of trees in a area type /planting 200 50 50 1 501 this will plant 200 plants at random in a area 100x100 as 50 will = only one side of where your standing so both sides add up to 100


    just unzip and place into your plugins folder as per all other java plugins

    Files

    • planter.zip

      (3.66 kB, downloaded 820 times, last: )