This does not appear to me to be a "server side" issue (Nitrado). Was this an error log entry on the server? From the hardware/OS info, this appears to be a client issue but maybe @red51 could tell better than I. I don't believe that client side updates come from the game hosting server, but rather from Steam.
Posts by Jon_miner
The next update will be available on Wednesday, December 18, in the early evening (GMT+1).
This update will not yet replace the Java version, instead it is the actual content update. We'll provide more information about the transition together with the update.
-
-
This happens because your selected area was not at lest 3 deep you need to go deeper with your selected areas
there is nothing i can do with the API to fix this, its how the textures work
well infact i could auto make it go 3 deep when you only select 1 layer but this would also cause more problems oOThanks... Never noticed that before. I do wish you had the option to do "sharp edges" versus "blended", but realize this is just how the textures work.
But was also thinking that "/delete abs" should delete everything including land and "/delete" by itself should delete everything except land (as with World Edit /clear).
Also wondering... the "/select area (/select)" appears to work for non-admins. Should this be limited to admins as non-admins should not be using BlockPlacer, WorldEdit, Area Protection or Portals. The only thing bringing up the Selection Tool that I know of except Blueprinting.
Have you considered either of these comments? Namely the first one?
-
@Furbal
This issue appear to be on our Artisan's Realm server. Could you contact me on either Steam or Discord to work this issue. -
yes im going to redo this for the new API oO
Sweet! This is the last script I need for my server (provided the new Area Protection plugin currently in work releases soon).
I hope that the API plugin will "import" existing portals created with the script.
-
You can also increase the transparency of the settings/graphics/view adjustments button.
-
Some other blocks-constructs that would be nice... These may have been mentioned but thought I'd bump the subject for @red51...
The first block type is one that I think is very much needed. An "Inverse Ramp Half Corner". Basically the Inverse of the existing "Ramp Half Corner". Not sure what the best name would be, but the shape that would fill the hole shown here:
This block would allow for finishing off roofs meeting at 45 degrees properly.
The second one may also have been mentioned but.... Adding the "Triangular Planks" that are available in the "Planks and Beams" plugin to the sawbench, but also add one that is a right triangle as well as the isosceles triangle to be able to fill areas like the one below:
Lastly.... A "Two Tone Block" Basically, a block that can have two different textures on each half (ramp). Another way to be able to fill the same area as above.
The First one here would definitely be the one most helpful!
-
-
Yes! More plank, beam and window shapes, sizing options, snapping options etc. would definitely help!
-
Been trying some "testing"... Here is what I saw happening (attached). Does not appear to work as I understand it should but may not understand how it is supposed to work.
-
what about if i make it that you only see the message once when you very first join ?
IMO, if all plugin writers have these login messages, then if you start running enough plugins, any server welcome messages would get scrolled of the top of the chat window or any of the first plugin announcement messages (maybe even your plugin(s)). I think there should be an option to remove altogether. Plugin Developers could "advertise" in their "plugin help" commands.
-
But was also thinking that "/delete abs" should delete everything including land and "/delete" by itself should delete everything except land (as with World Edit /clear).
Also wondering... the "/select area (/select)" appears to work for non-admins. Should this be limited to admins as non-admins should not be using BlockPlacer, WorldEdit, Area Protection or Portals. The only thing bringing up the Selection Tool that I know of except Blueprinting.
-
-
I just tried placing a blueprint and it appears that ChestProtection did recognize the chests. I got:
placed chest IDXXXXXX now added to your Chest Ownership defalt (sp) pincode = 1234
I'm not sure btw what/how the pin codes are to be used?
-
btw... I downloaded blockplacer yesterday about 0500 PDT. I don't see any version numbering.
-
- ah was using /delete block as that is what it says in the /blockplacerhelp (soon to be /bphelp?) it is indeed /delete blocks
- Maybe I am using a older version of WorldEdit. When I do "/we clear" it clears all but land/terrain. When I do "/we clear abs" it deletes everything (which makes sense to me abs=absolute)
@yahgiggle
From the WorldEdit LUA Script Thread...clear [obj|con|veg|block|all|abs] : clear the selected area of (obj)ects, (con)structions, (veg)etations, (block)s, (all), or (abs)olutely everything. (Default all)Ex: /we clear veg
-
Gap Implementation - Say you are trying to build a bridge or a wall with wooden planks and you want to be able to make the gap between the planks wider or smaller. Gap implementation functions like the cell padding of a cell in a table. It determines how much empty space goes around a plank on the sides or top/bottom individually. Toggle on or off.
I believe this is already implemented as well... If you roll your mouse wheel while laying pnb in a line, it adjusts the gap.
-
I suspect this is more something for @red51, but would it be possible for others to see the area selection tool that other players are selecting?
-
Are you going to change the version from 1.1?
@yahgiggle
Would it be possible if you open a chest that you own to have it indicate whether it is currently locked our unlocked along with the ID? -
A few of observations/issues:
- /delete block does not appear to work but /place block 0 does. Would prefer /delete block. Shouldn't "/delete abs" do what "/fill with 0" does (see next comment)?
- /delete abs appears to delete everything except land. To stay consistent with worldedit, shouldn't /delete abs delete everything including land and have "/delete" (by itself) delete everything except land.
- Could /blockplacerhelp be shortened to something shorter, like, /bphelp?
-
Hmmm. I just tried doing a "/cp lock ID" for the ID of a chest that already exists in my SP world and got:
java.lang.ArrayIndexOutofBoundsException: 4
It appears if players start trying to lock existing chests, the plugin will throw an error. If you are not going to somehow add existing chests to the plugin DB, then you will need to handle the attempts to lock existing chests errors with a "You can not lock existing chests. Create a new chest and move contents..." type of message.
I just tried "/cp lock ID" for a newly created chest that I had done a "/cp unlock ID" and got the same error.