Minecraft Name:tdogg120 Suggestion: that for extcommands+ users there is a /level or /lvl # to tell how much do a certain level is. Reason: when Doing an anvil combo, you have to google how much do a certain level will take, and it is very inconvenient. Any Other Information: the command could be /level 29 for example and it would say how much do 29 levels is, and it foul say something like "Level29:766 xp" Link To This Plugin: I'm not sure. Maybe essentials?
Oooooh, this would be really helpful, but you know what is more helpful? --> http://imgur.com/GpG7dJa
I am 100% for this. With /recipe already there I feel that it would be great to shave off another 1-2mins from the anvil combo. Even if it isn't in essentials, it would be pretty easy to code I think. Also, make it just with Extcommands+ since it would only be useful for them. +1
Uhh, I think you are a little lost. You would enter /level18 and it would come up with xExp AFTER you have checked how much you would need on an anvil. You would not type in /level eff4 silk1 for anviling those two together which I think is what you thought you would do. Hope that cleared it up a little bit.
Well then +1... Its late, and I think ive read/written to much on wiki the past few moments, I have anvil, and Xp in my head and was just thinking urggggg.. lol so yeah +1 good idea.
Just do this: And this: I also have an ECC notebook on my desk where I could write it down. Its useful to keep track of stuff on the server too.
you can always go to my website.. http://radthorne.com/exp.php Does what you need.. and more! </endadvertisement>
Eh, I don't necessarily need this or anything, because I usually use kuke's exp calculator, but it would be nice to see this implemented
I use this: Spoiler: Keybind $${$$<exp.txt>}$$ Spoiler: exp.txt contents #ets = $$? IF(%#ets% = 1) PLACESIGN([trade],17 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 2) PLACESIGN([trade],34 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 3) PLACESIGN([trade],51 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 4) PLACESIGN([trade],68 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 5) PLACESIGN([trade],85 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 6) PLACESIGN([trade],102 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 7) PLACESIGN([trade],119 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 8) PLACESIGN([trade],136 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 9) PLACESIGN([trade],153 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 10) PLACESIGN([trade],170 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 11) PLACESIGN([trade],187 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 12) PLACESIGN([trade],204 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 13) PLACESIGN([trade],221 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 14) PLACESIGN([trade],238 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 15) PLACESIGN([trade],255 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 16) PLACESIGN([trade],272 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 17) PLACESIGN([trade],292 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 18) PLACESIGN([trade],315 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 19) PLACESIGN([trade],341 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 20) PLACESIGN([trade],370 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 21) PLACESIGN([trade],402 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 22) PLACESIGN([trade],437 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 23) PLACESIGN([trade],475 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 24) PLACESIGN([trade],516 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 25) PLACESIGN([trade],560 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 26) PLACESIGN([trade],607 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 27) PLACESIGN([trade],657 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 28) PLACESIGN([trade],710 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 29) PLACESIGN([trade],766 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 30) PLACESIGN([trade],825 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 31) PLACESIGN([trade],887 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 32) PLACESIGN([trade],956 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 33) PLACESIGN([trade],1032 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 34) PLACESIGN([trade],1115 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 35) PLACESIGN([trade],1205 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 36) PLACESIGN([trade],1302 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 37) PLACESIGN([trade],1406 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 38) PLACESIGN([trade],1517 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 39) PLACESIGN([trade],1635 exp,$0.01:0.01,,true) ELSEIF(%#ets% = 40) PLACESIGN([trade],1760 exp,$0.01:0.01,,true) ENDIF or if you just want to know how much exp and not make a sign Spoiler: exp.txt contents #ets = $$? IF(%#ets% = 1) LOG(Level %#ets% = 17 exp) ELSEIF(%#ets% = 2) LOG(Level %#ets% = 34 exp) ELSEIF(%#ets% = 3) LOG(Level %#ets% = 51 exp) ELSEIF(%#ets% = 4) LOG(Level %#ets% = 68 exp) ELSEIF(%#ets% = 5) LOG(Level %#ets% = 85 exp) ELSEIF(%#ets% = 6) LOG(Level %#ets% = 102 exp) ELSEIF(%#ets% = 7) LOG(Level %#ets% = 119 exp) ELSEIF(%#ets% = 8) LOG(Level %#ets% = 136 exp) ELSEIF(%#ets% = 9) LOG(Level %#ets% = 153 exp) ELSEIF(%#ets% = 10) LOG(Level %#ets% = 170 exp) ELSEIF(%#ets% = 11) LOG(Level %#ets% = 187 exp) ELSEIF(%#ets% = 12) LOG(Level %#ets% = 204 exp) ELSEIF(%#ets% = 13) LOG(Level %#ets% = 221 exp) ELSEIF(%#ets% = 14) LOG(Level %#ets% = 238 exp) ELSEIF(%#ets% = 15) LOG(Level %#ets% = 255 exp) ELSEIF(%#ets% = 16) LOG(Level %#ets% = 272 exp) ELSEIF(%#ets% = 17) LOG(Level %#ets% = 292 exp) ELSEIF(%#ets% = 18) LOG(Level %#ets% = 315 exp) ELSEIF(%#ets% = 19) LOG(Level %#ets% = 341 exp) ELSEIF(%#ets% = 20) LOG(Level %#ets% = 370 exp) ELSEIF(%#ets% = 21) LOG(Level %#ets% = 402 exp) ELSEIF(%#ets% = 22) LOG(Level %#ets% = 437 exp) ELSEIF(%#ets% = 23) LOG(Level %#ets% = 475 exp) ELSEIF(%#ets% = 24) LOG(Level %#ets% = 516 exp) ELSEIF(%#ets% = 25) LOG(Level %#ets% = 560 exp) ELSEIF(%#ets% = 26) LOG(Level %#ets% = 607 exp) ELSEIF(%#ets% = 27) LOG(Level %#ets% = 657 exp) ELSEIF(%#ets% = 28) LOG(Level %#ets% = 710 exp) ELSEIF(%#ets% = 29) LOG(Level %#ets% = 766 exp) ELSEIF(%#ets% = 30) LOG(Level %#ets% = 825 exp) ELSEIF(%#ets% = 31) LOG(Level %#ets% = 887 exp) ELSEIF(%#ets% = 32) LOG(Level %#ets% = 956 exp) ELSEIF(%#ets% = 33) LOG(Level %#ets% = 1032 exp) ELSEIF(%#ets% = 34) LOG(Level %#ets% = 1115 exp) ELSEIF(%#ets% = 35) LOG(Level %#ets% = 1205 exp) ELSEIF(%#ets% = 36) LOG(Level %#ets% = 1302 exp) ELSEIF(%#ets% = 37) LOG(Level %#ets% = 1406 exp) ELSEIF(%#ets% = 38) LOG(Level %#ets% = 1517 exp) ELSEIF(%#ets% = 39) LOG(Level %#ets% = 1635 exp) ELSEIF(%#ets% = 40) LOG(Level %#ets% = 1760 exp) ENDIF
just put the keybind script in any key when you press the key it will ask for number of levels, put in a number and you're done