Flan (Forge)

Flan (Forge)

85.5k Downloads

[Feature Request]: Universal Shops compatibility

flewkey opened this issue ยท 0 comments

commented

Suggestions

Players cannot access Universal Shops in claims unless they have the OPENCONTAINER privilege.
This should not be the default behaviour because most users want their shops to be publicly accessible even if their chests are not.

Solution

Add "universal_shops:trade_block" to the default interactBlockBlacklist.

public List<String> interactBlockBlacklist = Lists.newArrayList(
"universal_graves:grave",
"yigd:grave",
"waystones"
);