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
{{ message }}
This repository was archived by the owner on Mar 8, 2022. It is now read-only.
Recursive G edited this page Nov 29, 2017
·
4 revisions
Experience Capsule
Experience capsule allow players to store their experience into items and retrieve the exp later.
Configuration
In main config file, specify what item can be used to store exp
expCapsuleType: 'EXP_BOTTLE'
Commands
Show how much exp you have:
/nu expcap store
Store exp into item (while holding one item of specified capsule type):
/nu expcap store <amount>
Retrieve stored exp (while holding a valid capsule):
/nu expcap restore <amount>
Note that experience capsules are not "protected".
If you throw the experience bottle capsule or feed the fish capsule to your cat,
the experience stored will vanish.