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

Allow per player creative mode checks #268

Open
Tracked by #267
S-S-X opened this issue May 14, 2022 · 1 comment
Open
Tracked by #267

Allow per player creative mode checks #268

S-S-X opened this issue May 14, 2022 · 1 comment
Labels
Enhancement New feature or request Good first issue Good for newcomers

Comments

@S-S-X
Copy link
Member

S-S-X commented May 14, 2022

From issue #267

Allow using per player check for all creative mode checks.

Technic minimum required engine version is 5.0 and this API function is only available in 5.3 so make it use minetest.is_creative_enabled(name) only if it is available.

Also technic.creative_mode probably can't be simply changed to be API function as this will break checks in many other mods, Technic mod should probably still have its own wrapper for creative mode checks for compatibility.

@S-S-X S-S-X added Enhancement New feature or request Good first issue Good for newcomers labels May 14, 2022
@S-S-X
Copy link
Member Author

S-S-X commented May 14, 2022

Optionally bump up minimum required engine version, I think this might have been discussed before too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant