You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ Got the Command Template done.
+ Made FunRank Class for a placeholder, for a soon to be Enum.
+ Made a Account placeholder that currently only holds the Player object in a transient state.
+ Command template update
+ Made the Account placeholder hold the rank for the Player.
+ Made a way of checking the level of ranks, and added some placeholder ranks.
+ Made the Core instance accessible.
+ Made some template events using MiniBus
+ Made a lazilly declared global server variable, which allows for easy access of that object.
+ Removed inlining from get method on getting level, it's done automagically through the compiler.
Make a Rank system based off of a enumeration of ranks. These will be stored in Json for the time being.
The text was updated successfully, but these errors were encountered: