Project MMO

Project MMO

10M Downloads

/pmmo admin

Orangejewce92 opened this issue ยท 6 comments

commented

i would like to have a feature where you could bypass the requirements for modpack or server management reasoning.

Something as simple as /pmmo admin bypass

toggleable and only used by /OP.
good for item/mod/dimensional travelling troubleshooting.

commented

A good way to support such testing would be to allow people to store/restore their skill ranks.

commented

should mention i'm using 1.19.2 but all versions would be nice to have (:

commented

use /pmmo genData players @p then /pmmo genData create to have a file in your datapack for your user. Then set "IgnoreReq": true

commented

Interesting work around. But the server admins would still like to play. Would be nice to have something toggleable

commented

Without having to create and delete datapacks that is

commented

Note to self for implementation. Use state-based data to set the toggle. This will clear the setting on reload as it will be overridden by the data loaders and won't be saved on shutdown.