XpBottler 1.1

Civalo

New member
Mar 4, 2020
2
0
0
XpBottler

Just a simple script for bottling and storing your XP in game.
https://one.denizenscript.com/haste/65893
https://github.com/johnelder/xpbottler.dsc/tree/master

unknown.png


Known Bugs:
- Spamming the high xp bottles can cause some lose of xp in orb spawning. - FIXED
- High xp bottles spawn 3 to 11 extra xp points. - FIXED

Have fun with it!
 

mcmonkey

Administrator
Staff member
Helper
- Please include a link to the script via https://one.denizenscript.com/haste in your post.
- NEVER use "/execute" with a vanilla command. The execute command is EXCLUSIVELY for interop with other plugins. That "exp take" should use the Denizen "take" or "experience" command, that "summon" should use the Denizen "spawn" command.
- The script check bot has the following issues reported:
ebc78a.png
 

Baroness

New member
Mar 14, 2020
3
0
0
Do you have a problem with the "new if format"? I have such scripts output:
Code:
Single line if commands are deprecated. Please update them to modern format.
 

mcmonkey

Administrator
Staff member
Helper
Baroness said:
Do you have a problem with the "new if format"? I have such scripts output:
Code:
Single line if commands are deprecated. Please update them to modern format.

That error did not come from the XpBottler script (or at least not the current version @ https://one.denizenscript.com/haste/65893 , which does not contain outdated single-line ifs at all)