Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to allow non-owners of areas to interact with things like machines and furnaces? #60

Open
AmyMoriyama opened this issue May 29, 2022 · 1 comment

Comments

@AmyMoriyama
Copy link

Is there a way to allow non-owners of areas to interact with things like machines and furnaces?

Unless I'm being oblivious, I see no way to allow this. If it doesn't exist, maybe add something like:
/area_interactall
/area_interact playername

First one allowing anyone to interact. Second to only allow one player to interact but not let them be an owner.

@S-S-X
Copy link

S-S-X commented Jun 2, 2022

Machine and furnace (or whatever) mods can and in my opinion should implement this instead of attempting to support functionality through areas mod.
Areas mod cannot know what exact actions should be allowed without whitelisting exact nodes and exact actions for each node.

Technic for example implements for machines by allowing machine upgrades: insert default wooden chest into machine upgrade slot and machine can be used by other players but some machine configurations stay protected and players still cannot dig machines.

Additionally when implemented by mod that provides machine (or interactive nodes) it also has another upside: it will work with any protection mod. If implemented by areas mod then it wont work with other protection mods and causes confusing protection conflicts (can also become dependent on mod loading order).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants