Caltinor / Project-MMO-2.0

A continuation of Harmony's Project MMO project
37 stars 21 forks source link

PRs To Add Command Page #540

Closed SomewhatDamaged closed 5 days ago

SomewhatDamaged commented 1 month ago

Opened two draft PRs to add a command info page to the versioned wikis.

One hitch is, I have no clue how the /pmmo store command works. If you let me know, I will update the documentation and mark them ready to PR.

Draft PRs: https://github.com/Caltinor/Project-MMO-2.0/pull/538 https://github.com/Caltinor/Project-MMO-2.0/pull/539

Caltinor commented 3 weeks ago

The command takes a player and skillname arg and stores the player's level in that skill on the scoreboard. This can be used by server ops to display skills or to use them in command blocks for various features. it's basically a bridge between pmmo and the scoreboard.

SomewhatDamaged commented 3 weeks ago

Okay, added that details. They should be good for review.