DevOnTheRocks / SkyClaims

SkyClaims is an Island plugin that integrates with GriefDefender for SpongeAPI.
GNU General Public License v3.0
19 stars 24 forks source link

Default schematic don't working. #111

Closed yaroslav4167 closed 5 years ago

yaroslav4167 commented 5 years ago

Version:

Expected Behavior:

/is create -> create default island.

Actual Behavior:

/is create -> print list island schematics (with one element default)

LuckPerms configs

default group: Meta: skyclaims.default-schematic = 'default' Permissions: skyclaims.command.* skyclaims.arguments.biomes skyclaims.arguments.block skyclaims.arguments.schematics.default

Mohron commented 5 years ago

Do you still have more than one schematic in your config/skyclaims/schematic folder? FYI, listing available schematics is the default behavior if you have more than 1 schematic.

yaroslav4167 commented 5 years ago

Yes. I have some schematics. but they are not available to this group. I thought that this would work if didn’t specify an additional parameter when is create.

Mohron commented 5 years ago

The default schematic option came before the clickable list capability and there is a built-in default schematic which is why default schematic had to be ignored by default for the new feature to be on by default. A lot has changed in the upcoming release and this behavior has changed with it. I'll still need to make some changes before this particular behavior is where it needs to be though.

https://github.com/DevOnTheRocks/SkyClaims/releases/tag/beta-28-pr3

Nonetheless, the list schematic behavior was intended to override a default schematic when running the command in the version your running.

yaroslav4167 commented 5 years ago

In beta-28-pr3 all works correctly. But, can i disable chest-gui interfaces in config? They feature conflicted with Quark (inventory sorting), and allows you to pick up items from this GUI. oX6E MQfu

Mohron commented 5 years ago

Yes you can disable it in the config. That really sucks because you look like it could be a useful feature. Do all inventory menus break from quark that you know of?

Mohron commented 5 years ago

The quark sorting seems to be a known issue. Looks like you'll need to disable one or the other.

https://github.com/SpongePowered/SpongeForge/issues/2289

yaroslav4167 commented 5 years ago

Yes. This bug works all plugins with chest-GUI interfaces. Oh =/ Ok. Apparently have to disable one feature of Quark, for the sake of all such plugins.

Mohron commented 5 years ago

Closing since the issue is fixed in the Pre-Release.