-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
59 lines (51 loc) · 1.86 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
=============
Description
=============
Anima - XP banking using signs!
Anima. n. The ancient Greek concept of vitalism, similar to the soul.
Download (Direct JAR): http://www.moofit.com/minecraft/Anima.jar
Source: https://github.com/Southpaw018/Anima
=============
Features
=============
Players can place a sign with the first line [Anima] to create a personal XP bank
Punch (left click) the bank to withdraw, right click the bank to deposit
Break the sign to take all of its XP
Economy supported via Vault
Option to use XP-based fees instead of or in addition to money-based economies
Utility command to calculate XP total for levels
Admin commands to give XP, take XP, give levels, and take levels
=============
Permissions
=============
anima.use: This player/group can use Anima signs. Default everyone.
anima.create: This player/group can create Anima signs. Default everyone.
anima.maxbypass: This player/group can bypass the XP storage limit. Default no one.
anima.free: This player/group will not be charged for signs, deposits, or withdrawals. Default no one.
anima.admin: Admins can physically destroy others' Anima signs. Default op.
=============
Commands
=============
/anima help
Displays a short how to.
/anima levelxp <level>
Displays the total numerical XP required for the given level.
/anima xp
Displays your current total numerical XP.
=============
Config
=============
See default config file for options and instructions.
=============
Credits
=============
Many thanks to desht for his awardExperience function and feildmaster for his Expeditor class. Both Minecraft's and Bukkit's XP handling is totally broken. A salute to you, fine sirs!
=============
Changes
=============
[Version 1.0]
- Initial public release
=============
Config file changes
=============
1: Initial public release