PlayerPoints v1.54
Details
-
FilenamePlayerPoints.jar
-
Uploaded by
-
UploadedFeb 9, 2013
-
Size52.32 KB
-
Downloads2,275
-
MD5ad96f24d95e5761db41e1764202330e4
Supported Bukkit Versions
- CB 1.4.7-R1.0
Changelog
v1.54:
- SQLibrary is now an optional dependency.
- Required if you use SQLite or MySQL as the storage type.
- Added events.
v1.53:
- Requires SQLibrary
- Removed the internal version which was really old.
- API is no longer static.
- If you need access to the API, grab the plugin instance through the plugin manager, and then use getAPI() to use the methods as normal.
v1.523:
- Fixed: Not closing SQL statement on setting player points...
- Because Mits is a derp
- A bit of documentation...
- Built against recommended build...
- Not like it was broken due to new bukkit... but hey, some people like seeing it at the latest version... for reasons...
For the record, I'm (Mits) is not 100% back to do plugin development... I did this update because someone cool asked me to look into it, and it was a quick fix.
v1.522:
- Fixed: Taking points does not fail when the new balance results to 0 points.
v1.521:
- Fixed showing the set command in the help menu
- Thanks to @Mayney365
- Set command should now show in the localization.yml
v1.52:
- Created help menu with description of commands
- Available commands will only show if they have the associated permission node
- Fixed issues regarding localization messages
- Thanks to @Mayney365
- Added more localization options, for pretty much every message.
- Minor internal restructuring.
v1.51:
- Messages can now be edited through the localization.yml.
- Messages support formatting codes.
- Notification messages are sent to target players for the give/take/pay actions.
v1.5:
- Complete change on the backend
- SQLite and MySQL support
- MySQL import options
- YAML storage changes, points are now stored in storage.yml when using YAML
- Old points should automatically be transferred over
- Config.yml now has options:
- storage type / information
- votifier options
- Votifier is now internalied
v1.4.1:
- Major internal changes.
- New API class for developers to hook into.
- Built against CB 1.2.5-R4
v1.4:
- Added /money pay <name> <amount>
- Removed console message
v1.3.1:
- Added reset to the text on /points
- Added set to the text on /points
v1.3:
- Fixed console command on /p ingame
- Fixed some errors
- Added set command
- Added reset command
v1.2:
- Fixed bugs on consoleCommand
v1.1:
- Fixed Permission bugs
v1.0:
- Release
- There is no YAML to SQLite import