WorldEdit

WorldEdit

42M Downloads

Loading schematic from api (doors/blocks mods)

michalk2k04 opened this issue · 9 comments

commented

Hello :D

WorldEdit version: WorldEdit 6.1.9 (up to MC 1.12.2)
Platform version: CatServer-5897fa9 (forge 1.12.2 2847)

Loading blocks from schematic via api is a problem.

If it loads the schema via the command, everything is ok and as api it doesn't load properly.

No error in console/chat.

2020-04-29_12 39 18
2020-04-29_12 39 20
2020-04-29_12 39 25
2020-04-29_12 40 08
2020-04-29_12 40 11
2020-04-29_12 40 14
2020-04-29_12 40 16
2020-04-29_12 40 20
2020-04-28_13 17 05
2020-04-28_13 17 10
2020-04-28_13 17 20
2020-04-28_13 17 25
2020-04-28_13 17 39
2020-04-28_23 07 12
2020-04-28_23 07 13
2020-04-28_23 07 15
2020-04-28_23 07 16
2020-04-29_12 39 07
2020-04-29_12 39 10
2020-04-29_12 39 12
2020-04-29_12 39 15

commented

Need more info ?

commented

unsupported version/platform. hybrid servers are known to generally be a broken pain, nor are we interested in supporting old versions anymore.

commented

unsupported version/platform. hybrid servers are known to generally be a broken pain, nor are we interested in supporting old versions anymore.

It's interesting because even on a regular vanilla there is a problem with the door. Old version, how should I understand it? 1.12.2 is not old.As far as I know, you just don't want to fix it. Similar bugs have been reported.Hybrids are broken? Interesting because normally the schema are loaded correctly only api you did not do it correctly would be good documentation: P

commented

1.12.2 is definitely old, we only support the latest version of WorldEdit, and the MC versions that it supports.

And yes, hybrid server implementations are known to not implement the Bukkit API correctly. So we don't support them as generally, it's not our issue.

If it works fine when using commands but not through your API usage, it's an issue with your plugin that's using the API.

commented

I'd love to wait for someone to move and fix this api. And you won't look for excuses for "hybrid servers are known to generally be a broken pain"

1.12.2 is definitely old, we only support the latest version of WorldEdit, and the MC versions that it supports.

And yes, hybrid server implementations are known to not implement the Bukkit API correctly. So we don't support them as generally, it's not our issue.

If it works fine when using commands but not through your API usage, it's an issue with your plugin that's using the API.

Worldedit just doesn't load blocks correctly via api.

From what I know, for plugin to load blocks / items from mowdów must do it specifically. The command does it correctly but api does not. Please do not look for excuses because I use a hybrid. On vanilla it is the same but with doors etc.

It's not the hybrid's fault, although I thought so at first.

commented

By the way, look how many people use 1.12.2 and how many the latest version of the month.

commented

Yep, that affirms what I said. https://bstats.org/global/bukkit

commented

As for the API, the commands use the API. If the API didn't work, the commands wouldn't work. Therefore it's an issue with whatever plugin is using the API.

commented

I can at least the file responsible for the /paste command.To make it easier for me to see where I made a mistake.