ExpBuy
ExpBuy
A very basic plugin that allows users to purchase minecraft experience using the command /buyexp [amount]. The cost per exp is configurable. This plugin is intended to increase the frequency and usability of enchantments, improving minecraft experience as a whole. Now with signs!!!!1!11!!one!!one!11!
- exp for lvl 50 in 1.2.5- : 4500
- exp for lvl 30 in 1.3.1+: 825
Dependencies
- Vault
Settings
- Cost of each exp
- feel free to suggest more
Permissions
- expbuy.makesign:
- description: Allows users to make a sign that sells xp.
- default: op
- description: Allows users to make a sign that sells xp.
- expbuy.buy:
- description: Allows users to buy exp with commands.
- default: true
- description: Allows users to buy exp with commands.
- expbuy.setsigncost:
- description: Allows users to set the total price of the exp.
- default: op
- description: Allows users to set the total price of the exp.
Sign Creation
- First line
- needs to contain "expbuy" (no quotes)
- can contain other things
- needs to contain "expbuy" (no quotes)
- Second line
- Amount of xp the sign sells
- Required
- Can not be a decimal
- Can not contain other things
- Amount of xp the sign sells
- Third line
- Cost of each exp
- Can be left blank
- Can be a decimal
- Can not contain other things
- Cost of each exp
- Fourth line
- Total cost of sign
- Can be left blank
- Overrides third line
- Can be a decimal
- Can not contain other things
- Total cost of sign
Examples
Good
TBD
Bad
TBD
-
View User Profile
-
Send Message
Posted Aug 12, 2012any moment now......
-
View User Profile
-
Send Message
Posted Aug 12, 2012k done. file should pass through customs any moment now
-
View User Profile
-
Send Message
Posted Aug 6, 2012@Tobias2289
Any errors? Did you give the proper permissions?
Ill start working on the sign thing
-
View User Profile
-
Send Message
Posted Jul 18, 2012Not sure why but can't get this to work.
-
View User Profile
-
Send Message
Posted Jul 17, 2012Really like this, Would love to download if you would add in sign support. that way I could do something like
XP Shop (First Line) Amount to buy Price
-
View User Profile
-
Send Message
Posted Jun 25, 2012@drdeft
No prooblem, thanks for identifying the error. Sorry about all the trouble
-
View User Profile
-
Send Message
Posted Jun 25, 2012Thank you!!!! =)))
-
View User Profile
-
Send Message
Posted Jun 24, 2012@drdeft
Ok, Ill do that. Tell them to fix the xp command though.
-
View User Profile
-
Send Message
Posted Jun 23, 2012CraftBukkit++ developers answer:
Tell the plugin developer to use the actual bukkit api to give xp instead of just running a command from the console. All he needs to do is create an instance of a player and use giveExp(int amount). Should be an easy fix.
Edit: I looked at his code and he already has an instance of Player. I have no clue why he isn't just using it to like I mentioned above.
Tell him to change:
Code (text):
getServer().dispatchCommand(getServer().getConsoleSender(), "xp " + player.getName() + " " + amount);
To this:
Code (text):
player.giveExp(amount);
-
View User Profile
-
Send Message
Posted Jun 22, 2012@sternmin8or:
I'll try developers fix this issue.
-
View User Profile
-
Send Message
Posted Jun 21, 2012@drdeft
I looked at it and it seems to be an issue with bukkit++'s /xp command, which is what I use to give the player xp once they have bought it. If they won't fix it then I will look into giving xp another way for you.
-
View User Profile
-
Send Message
Posted Jun 21, 2012@drdeft
Seeing as this plugin works with regular bukkit, it appears to be a bukkit++ issue. I'll look into it but i cant promise anything, for the time being is there and earlier build you could use?
-
View User Profile
-
Send Message
Posted Jun 20, 2012Please test on CraftBukkit++ build 258
http://build.spout.org/job/CraftBukkit /
http://forums.spout.org/threads/craftbukkit.938/page-89
-
View User Profile
-
Send Message
Posted Jun 19, 2012@drdeft
I am using r4.1 and I get no such error. Anyone else? Details?
-
View User Profile
-
Send Message
Posted Jun 18, 2012After update from 1.2.5 R2.1 to 1.2.5 R4.1:
Error: Only in-game players can use xp.
Please update plugin
-
View User Profile
-
Send Message
Posted Jun 11, 2012@Cthulhu_craft
oh sorry, I added a perm : ExpBuy.buy in .6
-
View User Profile
-
Send Message
Posted Jun 6, 2012It says that my players lack permissions. Using .6
-
View User Profile
-
Send Message
Posted Jun 4, 2012@Kalorte
Thanks, anything you need?
-
View User Profile
-
Send Message
Posted Jun 4, 2012Good ! ;)