XPlus
Version: 1.1 (Java 7)
Description:
A very simple experience-manager for your server! You can manage the experiences of a player. The players are also able to pay exps or levels to other players. So you can also use it as a currency on your server!
How to install:
- Download the plugin.
- Put the XPlus.jar in your plugins folder.
- Start your server!
Commands:
Label is /xplus or /x+
/x+ - Shows information about XPlus!
/x+ help - Shows helping information!
/x+ get <player> - Shows experience-information of a player!
/x+ give <player> <xp> - Gives a player an amount of <xp>!
/x+ pay <player> <xp> - Pays a player an amount of <xp>!
/x+ reset <player> - Resets the experiences of a player!
/x+ set <player> <xp> - Set a player's exp or level to <xp>!
/x+ take <player> <xp> - Takes a player an amount of <xp> away!
/x+ top <top> - Shows a top list of players sorted by their exps!
<xp> must be a number followed by an e\E or l\L. e stands for exp and l stands for level.
Example: /x+ give notch 521e - This gives Notch 521 exps.
Example: /x+ give notch 5l - This gives Notch the amount of exps of 5 levels!
Permissions:
'xplus.*' - Gives you access to all permissions of XPlus!
'xplus' - Gives you access to see information about XPlus!
'xplus.help' - Gives you access to see helping information!
'xplus.get' - Gives you access to see experiences-information of a player!
'xplus.give' - Gives you access to give players xps!
'xplus.pay' - Gives you access to pay players xps!
'xplus.reset' - Gives you access to reset players experiences!
'xplus.set' - Gives you access to set players xps!
'xplus.take' - Gives you access to take players xps!
'xplus.top' - Gives you access to see the top list!
To-Do list:
- Have an idea or a suggestion?
Changelog:
- Version 1.1
- - Added possibility to set a radius the players have to be to pay
- Version 1.0
- - Offical release
(see my other post below)
Maybe your plugin already has this functionality? If I put up a SignShop like this:
[Buy]
Diamond
Sword
<xp> 5l
Will that work?
With a regular economy plugin it would look just like that except the <xp> 5l would be changed to whatever amount of currency you wanted to sell it for, like 150.
(see my other post below)
Maybe your plugin already has this functionality? If I put up a SignShop like this:
[Buy]
Diamond
Sword
<xp> 5l
Will that work?
With a regular economy plugin it would look just like that except the <xp> 5l would be changed to whatever amount of currency you wanted to sell it for, like 150.
You need (maybe haha) to set experience to an alias so that when I use other plugins, like SignShop or ResidenceSigns, I can put the currency on the sign. For instance XP would interact with--just an example--the alias W (for Wisdom). In other words, you are setting XP to a custom name currency. In FE Econcomy, for example, you can change the standard name of the units of exchange from FE to whatever name you want, like G for gold or whatever.
This way, when I build a for-sale sign on a house or a SignShop, I could put something like this on the sign:
[Buy]
Diamond Sword
10W
or maybe
[Rent]
Grand Mansion
2 Weeks
15W
Permissions don't seem to be working for me. I tested it a lot. I trippled checked the perm. No one has access to it.
But to fix it, I had to give my players the permission "xplus".
I went though the source code and found this.